Did the wpa_ commands not work?
The blacklists prevent the listed modules from loading completely
Jase
N.o I think I may have appended it in the wrong spot, however I still need this to work at other locations without going through these steps, but if this happens again I would like to know how to do this right.
Here is the password is 12345 how would i append it to the wep account
its been an age since I personally used anything other than wpa, although a better way to check this out would be to check a couple more things
try using the following in a terminal su to root (take care)
ls /etc/sysconfig/network-scripts/wireless.d/<tab>
this will produce a resonce similar to
MA:CA:DD:RE:SS essid_name
you need to use whatever teh essid_name is in teh following
cat /etc/sysconfig/network-scripts/wireless.d/essid_name
cat /etc/sysconfig/network-scripts/wireless.d/essid_name
BOOTPROTO=dhcp
METRIC=35
USERCTL=yes
DNS1=208.67.220.220
DNS2=208.67.222.222
RESOLV_MODS=yes
WIRELESS_MODE=Managed
WIRELESS_ESSID=essid_name
WIRELESS_ENC_KEY=s:12345
WIRELESS_WPA_DRIVER=wext
WIRELESS_WPA_REASSOCIATE=no
IPV6INIT=no
IPV6TO4INIT=no
ACCOUNTING=no
DHCP_CLIENT=dhclient
NEEDHOSTNAME=no
PEERDNS=no
PEERYP=yes
PEERNTPD=no
Some one may be kind enough to post an example for WEP
Jase