D Link Dwa 132 Linux Driver
Recently I built new PC with Ubuntu OS 14.04 (64bit). I noticed the D-Link Wireless N Nano USB Adapter doesn't get detected and installed automatically.
Following are the adapter specifications:
Download for DWA-132-B1. Product Overview: DWA. Datasheet for Thailand; Firmware; Win 10 Driver support. Publish Date Language Version. About D-Link.
- Model No: DWA-131
- Hardware Version : E1
- Firmware Version : 5.00
How to install this wireless adapter?
3 Answers
I added a driver for this adapter to PPA. It can be installed by running:
Here's exactly what and where you have to edit:
Download the source of the DWA-131 (version E1) Linux driver.
Extract your source and go to
/20140812_rtl8192EU_linux_v4.3.1.1_11320/os_dep/linux/
.Edit the
os_intfs.c
file.Search for the following line:
DBG_871X_LEVEL(_drv_info
and changeinto
Secure mounting bracket to wall with screw (included) or mark hole and install screw anchor (included) if. • Line up the keyholes on the back of the T100 with the mounting screws. Place the new ribbon into the T100. • It is not necessary to replace the pin and clip. Atomic time gmt. Slide the T100 downward to secure it to the wall.
You have to actually insert this:
//ed, 20150426 //
Then write the file and do:
make
make install
I also did the following:
(Please note that the
build-essential
package is already installed on the machine. You'll have toapt-get install
it if you want to be able tomake
andmake install
anything on the machine.)
Hope this helps make the process clearer. Thanks to the first author for the files to modify.
Fabrice Clerc
D-link Dwa-132 Driver
This way is working on my desktop (x86_64, ubuntu 14.04, kernel 3.13.0-49-generic). For your reference.
- Download the source of the DWA-131 (ver:E1) linux driver.
- Extract the zip file (DWA-131_Linux_driver_v4.3.1.1.zip)
Modify two lines (//ed, 20150426 //..) in the
rtw_ndev_notifier_call()
function, file nameos_intfs.c
.compile the codes. (refer to
readme.txt
in the downloaded package)install the driver
protected by Community♦Sep 27 '15 at 23:05
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?