LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-14-2005, 10:20 PM   #1
jpaolini
LQ Newbie
 
Registered: Jun 2005
Posts: 2

Rep: Reputation: 0
Unhappy Desktop Wireless In FC4




Alright guys and gals...I'm a new member to the Linux community. I'm finally trying to make a switch from Windows to Linux - or at least give Linux a shot. I just downloaded the newest release of Fedora Core - FC4. I installed it on an older desktop, which is a Compaq DeskPro PIII 900MHz with 512MB RAM. I am having a problem configuring the wireless card that I installed in the machine. It is a Linksys WMP11. I am trying to install the card driver using ndiswrapper. I successfully installed the driver, and FC4 confirms this. However, I get an error message after I configure the card's settings and try to activate it. The message states, "ndiswrapper device does not seem to be present." Everything seems to be in order, from what I can see, and this message does not come up if I activate the Ethernet card in the computer. I've tried 3 different versions of ndiswrapper with no luck, following the installation instructions along with the guidance of a friend very carefully. I've also tried moving the card to a different PCI slot in my machine to be sure it was not a hardware problem. I'm totally stumped, and would appreciate any help and knowledge that anyone may have. If you need any other information, let me know and I'll get it for you.


Thanks in advance,
Joe
 
Old 06-15-2005, 02:12 AM   #2
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Does "ndiswrapper -l" give you driver present, hardware present?
Did you do "modprobe ndiswrapper"?
 
Old 06-15-2005, 03:45 AM   #3
coolpyrofreak
Member
 
Registered: Mar 2004
Location: Las Vegas, NV
Distribution: Arch Linux
Posts: 103

Rep: Reputation: 15
first, do an "ndiswrapper -e [insert wlan card here]". then, as root, run "gedit /etc/sysconfig/network-scripts/ifcfg-wlan0". paste this in that file:

DEVICE=wlan0
BOOTPROTO=dhcp
onBOOT=no
MODE=Managed
ESSID=any

then reinstall your card with ndiswrapper like you did before. make sure you run "ndiswrapper -m" before you run "modprobe ndiswrapper". if you want your wlan card to be your primary network connection, change the "onBOOT" value above to "yes", and then run "gedit /etc/sysconfig/network-scripts/ifcfg-eth0" and change the "onBOOT" value to "no".

let me know if this works for you.

-matt

ps. using the latest version of ndiswrapper works quite well with fedora core.

Last edited by coolpyrofreak; 06-15-2005 at 03:47 AM.
 
Old 06-15-2005, 06:18 PM   #4
jpaolini
LQ Newbie
 
Registered: Jun 2005
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks guys for all of your help. I first tried to answer the questions that darkleaf asked. When I do a "ndiswrapper -l" the machine says "lsbcmnds driver present." That is the driver for the wireless card, and this shows that the driver is installed. However, it does not say that the hardware is present, hence my strange error message. All the times I installed this, I used "modprobe ndiswrapper."

Now, on to what coolpyrofreak suggested. I followed all of these steps carefully. In short, I still get the error message (even after restart). Here is what my machine said after each of the steps:

"ndiswrapper -e [insert wlan card here]":
I inserted both "wlan0" and "lsbcmnds" there. When I inserted "wlan0," it returned "Driver wlan0 is not installed. Use -l to list the installed drivers." I did the "ndiswrapper -l" and it returned "lsbcmnds driver present." When I inserted "lsbcmnds" there, it returned nothing, so I assume that I wasn't supposed to insert that there.

Paste into file:
Alright, I did this successfully. There was already some stuff in there, I left everything and modified the items listed here. The only one that got changed was BOOTPROTO, which was set to "none" for some reason.

Reinstall ndiswrapper:
I did the same way I have been in the past, including running "ndiswrapper -m" before running "modprobe ndiswrapper".

Change ONBOOT:
I changed this to yes, because this will be the only adapter I use with this system for a while. I noticed that, when I boot FC4, it says the same error message under ndiswrapper when it is booting up with a red [FAILED] next to it.

I am using the latest version of ndiswrapper - version 1.2. I downloaded it off of SourceForge.

Anyone have any other ideas for me?



Thanks,
Joe
 
Old 01-30-2007, 07:17 PM   #5
shorun
Member
 
Registered: Mar 2006
Location: belguim
Distribution: fedora, mandriva, suse
Posts: 148

Rep: Reputation: 15
same thing here

Thanks guys for all of your help. I first tried to answer the questions that darkleaf asked. When I do a "ndiswrapper -l" the machine says "lsbcmnds driver present." That is the driver for the wireless card, and this shows that the driver is installed. However, it does not say that the hardware is present, hence my strange error message. All the times I installed this, I used "modprobe ndiswrapper."

well, it's a pci card, so first do lspci-n
this should give you the id of the device (if not, the device is simply not present)
then do "ndiswrapper -a deviceid drivername
Where deviceid is the id of the device according to lspci and drivername is the name of the driver according to ndiswrapper -l

hope this helps

Last edited by shorun; 01-30-2007 at 07:37 PM.
 
  


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
Using my laptop to bridge between a wireless gateway and my non-wireless desktop? SocialEngineer Linux - Wireless Networking 2 07-28-2006 10:46 PM
How do I add the 'wastebin' icon to my KDE desktop in FC4 BuckRogers01 Linux - Newbie 2 07-04-2005 03:10 PM
in FC4, some mountpoints show up on the desktop, but not others thanhvn Linux - Software 3 06-22-2005 12:42 PM
FC4 doesn't update desktop?? hasshaus Fedora 3 06-20-2005 02:33 AM
desktop wireless card (PCI) and wireless router recommendations lobo78 Linux - Wireless Networking 1 04-30-2004 10:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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