LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ndiswrapper not working with wmp54g wirless (https://www.linuxquestions.org/questions/linux-newbie-8/ndiswrapper-not-working-with-wmp54g-wirless-609635/)

goatnad 12-28-2007 12:03 PM

Ndiswrapper not working with wmp54g wirless
 
Hello, I'm kind of new to the whole linux thing and seem to have run into a problem with ndiswrapper. I'm running a dual-boot system with windows xp
installed first and ubuntu 7.10 installed second. Everything works perfect
except for my wireless card which is a Linksys wmp54g. I have tried linux drivers from Ralink(the rt2500 drivers) and could not get them to compile correctly. I tried ndiswrapper with two diffrent windows drivers from linksys (rt2500 and rt61 drivers) and still nothing. I finally found a link to some bcmwl5 drivers for a broadcom card and finally got them installed. ndiswrapper reports the drivers as installed and working but still my wireless shows up in the device manager as Unknown(0x0301). In the network manager it shows up but it says the ra0 device is not configured. I try to click properties and it does nothing, just looks like its loading. I've left it on that screen for about 30 mins and it just locks up the system. When i type "sudo iwlist wlan0 scan" it tells me the interface card doesnt support scanning. If someone could help me as soon as possible it would be great. I really would like to get online with ubuntu and get some new packages. Also if you need and output info from ndis let me know. Thanks ahead of time to whoever helps me out.

ajmayhall 12-28-2007 03:15 PM

Madwifi
 
Try using madwifi and if you are using WPA security, make sure you get wpa_supplicant as well.

elliott678 12-28-2007 03:17 PM

You haven't stated the version of the card, so we don't know the chipset it uses. The only way to know which driver you need is to know what chipset you have.

goatnad 12-28-2007 06:15 PM

still a newb
 
sorry its version 4.1. ill try and use madwifi tonight. If i could only get the ralink linux drivers to work then that would solve everything. When i try to do the cp 2.6.x/makefile command it tells me it cant find the makefile,(maybe im wrong but isnt cp just a copy command anyway?) but i see the 2.6.x directory right here with the makefile in it.

elliott678 12-29-2007 02:35 AM

OK, that is a Ralink RT61 based card, Madwifi is only for Atheros based cards, it isn't going to help you. A quick search suggests blacklisting the 'rt61pci' module and allowing it to load 'rt61'. It appears that Ubuntu 7.10 comes with the drivers needed for this card.

goatnad 12-29-2007 04:43 AM

why didnt the driver work from the start? Also where's the blacklist file that i need to modify?

elliott678 12-29-2007 04:58 AM

Because it was trying to load the wrong driver for this specific card, with so much hardware on the market, automatic detection can't be foolproof.

Add 'blacklist rt61pci' to /etc/modprobe.d/blacklist

goatnad 12-30-2007 03:23 AM

W00t!!
 
Thanks alot. That worked like a charm.:) glad to have wireless now. Now on to trying to get some of my games working.


All times are GMT -5. The time now is 05:30 PM.