After update: Missing the module source directory or the symbolic link

Hi,

During the update, i had 3 similar messages lithe this one:

Error! rtl88x2bu/5.8.7.4.r123.26679bf: Missing the module source directory or the symbolic link pointing to it.
Manual intervention is required!

May i reboot anyway?

Don’t reboot. What’s the output of:

dkms status
1 Like
[marc@marc-pc ~]$ dkms status
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtl8192cu-fixes-git/r118.e5c01a3/source/dkms.conf)
rtl8192cu-fixes-git/r107.0f37bd7: broken

Error! rtl8192cu-fixes-git/r107.0f37bd7: Missing the module source directory or the symbolic link pointing to it.
Manual intervention is required!
rtl8192cu-fixes-git/r118.e5c01a3, 5.10.233-1-MANJARO, x86_64: installed
rtl88x2bu/5.13.1.r201.2092b8d, 5.10.233-1-MANJARO, x86_64: installed
rtl88x2bu/5.13.1.r201.2092b8d, 6.1.126-1-MANJARO, x86_64: installed
rtl88x2bu/5.8.7.4.r123.26679bf: broken

Error! rtl88x2bu/5.8.7.4.r123.26679bf: Missing the module source directory or the symbolic link pointing to it.
Manual intervention is required!
[marc@marc-pc ~]$

Please provide the output of:

uname -a

And

mhwd-kernel --listinstalled
1 Like
[marc@marc-pc ~]$ uname -a
Linux marc-pc 6.1.119-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Nov 23 02:15:12 UTC 2024 x86_64 GNU/Linux
[marc@marc-pc ~]$ mhwd-kernel --listinstalled
Currently running: 6.1.119-1-MANJARO (linux61)
The following kernels are installed in your system:
   * linux510
   * linux61
[marc@marc-pc ~]$ 


Hmmmm…

Try:

sudo dkms remove rtl88x2bu/5.8.7.4.r123.26679bf --all

And provide any output/response if the is.

[marc@marc-pc ~]$ sudo dkms remove rtl88x2bu/5.8.7.4.r123.26679bf --all
[sudo] Mot de passe de marc : 

Error! Could not locate dkms.conf file.
File: /var/lib/dkms/rtl88x2bu/5.8.7.4.r123.26679bf/source/dkms.conf does not exist.

Error! rtl88x2bu/5.8.7.4.r123.26679bf is broken!
Missing the source directory or the symbolic link pointing to it.
Manual intervention is required!
[marc@marc-pc ~]$ 

OK, apparently this doesn’t look like a crises, so, well, I don’t know really, except perhaps giving the output of:

ls -lAh /var/lib/dkms/
[marc@marc-pc ~]$ ls -lAh /var/lib/dkms/
total 16K
-rw------- 1 root root 1,7K 12 juil.  2022 mok.key
-rw-r--r-- 1 root root  811 12 juil.  2022 mok.pub
drwxr-xr-x 4 root root 4,0K  4 fΓ©vr. 09:43 rtl8192cu-fixes-git
drwxr-xr-x 4 root root 4,0K  4 fΓ©vr. 09:44 rtl88x2bu
[marc@marc-pc ~]$ 


Here AUR (en) - rtl88x2bu-dkms-git i see that’a a wifi chipset and i don’t use wifi on this computer…
So, i think i can reboot without prejudice?

Oops, I meant:

tree /var/lib/dkms/

But:

It’s an AUR package, so don’t until we’re sure.

1 Like

looking at the changelog at AUR I noticed that you have several dkms folders of older versions of the driver on your disk. Some of those might be broken. See here: aur.git - AUR Package Repositories. Maybe a reinstall of the driver might help. Then maybe move the faulty folders out of the dkms folder and if not needed delete them afterwards.

