Wireless not working, Ndiswrapper and drivers installed
Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Wireless not working, Ndiswrapper and drivers installed
I just recently put Ubuntu 10.04 Lucid Lynx on my laptop with windows dual booting. I'm pretty new to all this stuff, so I'm a bit confused. I followed instructions I read on here, but none of it seems to be working. I put all of the 3 Ndiswrapper things on, and then copied the .inf and .sys files from windows into the same directory. I just want to connect to my home network, which has WEP security.
you haven't given full info. Are you setting up the wireless router (I assume by home network you mean wi-fi) on your Linux box.. meaning using Linux box to setup/disable the password and other settings of the router? If thats the case, then in case of almost all *nix based systems(linux, OSX), you need to access them via their unique URLs (linksys has 192.168.1.1) and then configure the routers for your use (the router setup cd does this for you for windows based systems). You can get the URL for your specific make of router from the company's website.
Hi Jetso,
If you want any help, it might be a good idea to tell us what wireless you're using. Most likely you don't need or want ndiswrapper. That is for strange exotic types of wifi adapter for which there is not linux driver. They are no longer very common. Odds are your kernel already has the correct driver.
ciao,
jdk
Dear, soldier of light army:
Sorry for not providing enough info. I am not setting up the network, just trying to connect. I don'r know if you need to know, but the router used for the network is netgear.
Quote:
Originally Posted by jdkaye
Hi Jetso,
If you want any help, it might be a good idea to tell us what wireless you're using.
Dear, jdkaye:
I'm sorry if I'm unclear, but what do you mean by what wireless I'm using?
Thanks for the help,
Jetso
P.S. Sorry if I am being annoying, I am very much so a newbie to Linux
the first thing we need to know is what the wireless chip is in your computer (ie "what wireless are you using?"). This can be found out by running the following command in a terminal
Code:
lspci | grep -i wireless
Please run the above command in a terminal and post the output here. With this information we can workout what driver you need for this device (although, chances are it is already loaded). We can then help you get the connection up and running.
What version of Windows are you dual booting with? Ndiswrapper only works with XP drivers.
One thing to try is to install the proprietary driver.
Disable or uninstall Ndiswrapper, you might not need it at all.
Connect your computer to the internet using a cable.
Go to System > Administration > Hardware Drivers.
It will search for available drivers. If a wireless driver appears in the list of available drivers, you are in luck - select it and click 'Activate'. It will download and install the wireless driver, and it should then work.
When I went to insert the "lspci | grep -i wireless" command, nothing happened. However I split it apart at the pipe making it just "lspci" I think this has what were looking for. Here is the output:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
02:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
02:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
02:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
02:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
02:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
0b:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
Could what were looking for be the Broadcom Network controller at the bottom? Thank you very much.
I was unaware that ndiswrapper was for XP only, I am running vista, 32 bit.
Thanks,
Jetso
Ah well, that would certainly explain why Ndiswrapper doesn't like the driver files you copied from your Windows system. If my previous suggestion does not work, you will need to search for the relevant XP drivers to work with Ndiswrapper.
Hi Jetso,
Would this be what you're looking for. It seems that Broadcom does have a 32bit linux driver for your chipset. I really don't think you need ndiswrapper.
ciao,
jdk
Agreed. It's so much more fun when you can figure things out yourself. If you have any specific questions on the installation procedure where the instructions are not clear then a number of us can probably give you a hand.
Have fun.
jdk
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.