Problem with TP-LINK usb wifi adapter

Asked by Lorenzo Nuti

Hi,
I'm new to Linux and I have installed ubuntu 16.04 on a partition of my computer, but I can't connect to my wifi because ubuntu doesn't recognize my usb wifi adapter TP-LINK model TL-WN823N V2. I think this is a driver problem, so I have downloaded TL-WN823N(EU)_V2_160315_Linux driver from that page:
http://www.tp-link.com/en/download/TL-WN823N.html#Driver
I have tried to follow pdf guide in the downloaded folder but when I try to compile the driver using terminal I get some errors.

Can you help me please?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Lorenzo Nuti
Solved:
Last query:
Last reply:
Revision history for this message
Lorenzo Nuti (lorenzo9) said :
#1

I have found the solution!

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

Then restart and it's done!