![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open Sources, Open Notebook: Why Oracle Should Worry - InformationWeek | iBot | UNIX and Linux RSS News | 0 | 07-20-2007 07:30 PM |
| Open Source Is Dead, Long Live Open Patents? - InformationWeek | iBot | UNIX and Linux RSS News | 0 | 07-13-2007 02:00 PM |
| wireless USB | GJ2 | Linux | 0 | 03-26-2006 08:07 PM |
| open an port on freebsd | jurrien | High Level Programming | 0 | 12-04-2002 09:40 AM |
| Performing an open/read, open/write | prosserj | Shell Programming and Scripting | 1 | 06-03-2002 02:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
FreeBSD Wireless - Can do WPA but not WEP or even open
Hello,
I am using FreeBSD on my laptop (R60) and currently it is working great, however, I am having trouble connecting to open or WEP secured networks. I have read the FreeBSD handbook regarding this many times. That is how I found out how to connect to WPA networks. If anyone could post a brief step by step for open or WEP I would be very greatful. WPA is easy because I can use WPA suppliment and /etc/rc.d/netif start but this doesnt seem to work for open or WEP... nothing happens. Thanks, Karsten |
|
||||
|
Quote:
kk, I guess I'll search more... and probs give the handbook another go thanks, |
|
||||
|
I add the line to enable WEP into /boot/loader.conf
Code:
wlan_wep_load="YES" this is what i do for open wireless... in /etc/rc.conf i add Code:
ifconfig_wifi0="DHCP" Code:
ifconfig wifi0 down ifconfig wifi0 bssid 00:xx:xx:xx:xx ifconfig wifi0 up /etc/rc.d/netif start |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|