Mange / rtl8192eu-linux-driver

Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
1.32k stars 435 forks source link

On Ubuntu 18.04 stops working after kernel update. #198

Open mj4444ru opened 4 years ago

mj4444ru commented 4 years ago

After each update of the Ubuntu 18.04 kernel and after the subsequent reboot of the system, the WiFi adapter is no longer visible in the system. To fix this problem, you have to run the following sequence of commands each time.

cd rtl8192eu-linux-driver-4.4.x
make clean
make
sudo make install
reboot

Updates have become quite frequent and this is very annoying.

What can you advise in this situation?

kelebek333 commented 4 years ago

Firstly, uninstall manually complied and installed module with following commands.

cd rtl8192eu-linux-driver-4.4.x
sudo make uninstall

After, you can try to install with DKMS. https://github.com/Mange/rtl8192eu-linux-driver#building-and-installing-using-dkms

Or you can install from PPA with following commands.

sudo add-apt-repository ppa:kelebek333/kablosuz
sudo apt update
sudo apt install rtl8192eu-dkms
mj4444ru commented 4 years ago

The driver was originally installed via DKMS. Simply rebuilding the driver is faster than removing it from the kernel via DKMS and installing it back.

Reinstalled via PPA. If the situation does not change, I will write.

yavincl commented 4 years ago

The PPA is just installing the driver via dkms so it automatically builds on kernel updates.

There was no reason to remove and install manually every time with dkms, its purpose is literally to do that for you.

-------- Mensagem Original -------- Ativo 28 de set de 2020 9:34 PM, mj4444 escreveu:

The driver was originally installed via DKMS. Simply rebuilding the driver is faster than removing it from the kernel via DKMS and installing it back.

Reinstalled via PPA. If the situation does not change, I will write.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.