D Link Dwa 132 Linux Driver
Download for DWA-132. Product Overview: DWA-132_Datasheet; Manual: Manual ver 1.10. -Support Linux kernel 3.2.xversions,distribution verified Fedora 16 and Ubuntu 12.04.' Publish Date Language Version Download;: English: Modifications and Bug Fixes: Driver for WinXP/ Vista/ 7 (32/64bits) About D-Link. About D-Link Jobs News. Jun 24, 2014 - Posts about D-Link DWA 132 written by mayankjoneja. Once I started looking for projects based on the LCD's drivers, I finally came across a github project.
Dwa 132 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:
- 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:
D-link Dwa-132
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
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
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?