clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
452 stars 91 forks source link

Not showing networks #24

Open ezequielleonzybert opened 3 years ago

ezequielleonzybert commented 3 years ago

Hi, I have installed this driver on Ubuntu 20.04. I'm using the TP-Link wn8200nd adapter. This is the ./install_wifi.sh log shows, I can see some errors:

rmmod: ERROR: Module rtl8xxxu is not currently loaded

-------- Uninstall Beginning --------
Module:  rtl8192eu
Version: 1.0
Kernel:  5.4.0-48-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

8192eu.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.4.0-48-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

update-initramfs.......

DKMS: uninstall completed.

------------------------------
Deleting module version: 1.0
completely from the DKMS tree.
------------------------------
Done.

Creating symlink /var/lib/dkms/rtl8192eu/1.0/source ->
                 /usr/src/rtl8192eu-1.0

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
'make' all KVER=5.4.0-48-generic........................................
cleaning build area...

DKMS: build completed.

8192eu.ko:
Running module version sanity check.
Error! Module version v5.2.19.1_25633.20171222_COEX20171113-0047 for 8192eu.ko
is not newer than what is already found in kernel 5.4.0-48-generic (v5.6.4_35685.20191108_COEX20171113-0047).
You may override by specifying --force.

depmod...

Backing up initrd.img-5.4.0-48-generic to /boot/initrd.img-5.4.0-48-generic.old-dkms
Making new initrd.img-5.4.0-48-generic
(If next boot fails, revert to initrd.img-5.4.0-48-generic.old-dkms image)
update-initramfs.......

DKMS: install completed.

And then I can see the wifi option active in Ubuntu, and even turn on the adapter but it doesn't show any network. Please Help. Thank you.

clnhub commented 3 years ago

Please try again with --force added to line 11 of the install script after install.