I have posted this in the networking section, but got no reply after one day. Maybe there are more helpers in this section.
I have a PCi GW-NS11H Wireless LAN PC Card, running RH9, I followed what's said in
http://www.oreillynet.com/cs/weblog/view/wlg/2318
I installed kernel-wlan-ng-0.2.0-7.i686.rpm, kernel-wlan-ng-pcmcia-0.2.0-7.i686.rpm and kernel-wlan-ng-modules-rh9.20.19-0.2.0-7.i686.rpm which all match my kerel (2.4.20-19.9). Because I don't find my card in /etc/pcmcia/wlan-ng.conf, I added
card "PLANEX", "GW-NS11H Wireless LAN PC Card", "", ""
manfid 0x14ea, 0xb001
bind "prism2_cs"
according to the output from
code:/sbin/cardctl ident
which gives:
Socket 0:
product info: "PLANEX", "GW-NS11H Wireless LAN PC Card", "", ""
manfid: 0x14ea, 0xb001
function: 6 (network)
Then I changed the ONBOOT to yes in /etc/sysconfig/network-scripts/ifcfg-wlan0. Finally I did a /etc/init.d/network restart, but it complained:
Bringing up interface eth0: [ OK ]
Bringing up interface wlan0: prism2_cs device wlan0 does not seem to be present, delaying initialization.
[FAILED]
Apparently, my wlan0 was not bound to the device. I have "alias wlan0 prism2_cs" in /etc/modules.conf.
What other information do I need to provide? I really can't figure out what's going on. I am very grateful for any helps. Thanks.