1 Like
[marc@marc-pc ~]$ tree /var/lib/dkms/
/var/lib/dkms/
β”œβ”€β”€ mok.key
β”œβ”€β”€ mok.pub
β”œβ”€β”€ rtl8192cu-fixes-git
β”‚   β”œβ”€β”€ kernel-4.19.206-1-MANJARO-x86_64 -> r107.0f37bd7/4.19.206-1-MANJARO/x86_64
β”‚   β”œβ”€β”€ kernel-5.10.233-1-MANJARO-x86_64 -> r118.e5c01a3/5.10.233-1-MANJARO/x86_64
β”‚   β”œβ”€β”€ r107.0f37bd7
β”‚   β”‚   β”œβ”€β”€ 4.19.206-1-MANJARO
β”‚   β”‚   β”‚   └── x86_64
β”‚   β”‚   β”‚       β”œβ”€β”€ log
β”‚   β”‚   β”‚       β”‚   └── make.log
β”‚   β”‚   β”‚       └── module
β”‚   β”‚   β”‚           └── 8192cu.ko.xz
β”‚   β”‚   β”œβ”€β”€ build
β”‚   β”‚   β”‚   β”œβ”€β”€ 8192cu-disable-power-management.conf
β”‚   β”‚   β”‚   β”œβ”€β”€ 8192cu.mod
β”‚   β”‚   β”‚   β”œβ”€β”€ blacklist-native-rtl8192.conf
β”‚   β”‚   β”‚   β”œβ”€β”€ clean
β”‚   β”‚   β”‚   β”œβ”€β”€ core
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ efuse
β”‚   β”‚   β”‚   β”‚   β”‚   └── rtw_efuse.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ap.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_br_ext.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_cmd.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_debug.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_debug.o
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_eeprom.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ieee80211.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_io.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_query.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_query.o
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_rtl.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_set.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_set.o
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_iol.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_io.o
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mlme.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mlme_ext.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mp.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mp_ioctl.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_p2p.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_pwrctrl.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_recv.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_rf.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_security.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_security.o
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_sreset.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_sta_mgt.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_tdls.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_wlan_util.c
β”‚   β”‚   β”‚   β”‚   └── rtw_xmit.c
β”‚   β”‚   β”‚   β”œβ”€β”€ dkms.conf
β”‚   β”‚   β”‚   β”œβ”€β”€ hal
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dm.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dm.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hal_com.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hal_intf.c
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ HalPwrSeqCmd.c
β”‚   β”‚   β”‚   β”‚   └── rtl8192c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_cmd.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_dm.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_hal_init.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_mp.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_phycfg.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_rf6052.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_rxdesc.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_sreset.c
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rtl8192c_xmit.c
β”‚   β”‚   β”‚   β”‚       └── usb
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ Hal8192CUHWImg.c
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ Hal8192CUHWImg_wowlan.c
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ rtl8192cu_led.c
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ rtl8192cu_recv.c
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ rtl8192cu_xmit.c
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ usb_halinit.c
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ usb_ops_ce.c
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ usb_ops_linux.c
β”‚   β”‚   β”‚   β”‚           └── usb_ops_xp.c
β”‚   β”‚   β”‚   β”œβ”€β”€ include
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ autoconf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ basic_types.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ byteorder
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ big_endian.h
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ generic.h
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ little_endian.h
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ swabb.h
β”‚   β”‚   β”‚   β”‚   β”‚   └── swab.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ circ_buf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cmd_osdep.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ drv_conf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ drv_types_ce.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ drv_types.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ drv_types_linux.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ drv_types_sdio.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ drv_types_xp.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ethernet.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ h2clbk.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192CEHWImg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192CPhyCfg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192CPhyReg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192CUHWImg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192CUHWImg_wowlan.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192DEHWImg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192DPhyCfg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192DPhyReg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192DUHWImg.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Hal8192DUHWImg_wowlan.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hal_com.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hal_intf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ HalPwrSeqCmd.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ieee80211_ext.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ieee80211.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ if_ether.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ioctl_cfg80211.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ip.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ linux
β”‚   β”‚   β”‚   β”‚   β”‚   └── wireless.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ mlme_osdep.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ mp_custom_oid.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ nic_spec.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ osdep_ce_service.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ osdep_intf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ osdep_service.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pci_hal.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pci_ops.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pci_osintf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ recv_osdep.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_cmd.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_dm.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_event.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_hal.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_led.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_recv.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_rf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_spec.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_sreset.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192c_xmit.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_cmd.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_dm.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_hal.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_led.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_recv.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_rf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_spec.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtl8192d_xmit.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_android.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ap.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_br_ext.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_byteorder.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_cmd.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_debug.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_eeprom.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_efuse.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_event.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ht.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_query.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_rtl.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_ioctl_set.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_io.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_iol.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_led.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mlme_ext.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mlme.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mp.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mp_ioctl.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_mp_phy_regdef.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_p2p.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_pwrctrl.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_qos.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_recv.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_rf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_security.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_sreset.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_tdls.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_version.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_xmit.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ sta_info.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ usb_hal.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ usb_ops.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ usb_ops_linux.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ usb_osintf.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ usb_vendor_req.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ wifi.h
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ wlan_bssdef.h
β”‚   β”‚   β”‚   β”‚   └── xmit_osdep.h
β”‚   β”‚   β”‚   β”œβ”€β”€ Makefile
β”‚   β”‚   β”‚   β”œβ”€β”€ make.log
β”‚   β”‚   β”‚   β”œβ”€β”€ os_dep
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ linux
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ioctl_cfg80211.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ioctl_linux.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ mlme_linux.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ os_intfs.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pci_intf.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pci_ops_linux.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ recv_linux.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rtw_android.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ usb_intf.c
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ usb_ops_linux.c
β”‚   β”‚   β”‚   β”‚   β”‚   └── xmit_linux.c
β”‚   β”‚   β”‚   β”‚   └── osdep_service.c
β”‚   β”‚   β”‚   └── runwpa
β”‚   β”‚   └── source -> /usr/src/rtl8192cu-fixes-git-r107.0f37bd7
β”‚   └── r118.e5c01a3
β”‚       β”œβ”€β”€ 5.10.233-1-MANJARO
β”‚       β”‚   └── x86_64
β”‚       β”‚       β”œβ”€β”€ log
β”‚       β”‚       β”‚   β”œβ”€β”€ auto.conf
β”‚       β”‚       β”‚   └── make.log
β”‚       β”‚       └── module
β”‚       β”‚           β”œβ”€β”€ 8192cu.ko.xz
β”‚       β”‚           └── Module.symvers
β”‚       └── source -> /usr/src/rtl8192cu-fixes-git-r118.e5c01a3
└── rtl88x2bu
    β”œβ”€β”€ 5.13.1.r201.2092b8d
    β”‚   β”œβ”€β”€ 5.10.233-1-MANJARO
    β”‚   β”‚   └── x86_64
    β”‚   β”‚       β”œβ”€β”€ log
    β”‚   β”‚       β”‚   β”œβ”€β”€ auto.conf
    β”‚   β”‚       β”‚   └── make.log
    β”‚   β”‚       └── module
    β”‚   β”‚           β”œβ”€β”€ 88x2bu.ko.xz
    β”‚   β”‚           └── Module.symvers
    β”‚   β”œβ”€β”€ 6.1.126-1-MANJARO
    β”‚   β”‚   └── x86_64
    β”‚   β”‚       β”œβ”€β”€ log
    β”‚   β”‚       β”‚   β”œβ”€β”€ auto.conf
    β”‚   β”‚       β”‚   └── make.log
    β”‚   β”‚       └── module
    β”‚   β”‚           β”œβ”€β”€ 88x2bu.ko.zst
    β”‚   β”‚           └── Module.symvers
    β”‚   └── source -> /usr/src/rtl88x2bu-5.13.1.r201.2092b8d
    β”œβ”€β”€ 5.8.7.4.r123.26679bf
    β”‚   β”œβ”€β”€ 4.19.206-1-MANJARO
    β”‚   β”‚   └── x86_64
    β”‚   β”‚       β”œβ”€β”€ log
    β”‚   β”‚       β”‚   └── make.log
    β”‚   β”‚       └── module
    β”‚   β”‚           └── 88x2bu.ko.xz
    β”‚   β”œβ”€β”€ 5.4.144-1-MANJARO
    β”‚   β”‚   └── x86_64
    β”‚   β”‚       β”œβ”€β”€ log
    β”‚   β”‚       β”‚   └── make.log
    β”‚   β”‚       └── module
    β”‚   β”‚           └── 88x2bu.ko.xz
    β”‚   └── source -> /usr/src/rtl88x2bu-5.8.7.4.r123.26679bf
    β”œβ”€β”€ kernel-4.19.206-1-MANJARO-x86_64 -> 5.8.7.4.r123.26679bf/4.19.206-1-MANJARO/x86_64
    β”œβ”€β”€ kernel-5.10.233-1-MANJARO-x86_64 -> 5.13.1.r201.2092b8d/5.10.233-1-MANJARO/x86_64
    β”œβ”€β”€ kernel-5.4.144-1-MANJARO-x86_64 -> 5.8.7.4.r123.26679bf/5.4.144-1-MANJARO/x86_64
    └── kernel-6.1.126-1-MANJARO-x86_64 -> 5.13.1.r201.2092b8d/6.1.126-1-MANJARO/x86_64

