19-06-2018, 21:54:23
Tu as essayé ceci:
Code:
sudo apt-get install linux-headers-generic git build-essential
git clone https://github.com/Mange/rtl8192eu-linux-driver.git
cd rtl8192eu-linux-driver
make
sudo make install
The only downside is that wireless will need to be reinstalled after kernel updates and you will need to
Code:
cd rtl8192eu-linux-driver
make clean
make
sudo make install
Reboot
Vu ici: https://ubuntuforums.org/showthread.php?t=2340202
Code:
sudo apt-get install linux-headers-generic git build-essential
git clone https://github.com/Mange/rtl8192eu-linux-driver.git
cd rtl8192eu-linux-driver
make
sudo make install
The only downside is that wireless will need to be reinstalled after kernel updates and you will need to
Code:
cd rtl8192eu-linux-driver
make clean
make
sudo make install
Reboot
Vu ici: https://ubuntuforums.org/showthread.php?t=2340202

