LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 07-16-2005, 05:36 AM   #1
soaked
LQ Newbie
 
Registered: Jul 2005
Distribution: RHEL v3
Posts: 17

Rep: Reputation: 0
Not finding my wireless card on startup


My system does not find my Belkin F5D7000 on startup. Can anybody tell me I need to put in modprobe <parameter> to make FC4 look for the card?

I'm a newbie, be gentle please? I was VERY pleased that I was able to build an ndiswrapper for the card, and it appears to have been built properly, but that's not much use when the system doesn't find the card.
 
Old 07-17-2005, 09:38 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
It is likely that the ndiswrapper module isn't getting loaded on boot. Have a look at the output of lsmod and if you don't see ndiswrapper in the list, you need to load it with modprobe. Hopefully that will get the card recognized, but with Fedora, who knows.
 
Old 07-17-2005, 03:32 PM   #3
sonnik
Member
 
Registered: May 2001
Posts: 149

Rep: Reputation: 17
All you should have to do is a:

Code:
modprobe ndiswrapper
But I've noticed an instance of a strange behavior in FC4. I have to force an eject/insert of the wireless PCMCIA card. This can be done with:

Code:
cardctl eject n
cardctl insert n
Where n is the number of your card's slot (0 or 1). So, you may have to manually...

cardctl eject 1
cardctl insert 1
modprobe ndiswrapper
[set with iwconfig or use wpa_supplicant]
dhclient -q wlan0

...until you figure out the right sequence and parameters that work best for you.

f you find you have to issue a sequence of commands to get it to work, you may wish to create a small shell script to do this and reference it in /etc/rc.d/rc.local

If it still doesn't work, see if you have firmware at /lib/firmware
 
Old 07-18-2005, 05:20 PM   #4
soaked
LQ Newbie
 
Registered: Jul 2005
Distribution: RHEL v3
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Hangdog42
It is likely that the ndiswrapper module isn't getting loaded on boot. Have a look at the output of lsmod and if you don't see ndiswrapper in the list, you need to load it with modprobe. Hopefully that will get the card recognized, but with Fedora, who knows.
No, unfortunately it doesn't get the card recoginised. It loads ndiswrapper but an ndiswrapper -l just says that the driver is installed, but it does not say that the card has been found.

I've watched the whole boot sequence from the back of the PC, the card never has any either of the ethernet status LEDs light up.

The card does not appear when I do an lspci either.

If anybody can help by seeing my system spec in more detail, please take a look at http://www.linuxquestions.org/questi...16#post1752816

Last edited by soaked; 07-18-2005 at 05:23 PM.
 
Old 07-19-2005, 07:45 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
The card does not appear when I do an lspci either.
Well, that clears up why the card doesn't work. Until we can figure out how to get the card to show up in lspci, I doubt ndiswrapper is going to see it. You said in the other post that the card works in a different computer, but do you have any indication that it works in this one? You might want to try burning a Knoppix CD and boot with that. If Knoppix can't pick up the card either, that suggests either an improperly seated card (you might want to make sure that the card is in solidly) or maybe a bad pci slot. Can you swap this card into a different pci slot?
 
Old 07-19-2005, 01:32 PM   #6
soaked
LQ Newbie
 
Registered: Jul 2005
Distribution: RHEL v3
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks for hanging in there dog42 and helping out with this.

If I put my old Soundblaster Live! card in a PCI slot it gets recognised (modprobed) fine, so I know a particular slot and also PCI bus is working. If I put the Wireless card in the same slot, or any other, it just doesn't get found. I've stripped the machine bare so I have only a graphics card in the AGP slot and this wireless card in a PCI slot.

The PC where it was working (under Win XP Home SP2) was a brand new Dell Dimension 5000.

This old one is pre-1999 motherboard. I'm beginning to think that maybe the version of PCI that the card needs is not supported by the motherboard. Is that a possible explanation? The manual for the wireless card doesn't help. It just says that 32-bit PCI is required. The motherboard manual is more precise. It says it supports 32-bit PCI v2.0 and v2.1.
 
Old 07-19-2005, 06:48 PM   #7
AM1SHFURN1TURE
Member
 
Registered: Sep 2004
Location: US
Distribution: Debian
Posts: 56

Rep: Reputation: 15
I had a problem similar to that but on a debian system: modprobe ndiswrapper seemed to work but ndiswrapper -l showed only that the driver was installed - but no hardware present. I will tell you what I did because it might be of use to you.

I basically did a 'refresh' of everything. (shown here in sequence)
ndiswrapper -e <your driver>
rmmod ndiswrapper
ndiswrapper -i <the INF file of your driver in the appropriate location>
depmod -a
modprobe ndiswrapper


You may find this helpful, just thought I would add my two cents in.
Afterwards 'modprobe ndiswrapper' should be able to do the trick, so you can have that in a script somewhere to be automated at boot.

Last edited by AM1SHFURN1TURE; 07-19-2005 at 06:50 PM.
 
Old 07-21-2005, 08:25 AM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
This old one is pre-1999 motherboard. I'm beginning to think that maybe the version of PCI that the card needs is not supported by the motherboard. Is that a possible explanation?
I have to admit that my knowledge of PCI is extremely limited. I can't imagine that a PCI card or motherboard wouldn't be backward compatible, but I supose its possible. From what you describe, it certainly does sound like some level of incompatibility between the wireless card and the motherboard. The fact that the sound card works in any PCI slot, but the wireless card doesnt' work in any of them really suggests it isn't a bad PCI slot.

Other than AM1SHFURN1TURE's suggestion, I really don't have any ideas other than getting yourself a different wireless card.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding a wireless card based on Intel IPW2200 azrael808 Linux - Hardware 0 04-24-2005 08:16 AM
How to disable eth1 (wireless nic card) at startup? exitsfunnel Linux - Wireless Networking 4 02-27-2005 11:27 PM
Need Help finding out a wireless pcmcia card Ogi Linux - Wireless Networking 8 11-08-2004 06:29 PM
PCMCIA wireless card does not connect to the router after finding the correct ESSID Almazick Linux - Wireless Networking 0 09-04-2004 03:34 PM
How to get wireless card (WPC11) to run @ startup jamescov Linux - Wireless Networking 5 10-07-2003 06:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 09:11 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