Results 51 to 53 of 53
You can make the wifi card start at boot by changing the ONBOOT value to yes in its ifcfg file in /etc/sysconfig/network-scripts. You can also set your WEP key in ...
- 03-13-2005 #51
You can make the wifi card start at boot by changing the ONBOOT value to yes in its ifcfg file in /etc/sysconfig/network-scripts. You can also set your WEP key in that file, but I think for WPA you would have to install wpa supplicant.
If you don't want the wired card to start at boot, change the ONBOOT value to no in its ifcfg file.There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-13-2005 #52Linux Newbie
- Join Date
- Jan 2005
- Location
- Maryland, USA
- Posts
- 103
Can you show me specifically how to set the WEP
my best guess would be adding a new line that says
WEP = xxxxxxxxxxxxxxx
- 03-13-2005 #53
The easiest way would be
Code:iwconfig eth1 key xxxx-xxxx-xx
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson


Reply With Quote