View Full Version : How to Install USB WIRELESS adapter??Atheros chip based
chilskater
March 29th, 2008, 03:20 AM
Well, i almost done with installation...
here steps i have followed:
lsusb
ndiswrapper -i net5523.inf
ndiswrapper -m
ndiswrapper -l
(net5523 : driver installed
device (0cf3:0002) present
however when i goto Adm->network, i can only see WIRED and MODEM connection...please help..i just install UBUNTU 5 minute ago..
alan34
March 29th, 2008, 02:57 PM
You need after installing ndiswrapper have to done the following commands in a terminal (Application - Accessories - Terminal)
copy and paste
sudo depmod -a
sudo modprobe ndiswrapper
sudo ndiswrapper -m
See ndiswrapper when you do?
lsmod
To load ndiswrapper when you boot
sudo gedit /etc/modules
and add on a line on its own at the end of the file
ndiswrapper
Reboot and your wireless card should be recognised
Good luck
chilskater
March 30th, 2008, 10:55 AM
so it suppose to be like this? I am very noob..thanks
lsusb
ndiswrapper -i net5523.inf
ndiswrapper -m
ndiswrapper -l
(net5523 : driver installed
device (0cf3:0002) present
sudo depmod -a
sudo modprobe ndiswrapper
sudo ndiswrapper -m
See ndiswrapper when you do?
lsmod
To load ndiswrapper when you boot
sudo gedit /etc/modules
and add on a line on its own at the end of the file
ndiswrapper
Reboot
alan34
March 30th, 2008, 06:35 PM
Look like your windows driver is installed correctly. These commands will insert the ndiswrapper into the kernel.
sudo depmod -a
sudo modprobe ndiswrapper
sudo ndiswrapper -m
This command checks that that ndiswrapper is loaded. A load of text will be listed and you should see ndiswrapper somewhere in that list.
lsmod
Adding ndiswrapper to /etc/modules makes sure ndiswrapper is loaded when the machine boots up.
Hope that sort of explains what is going on well to the best of my ability anyway.
Good luck
chilskater
April 4th, 2008, 08:15 AM
it worked like magic..i have update my UBUNTU..thanks bro!!:guitar:
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.