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.

  1. D-link Dwa-132 Driver

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?

Dwa
Amol Gangadhar NaikAmol Gangadhar Naik

3 Answers

D Link Dwa 132 Linux Driver

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

    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:

    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

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.