50 directories, 201 files
[marc@marc-pc ~]$ 

Also kernel 4.19 got replaced by 5.4 and 6.11 with 6.12 when older versions were installed. The kernel meta packages should have installed the newer kernels, when the older ones were not removed before this update.

1 Like

Ok, thanks for your help.
I reboot and it’s ok (as you can see, i still have internet). :innocent:

1 Like

As @philm pointed out, there are many modules for kernels you apparently don’t even have installed. And apparently it’s best to delete them, but I’ve never had to do something like this, so something might break. So let’s try simple rebuilding the module first:

pamac build rtl8192cu-fixes-git
1 Like
[marc@marc-pc ~]$ sudo pamac build rtl8192cu-fixes-git
[sudo] Mot de passe de marc : 
Avertissement : Construction de paquets en tant qu'utilisateur dynamique
Avertissement : DΓ©finition du dossier de construction dans /var/cache/pamac
PrΓ©paration...
VΓ©rification des dΓ©pendances de rtl8192cu-fixes-git...
Avertissement : retourne Γ  la version antΓ©rieure du paquet rtl8192cu-fixes-git (r118.e5c01a3-1 => r81.756f2ec-1)
RΓ©solution des dΓ©pendances...
Recherche des conflits entre paquets...

Γ€ construire  (1):
  rtl8192cu-fixes-git  r81.756f2ec-1  (r118.e5c01a3-1)  AUR


