D Link Dwa 132 Linux Driver

Posted on by admin
  1. Dwa 132 Driver
  2. D-link Dwa-132

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

Link

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
Dwa

How to install this wireless adapter?

Amol Gangadhar NaikAmol Gangadhar Naik

3 Answers

I added a driver for this adapter to PPA. It can be installed by running:

Pilot6Pilot6

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 change

    into

    You have to actually insert this: //ed, 20150426 //

  • Then write the file and do:

    1. make
    2. make install
  • I also did the following:

    (Please note that the build-essential package is already installed on the machine. You'll have to apt-get install it if you want to be able to make and make install anything on the machine.)

Hope this helps make the process clearer. Thanks to the first author for the files to modify.

Fabrice Clerc

Fabrice ClercFabrice Clerc
Linux

This way is working on my desktop (x86_64, ubuntu 14.04, kernel 3.13.0-49-generic). For your reference.

  1. Download the source of the DWA-131 (ver:E1) linux driver.
  2. Extract the zip file (DWA-131_Linux_driver_v4.3.1.1.zip)
  3. Modify two lines (//ed, 20150426 //...) in the rtw_ndev_notifier_call() function, file name os_intfs.c.

  4. compile the codes. (refer to readme.txt in the downloaded package)

  5. install the driver

user401904user401904

protected by CommunitySep 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?

Not the answer you're looking for? Browse other questions tagged 14.04wirelessdriversadapterd-link or ask your own question.