Answer the question
In order to leave comments, you need to log in
Ubuntu 14.04 LTS and TP-Link TL-WN823N cut Wi-Fi speed. How to be?
Good day to all.
Help out guys. In short, I almost moved from Windows 8.1 to Ubuntu 14.04 LTS, and found that my Wi-Fi connection speed was unrealistically cut. On Windows, everything is extremely good - 50-55MB / s, and on Ubuntu - 0.25 MB / s.
Plus, the network falls off from time to time. With a tambourine on the forums already tired of running, it remains only here.
Wi-Fi adapter: TP-Link TL-WN823N (USB)
And yes, this happens on all versions of Ubuntu, I don’t know what to do anymore.
Help out guys. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
First, make sure that all proprietary device drivers are installed in the Software and Updates application.
git clone https://github.com/Mange/rtl8192eu-linux-driver.git
cd rtl8192eu-linux-driver
sudo su
apt-get install git linux-headers-generic build-essential dkms
dkms add .
dkms install rtl8192eu/1.0
cd /usr/src/rtl8192eu-1.0
nano Makefile
...
CONFIG_PLATFORM_I386_PC = n
...
CONFIG_PLATFORM_ARM_RPI = y
make clean
make
make install
modprobe -a 8192eu
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question