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

Problem after updating to Ubuntu 19.10 #148

Closed janothan closed 4 years ago

janothan commented 4 years ago

After upgrading to ubuntu 19.10 the WiFi stick did not work anymore. So I decided to:

sudo dkms uninstall rtl8192eu/1.0
sudo dkms remove rtl8192eu/1.0 --all

Then I download the data from the repository again and followed the guide (as with the lower ubuntu version that workd perfectly well).

No I am in step sudo dkms install rtl8192eu/1.0; After the message DKMS: build completed.

I get the following info:

8192eu.ko:
Running module version sanity check.
modinfo: ERROR: missing module or filename.
- Original module
   -No original module exists within this kernel
- Installation
   - Installing to /lib/modules/5.3.0-19-generic/updates/dkms

The process gets then stuck in

depmod...

Unfortunately, I am neither a linux guru nor a driver specialist - any help is appreciated.

janothan commented 4 years ago

I closed because after CTRL+C and a system restart the driver seems to work.