1

The wifi adapter doesnt work on my laptop lenovo Z51 UBUNTU 16.04 info about the adapter DLink dwa 131 H/W ver :E1 F/W ver : 5.1

lsusb

 Bus 001 Device 002: ID 8087:8001 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 005: ID 0489:e079 Foxconn / Hon Hai 
 Bus 002 Device 004: ID 5986:0670 Acer, Inc 
 Bus 002 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129    Card Reader Controller
 Bus 002 Device 002: ID 2001:3319 D-Link Corp. 
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

1 Answers1

3

You can install a driver for Ubuntu 16.04 this way

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt update
sudo apt install rtl8192eu-dkms

You need to be connected by wire for that.

This is my PPA. I added the ID for this adapter to official Realtek drivers. They always forget to do it.

If UEFI is used in your computer, you need to disable SecureBoot to load the kernel module.

Pilot6
  • 90,100
  • 91
  • 213
  • 324