Results 1 to 4 of 4
I just installed Mandriva Powerpack 2010 on a Dell Inspiron mini 10 and I can't make a wireless connection.
I downloaded a wireless driver from dell.com and then went to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-02-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 3
Unable to find ndiswrapper interface - Establish Wireless Connection
I just installed Mandriva Powerpack 2010 on a Dell Inspiron mini 10 and I can't make a wireless connection.
I downloaded a wireless driver from dell.com and then went to Configure Your Computer -> Network & Internet -> Set up new network interface -> Wireless(Wi-Fi)-> Use a Windows driver (with ndiswrapper) and then selected the .INF file of that driver.I got this message: " The selected device has already been configured with the ssb driver.Do you really want to use a ndiswrapper drive? When I choose Yes I get the message:"Unable to find network interface for selected device(using ndiswrapper driver)" and "Unable to find ndiswrapper interface". For No it displays only "Unable to find network interface for selected..." .
If I type
in the terminal I get :Code:iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
And for
I get :Code:ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4315) present (alternate driver: ssb)
How can I fix this problem so I can connect to a wireless connection?
I'm pretty new to Linux and could really use some help with this!
Thanks!
- 10-02-2010 #2Linux User
- Join Date
- Nov 2009
- Location
- France
- Posts
- 292
This is quite a nasty situation with Broadcom wireless chips, perhaps not limited to Dell machines but at least on mine also. That's how I resolved it. You have to do with MCC and a terminal as root at the same time.
0. Make sure ndiswrapper is installed1. Switch off network completelyCode:urpmi ndiswrapper
2. Go to the process of creating a new wireless connection in MCCCode:service network stop
3. When you are prompted if you really want to use ndiswrapper, select 'Y', don't validate and go back to the terminal and in one line4. Then go back to MCC and validate.Code:modprobe ndiswrapper; rmmod b43; rmmod b44; rmmod ssb
5. Lastly restart neworkThere's another driver for Broadcom chips, I have never used it and won't spend time with it as I'm not a great wireless fan.Code:service network start
0 + 1 = 1 != 2 <> 3 != 4 ...
Until the camel can pass though the eye of the needle.
- 10-02-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 3
Even though I got an error for the modules :
ERROR: Module b43 does not exist in /proc/modules
ERROR: Module b44 does not exist in /proc/modules
ERROR: Module ssb does not exist in /proc/modules
I got rid of that message and I could the network I want to log on to and enter the WPA-PSK. So thanks for that!
But I get another error when I try to connect ( Do you want to start the connection now? Y) because "The package wpa_supplicant needs to be installed." When I try to install it I get error :
...retriving failed: 0B/s/var/cache/urpmi/partial/libpcsclite1-1.5.5-2mdv2010.1.i586.rpm( there are 5 of them)
...retrieving failed: aria2 failed: exited with 1.
- 10-02-2010 #4Just Joined!
- Join Date
- Oct 2010
- Posts
- 3
Ignore the previous post. I forgot to go online
Thanks a lot for your help and your prompt reply!!


Reply With Quote
