Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old June 16th, 2006   #1
kewldude606
A Carafe of Ubuntu
 
Join Date: Jun 2006
Location: New Jersey, USA
Beans: 103
Ubuntu 6.06
ndiswrapper says driver and hardware present...but nothing.

I am using the Windows Wireless Drivers panel under the System --> Administation. I installed the exe files on a windows machine and got the proper inf and sys files, and loaded them into that panel. Now it is saying "Driver present, hardware present". I still can't connect. I was searching everywhere and this is the info I think might help:
  • I have no wlan0... interfaces, only eth0 to 2. This is some of the output of iwconfig:
    Code:
    eth2      IEEE 802.11b  ESSID:"Finnie"
              Mode:Auto  Channel=10  Access Point: Invalid
              Sensitivity=0/200
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    I put the SSID and Channel in there by myself.
  • Before I did the whole ndiswrapper stuff, my network settings listed my wireless card as being wireless and active. It still didn't work when I unplugged the ethernet and rebooted, however.
  • My WAP has no encryption
  • I am using a Linksys WUSB54G
  • It is connected via a hub (powered hub)..worked under Windows.
  • I started to follow the Installation directions from the ndis wiki, but got stuck right above "Configure Interface." "ndiswrapper: driver ''driver1'' added" and "wlan0: ndiswrapper ethernet device xx:xx:xx:xx:xx:xx" weren't in the system log (dmesg | grep ndis is the command I used). The lights on the card did light up, but it was the power light and not the activity light.
Thanks for any help you can give.
kewldude606 is offline   Reply With Quote
Old June 16th, 2006   #2
Dr. Nick
Tall Cafè Ubuntu
 
Dr. Nick's Avatar
 
Join Date: Oct 2005
Location: Heart of Texas
Beans: 2,655
Ubuntu 9.04 Jaunty Jackalope
Re: ndiswrapper says driver and hardware present...but nothing.

You say you had a wireless in your control panel before starting ndiswrapper?

That means ubuntu had drivers for your card already, they just werent working.

To get ndiswrapper to work you have to disable the built in drivers, if you dont it will never attempt to use ndiswrapper.

Run

lsmod

from a terminal and look for anyting named prism, If your card is usb and you dont have a prism entry then post all that appears on the line starting with usbcore.

You can remove any listed module by running

sudo modprobe -r module

If you see a module for your card loaded try to remove it then run

sudo modprobe ndiswrapper

any time you reboot or unplug the card the module will get reloaded until you remove the file itself. If removing the module works ill help you remove the file if needed

Last edited by Dr. Nick; June 16th, 2006 at 11:58 PM..
Dr. Nick is offline   Reply With Quote
Old June 17th, 2006   #3
kewldude606
A Carafe of Ubuntu
 
Join Date: Jun 2006
Location: New Jersey, USA
Beans: 103
Ubuntu 6.06
Re: ndiswrapper says driver and hardware present...but nothing.

I didn't see prism anywhere. Here is the usbcore line
Code:
usbcore               130692  7 ndiswrapper,hci_usb,islsm_usb,usbhid,ehci_hcd,uhci_hcd
These are the things I saw relating to wireless: ndiswrapper, ieee80211, ieee80211softmac, ieee80211_crypt. I did the modprobe thing to ndiswrapper, and I tried to do it to ieee80211 (and all the rest starting with ieee80211) but I got an error, "FATAL: module in use."

Last edited by kewldude606; June 17th, 2006 at 12:05 PM..
kewldude606 is offline   Reply With Quote
Old June 17th, 2006   #4
blurredbrain
First Cup of Ubuntu
 
Join Date: Mar 2006
Beans: 10
Re: ndiswrapper says driver and hardware present...but nothing.

YOu know, I'm having the exact same issue, only I have an internal broadcom card on my Compaq Presario v2000, and its showing up under usbcore with the ndiswrapper. Is this my problem?
blurredbrain is offline   Reply With Quote
Old June 17th, 2006   #5
Cinvent
First Cup of Ubuntu
 
Join Date: Jun 2006
Beans: 3
Re: ndiswrapper says driver and hardware present...but nothing.

I have a Compaq Presario V2000 with an AMD64 Turion. I tried several options, but the only way it works for me was using a 64-bit driver.

