You may have to try manually adding it. First, open the file /etc/sysconfig/hwconf in a text editor, as root (use su). Then try changing this: to this: If that doesn't work, you may need to add it to the file that lists the other network devices. The problem is, I can't find that which file it is using. You may need to make a file for it in the /etc/sysconfig/network-scripts/ and call it ifcfg-wlan0. Here is one that I have. Code: # Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Wireless
DEVICE=wlan0
HWADDR=00:00:00:00:00:00 <change this>
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ONBOOT=no
USERCTL=yes
PEERDNS=yes
IPV6INIT=no
ESSID=<change this>
CHANNEL=1<change this?>
MODE=Managed
RATE=Auto
NM_CONTROLLED=yes
Change the ones that I indicated. You need the MAC address for the HWADDR. I removed any info related to my wlan0 setup.
EDIT: There seems to be an identical file in the /etc/sysconfig/network folder. Maybe you need to put a copy of it in there too.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|