Results 1 to 10 of 16
Hey, i'm currently running Mandriva Linux 10.1 on my computer and this is my first Linux system so I'm new to it all and I barely have any idea what ...
- 07-14-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 7
ndiswrapper help
Hey, i'm currently running Mandriva Linux 10.1 on my computer and this is my first Linux system so I'm new to it all and I barely have any idea what i'm doing. I'm trying to get my Linksys WMP-11 wireless card working with ndiswrapper.I installed ndiswrapper and loaded up the windows drivers from the linksys cd but when i put the "ndiswrapper -l" command all the drivers show up as invalid. Any help would be very welcome. I've been trying to get online with this computer for over a week now and i'm losing hope...
- 07-14-2005 #2
been there,
lspci will show the chipset (my card was a Linksys wpc11 but the chip set is a realtek 8180 or something similar from memory),
get the drivers for the listed chipset in lspci (or lsusb -vvv if it's usb)
Cheers IanRegisterd Linux user #119296
- 07-14-2005 #3Just Joined!
- Join Date
- Jul 2005
- Posts
- 7
when i do that this is what come sup for my ethernet controller:
00:0f.0 Ethernet controller: Linksys, A Division of Cisco Systems: Unknown device 2120
- 07-14-2005 #4
see this post for more info regarding setting up wireless in linux
Life is complex, it has a real part and an imaginary part.
- 07-15-2005 #5Just Joined!
- Join Date
- Jul 2005
- Posts
- 7
I duno I tried so many different things and i still can't get it to work...
- 07-15-2005 #6
goto the ndiswrapper wiki site and download the drivers which people have tested and seem to work with the newer ndiswrapper versions.
then execute the following commands:
the iwconfig is just to see if the system picks up the card successfully.Code:ndiswrapper -l <---- find the name of driver currently installed ndiswrapper -e name_of_driver <----------- uninstall current driver ndiswrapper -i name_of_new_driver.inf <------------- install the new driver ndiswrapper -m <------------- write the modprobe config file ndiswrapper -l <----------------- to see if driver installed correctly modprobe ndiswrapper <------------- insert the modeule into the kernel iwconfig
Life is complex, it has a real part and an imaginary part.
- 07-16-2005 #7Just Joined!
- Join Date
- Jul 2005
- Posts
- 7
ok i did that and tested it with on of the drivers i downloaded and this is what came up:
Code:Installed ndiswrapper drivers: lspinds driver present, hardware present [root@localhost cdrom] # iwconfig lo no wireless extensions. sit0 no wireless extensions.
- 07-17-2005 #8
wait, the drivers need be on the hard drive for future access, so whats the cdrom directory?
Life is complex, it has a real part and an imaginary part.
- 07-17-2005 #9Just Joined!
- Join Date
- Jul 2005
- Posts
- 7
well i downloaded them on another computer cause i obviously couldn't get online with the linux box...so then i just burned them off a cd and ran them from there
- 07-17-2005 #10
those drivers need be copied to the hard drive. ndiswrapper needs them for later also. so copy those drivers to your home directory and then run the ndiswrapper commands.
but first you need to uninstall the currently installed driver using the ndiswrapper -e command.Life is complex, it has a real part and an imaginary part.


Reply With Quote
