RTL8188EU not recognised after upgrade

Today, I upgraded the system using yay. After that, it doesn’t recognise RTL8188EU as WiFi module. It did before the upgrade (otherwise, I wouldn’t be able to run yay). If I recall correctly, I upgraded the system something like one week ago, so it must be a bug introduced recently. I installed https://github.com/lwfinger/rtl8188eu before the upgrade.

So now I’m without internet again. What shall I do?

Is there are least a way to undo yay?

rfkill

ID TYPE      DEVICE     SOFT     HARD
 0 bluetooth hci0   povoleno povoleno

lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 008: ID 0c45:636b Microdia USB 2.0 Camera
Bus 001 Device 007: ID 0bda:d723 Realtek Semiconductor Corp. 802.11n WLAN Adapter
Bus 001 Device 005: ID 0a50:6100 Mimaki Engineering Co., Ltd USB 2.0 Camera
Bus 001 Device 003: ID 1c4f:0063 SiGma Micro Touchpad (integrated in detachable keyboard of Chuwi SurBook)
Bus 001 Device 037: ID 15d9:0a4c Trust International B.V. USB+PS/2 Optical Mouse
Bus 001 Device 036: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 001 Device 035: ID 0011:7788 Unknown counterfeit flash drive
Bus 001 Device 034: ID 214b:7250 Huasheng Electronics USB2.0 HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

systemctl status NetworkManager

● NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
    Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
             └─NetworkManager-ovs.conf
     Active: active (running) since Thu 2022-02-17 16:56:51 CET; 31min ago
       Docs: man:NetworkManager(8)
   Main PID: 351 (NetworkManager)
      Tasks: 3 (limit: 4479)
     Memory: 16.0M
        CPU: 123ms
     CGroup: /system.slice/NetworkManager.service
             └─351 /usr/bin/NetworkManager --no-daemon

úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9542] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9542] manager: Networking is enabled by state file
úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9553] dhcp-init: Using DHCP client 'internal'
úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9560] settings: Loaded settings plugin: keyfile (internal)
úno 17 16:56:51 asw-net NetworkManager[351]: <warn>  [1645113411.9602] keyfile: load: "/etc/NetworkManager/system-connections/eduroam.nmconnection": failed to load connection: invalid connection: connection.type: property is missing
úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9647] device (lo): carrier: link connected
úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9652] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9735] ovsdb: disconnected from ovsdb
úno 17 16:56:51 asw-net NetworkManager[351]: <info>  [1645113411.9746] manager: startup complete
úno 17 16:56:59 asw-net NetworkManager[351]: <info>  [1645113419.4383] agent-manager: agent[5738b8235ac5be06,:1.32/org.freedesktop.nm-applet/1000]: agent registered

If you updated the kernel then the old driver module will no longer exist.

I’d recommend using a DKMS module instead, then it will be compiled for each kernel version. For example, 8188eu-dkms-git or 8188eu-aircrack-dkms-git.

Or, just reinstall the module manually as you did before.

1 Like

I tried reinstalling the module before. Now I tried to build it again and it works now, thanks!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.