On the ndiswrapper wiki
http://ndiswrapper.sourceforge.net/m...index.php/List
I used the drivers from entry number 7.

Driver: bcmwl5.inf, BCMWL564.SYS, had to go for a 64 bit version from [ftp://ftp.support.acer-euro.com/note...it/80211g.zip]
Perhaps you could try this. I hope it works.
Cinvent is offline   Reply With Quote
Old June 17th, 2006   #6
kewldude606
A Carafe of Ubuntu
 
Join Date: Jun 2006
Location: New Jersey, USA
Beans: 103
Ubuntu 6.06
Re: ndiswrapper says driver and hardware present...but nothing.

Cinvent, you are responding to blurredbrain, right? Because I have a 32 bit proc.
kewldude606 is offline   Reply With Quote
Old June 17th, 2006   #7
Dr. Nick
Tall Cafè Ubuntu
 
Dr. Nick's Avatar
 
Join Date: Oct 2005
Location: Heart of Texas
Beans: 2,655
Ubuntu 9.04 Jaunty Jackalope
Re: ndiswrapper says driver and hardware present...but nothing.

If you have a built in module for you wireless card showing up on the same line as ndiswrapper it will take priority, So if you have a builtin module that doesnt work and you want to use ndiswrapper you must remove the builtin module before ndiswrapper will work

If you have a 64bit install of ubuntu and want to use ndiswrapper you will need a windows 64bit driver, You can not use a 32bit driver with ndiswrapper 64bit.

But if you have a standard 32bit ununtu (thus ndiswrapper) install you can use any 32bit driver, just not 64.


@kewldude606

I googled the islsm_usb module on your usbcore line and it appears to be the native driver you are looking to destroy

Try

sudo modprobe -r islsm_usb

and see if ndiswrapper starts to work. If it does you will either have to blacklist the islsm_usb file to keep it from starting on the next boot, or just delete the file entirely
Dr. Nick is offline   Reply With Quote
Old June 17th, 2006   #8
kewldude606
A Carafe of Ubuntu
 
Join Date: Jun 2006
Location: New Jersey, USA
Beans: 103
Ubuntu 6.06
Re: ndiswrapper says driver and hardware present...but nothing.

I did the sudo line you suggested. Now the Windows Wireless Drivers still says Driver and hardware present, but in iwconfig everything is listed as "no wireless extensions." eth2, where the wireless extensions used to be, isn't listed anymore. I then did sudo modprobe islsm_usb everything was back to the way it was in the 1st post by me.

Last edited by kewldude606; June 17th, 2006 at 07:38 PM..
kewldude606 is offline   Reply With Quote
Old June 17th, 2006   #9
blurredbrain
First Cup of Ubuntu
 
Join Date: Mar 2006
Beans: 10
Re: ndiswrapper says driver and hardware present...but nothing.

Yeah, I now have the 64 bit drivers but it doesn't make any difference. Its doing the exact same thing.
blurredbrain is offline   Reply With Quote
Old June 17th, 2006   #10
Dr. Nick
Tall Cafè Ubuntu
 
Dr. Nick's Avatar
 
Join Date: Oct 2005
Location: Heart of Texas
Beans: 2,655
Ubuntu 9.04 Jaunty Jackalope
Re: ndiswrapper says driver and hardware present...but nothing.

Quote:
Originally Posted by kewldude606
I did the sudo line you suggested. Now the Windows Wireless Drivers still says Driver and hardware present, but in iwconfig everything is listed as "no wireless extensions." eth2, where the wireless extensions used to be, isn't listed anymore. I then did sudo modprobe islsm_usb everything was back to the way it was in the 1st post by me.
I just checked that on mine and have the same situation, I just updated my kernel so my wireless driver that doesnt work that well came back.

What I did was modprobe -r the kernel driver,
then find the actual module file and remove it
then modprobe -r ndiswrapper
and finally sudo modprobe ndiswrapper

I would try that and see how it goes. You should first try without deleting the file just to be safe. Just unload ndiswrapper, and the islsm_usb and reload only the ndiwswapper and see how that goes.
Dr. Nick is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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

Forum Jump


All times are GMT -4. The time now is 03:55 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry