Ubuntu – DLink DWA 131 wireless adapter not working on ubuntu 15.10

driversnetworkingwireless

I recently purchased DWA 131 adapter. Its not working on ubuntu. I upgraded to 15.10 hoping that it would work … but no link ..

Please help.

lsusb output is :

Bus 001 Device 002: ID 2001:3319 D-Link Corp.

dmesg output is :

[  691.728363] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[  691.856817] usb 1-3: New USB device found, idVendor=2001, idProduct=3319
[  691.856822] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  691.856825] usb 1-3: Product: Wireless N Nano USB Adapter
[  691.856827] usb 1-3: Manufacturer: Realtek
[  691.856829] usb 1-3: SerialNumber: 00e04c000001

Best Answer

Try this - https://github.com/Mange/rtl8192eu-linux-driver

sudo apt-get install git build-essential
git clone https://github.com/Mange/rtl8192eu-linux-driver.git
cd rtl8192eu-linux-driver
sudo make
sudo make install
Related Question