Here, I will tell you how to configure D-Link DWA-120 wireless USB adapter to work under Linux. I did this in Ubuntu 9.10. As I've seen this should work for D-Link DWA-110 adapter as well.
- Plug the device
- Enter following commands in the terminal.
sudo su-Perform following in root.
apt-get update-In it you can find ndiswrapper-common, ndiswrapper-utils-1.9 packages. Install them by,
apt-cache search ndiswrapper
apt-get install ndiswrapper-common-Change the folder to where the windows XP drivers for your network device is.
apt-get install ndiswrapper-utils-1.9
ndiswrapper -i filename.inf-Give the name of .inf file for the driver. For DWA-120 it is netA5AGU.inf
ndiswrapper -mAdd the line "ndiswrapper" (without quotes) at the end of the file /etc/modules using command "sudo gedit /etc/modules" to load the driver every time the system loads. If you do not want to load the driver automatically, do not edit this file. Instead, enter following command at terminal to turn on the adapter.
modprobe ndiswrapper
sudo modprobe ndiswrapper3. reboot the machine
All done. You can check whether your device working by typing "iwconfig".
This is how I enabled my wi-fi adapter to connect to wi-fi network. Does this helped you to as well? Any particular issues you encountered? Let us know in the comments.
A good one kasun :-)
ReplyDeleteThanks machan... :)
ReplyDeleteIt worked perfectly for me, thanks!
ReplyDeletenewbie to linux:
ReplyDeleteubuntu 11.04 shows the wireless network but does not start DLINK-DWA-120.sudo lsusb just hangs the terminal. more config required i think.
Make sure you used the file name netA5AGU.inf, at the step
ReplyDeletendiswrapper -i filename.inf
This file must be in your current working directory.
Hi I've just installed ubuntu 11.10
ReplyDeleteEverything you pointed out in your tutorial worked perfectly, until i installed the updates for Ubuntu.
Once you start up , and log in to Ubuntu. then type "modprobe ndiswrapper" - everything crashes. My pc goes crazy and i cannot do anything except reboot. If you have any information to help i would be really thankful.
- Giles
It worked for me, thank you!
ReplyDelete(Ubuntu 10.04)
I have a 64-bit Ubuntu 11.10, as I can run this Blast?? I find the driver for 64-bit?
ReplyDeletesudo modprobe ndiswrapper
ReplyDeletefatal ndiswrapper not found
(BackTrack 5) HELP!!
sudo modprobe ndiswrapper
ReplyDeletefatal ndiswrapper not found
(BackTrack) HELP!!
video explanation would be better as am a fresh meat
ReplyDeletehey i am completly a newbie and i have kali linux and i dnt knw what to do to configure my dlink dwa 120 as it can not be detected please help
ReplyDeleteHi, what would I need to do to get the DWA-120 to work on Debian 64bit, or am I just out off luck?
ReplyDelete