Γ‰diter les fichiers de construction : [e] 
Appliquer la transaction ? [e/o/N] o

Clonage des fichiers de construction de rtl8192cu-fixes-git...

** (pamac:3648): WARNING **: 10:32:30.822: database.vala:1723: Le changement de rΓ©pertoire Β« /var/cache/pamac Β» a Γ©chouΓ© (Aucun fichier ou dossier de ce nom)
Erreur: La prΓ©paration de la transaction a Γ©chouΓ©: Impossible de cloner les fichiers de construction de rtl8192cu-fixes-git
[marc@marc-pc ~]$ 

It failed, the translation of the 2 last lines is:

** (pamac:3648): WARNING **: 10:32:30.822: database.vala:1723: Directory change β€œ/var/cache/pamac” failed (No files or folders with this name)
Error: Transaction preparation failed: Unable to clone rtl8192cu-fixes-git build files

I don’t have such a directory either:

$ stat /var/cache/pamac
 stat: cannot statx '/var/cache/pamac': No such file or directory

So it seems that was configured separately. Please provide the output of:

grep -i cache /etc/pacman.conf
1 Like
[marc@marc-pc ~]$ grep -i cache /etc/pacman.conf
#CacheDir    = /var/cache/pacman/pkg/
[marc@marc-pc ~]$ 

I think I have seen 1 or 2 posts on the forum recommending not to use sudo with pamac. :roll_eyes:

3 Likes