LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-16-2003, 04:30 AM   #1
raylpc
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Red Hat 9
Posts: 94

Rep: Reputation: 15
followed howto, but can't setup my prism 3 wireless card


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.
 
Old 08-16-2003, 08:59 AM   #2
raylpc
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Red Hat 9
Posts: 94

Original Poster
Rep: Reputation: 15
I found out that the ifcfg-wlan0 was not configured correctly.
The TYPE=Ethernet should be TYPE=Wireless, rite? And the network 192.168.0.0 should be 192.168.1.0, rite? coz ifconfig gives:

[root@localhost ray]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:4C:08:A8:B5
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3629 errors:0 dropped:0 overruns:0 frame:0
TX packets:146 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:302810 (295.7 Kb) TX bytes:18583 (18.1 Kb)
Interrupt:5 Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:190 errors:0 dropped:0 overruns:0 frame:0
TX packets:190 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12358 (12.0 Kb) TX bytes:12358 (12.0 Kb)

ifcfg-wlan0 file:
DEVICE=wlan0
ONBOOT=yes
BOOTPROTO=dhcp
IPADDR=192.168.0.11
GATEWAY=192.168.0.1
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
GATEWAYDEV=wlan0 # this is for setting default route
TYPE=Ethernet
USERCTL=yes
PEERDNS=no

Any ideas?
 
Old 08-16-2003, 10:15 AM   #3
raylpc
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Red Hat 9
Posts: 94

Original Poster
Rep: Reputation: 15
When I inserted the card, I found the log message in /var/log/messages:

Aug 16 22:11:28 localhost su(pam_unix)[4738]: session opened for user root by ray(uid=500)
Aug 16 22:11:38 localhost kernel: spurious 8259A interrupt: IRQ7.
Aug 16 22:11:39 localhost cardmgr[3804]: unsupported card in socket 0
Aug 16 22:11:39 localhost cardmgr[3804]: product info: "PLANEX", "GW-NS11H Wireless LAN PC Card", "", ""
Aug 16 22:11:39 localhost cardmgr[3804]: manfid: 0x14ea, 0xb001 function: 6 (network)


Does that mean my card is not supported? But it's using a prism 3 chipset.

PS. My PCMCIA is a cardbus, does that have anything to do with my failure?

Last edited by raylpc; 08-16-2003 at 10:18 AM.
 
Old 08-16-2003, 11:01 AM   #4
raylpc
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Red Hat 9
Posts: 94

Original Poster
Rep: Reputation: 15
Talking

Yoyoyoyoyo, GUYS. My PLANEX (PCi) GW-NS11H Wireless card is working now. Will try WEP later on.
I played with the settings for many hours. And I solved the problem, I think, by just these two simple steps.
1.
Code:
cardmgr -m  /lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/
2. Add the following entry into /etc/pcmcia/wlan-ng.conf

card "PLANEX GW-NS11H Wireless LAN PC Card"
version "PLANEX", "GW-NS11H Wireless LAN PC Card"
manfid 0x14ea, 0xb001
bind "prism2_cs"

The info I got it from
Code:
cardctl ident
Then I used the info to imitate an entry into the wlan-ng.conf.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver for Prism 2.5 wireless card? Brnzwngs Linux - Wireless Networking 5 07-25-2005 12:13 PM
hp pavillion and prism 2.5 wireless card lamedavis Linux - Wireless Networking 0 07-19-2004 10:56 PM
Prism 2.5 Wavelan wireless card jamaas Linux - Hardware 0 06-18-2004 12:49 PM
how do I setup Prism II wireless NIC in RH 8 ? k4zau Linux - Hardware 2 10-29-2003 05:14 PM
followed howto, but can't setup my prism 3 raylpc Linux - Networking 2 08-16-2003 11:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration