/var/log/dinit/bumblebeed.log was complaining about a missing module for the kernel.
user@host> ls /lib/modules/6.1.38-hardened1-1-hardened ~
итого 16212
drwxr-xr-x 4 root root 4096 июл 13 09:00 .
drwxr-xr-x 3 root root 4096 июл 8 17:02 ..
drwxr-xr-x 21 root root 4096 июл 8 17:02 build
drwxr-xr-x 13 root root 4096 июл 8 17:01 kernel
-rw-r--r-- 1 root root 1517915 июл 13 09:00 modules.alias
-rw-r--r-- 1 root root 1493967 июл 13 09:00 modules.alias.bin
-rw-r--r-- 1 root root 9051 июл 6 18:30 modules.builtin
-rw-r--r-- 1 root root 6897 июл 13 09:00 modules.builtin.alias.bin
-rw-r--r-- 1 root root 11022 июл 13 09:00 modules.builtin.bin
-rw-r--r-- 1 root root 71279 июл 6 18:30 modules.builtin.modinfo
-rw-r--r-- 1 root root 765915 июл 13 09:00 modules.dep
-rw-r--r-- 1 root root 1012705 июл 13 09:00 modules.dep.bin
-rw-r--r-- 1 root root 475 июл 13 09:00 modules.devname
-rw-r--r-- 1 root root 229089 июл 6 18:30 modules.order
-rw-r--r-- 1 root root 1857 июл 13 09:00 modules.softdep
-rw-r--r-- 1 root root 624589 июл 13 09:00 modules.symbols
-rw-r--r-- 1 root root 765348 июл 13 09:00 modules.symbols.bin
-rw-r--r-- 1 root root 15 июл 6 18:30 pkgbase
-rw-r--r-- 1 root root 10044896 июл 6 18:30 vmlinuz
But bbswitch is loaded...
user@host> lsmod | grep bb ~
bbswitch 24576 0
Reinstalled bbswitch-dkms
user@host> sudo pacman -S bbswitch-dkms ~
warning: bbswitch-dkms-0.8-606 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) bbswitch-dkms-0.8-606
Total Installed Size: 0.02 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [####################################################] 100%
(1/1) checking package integrity [####################################################] 100%
(1/1) loading package files [####################################################] 100%
(1/1) checking for file conflicts [####################################################] 100%
(1/1) checking available disk space [####################################################] 100%
:: Running pre-transaction hooks...
(1/1) Remove upgraded DKMS modules
==> dkms remove bbswitch/0.8
:: Processing package changes...
(1/1) reinstalling bbswitch-dkms [####################################################] 100%
:: Running post-transaction hooks...
(1/2) Install DKMS modules
==> dkms install --no-depmod bbswitch/0.8 -k 6.1.38-hardened1-1-hardened
Error! Bad return status for module build on kernel: 6.1.38-hardened1-1-hardened (x86_64)
Consult /var/lib/dkms/bbswitch/0.8/build/make.log for more information.
==> WARNING: `dkms install --no-depmod bbswitch/0.8 -k 6.1.38-hardened1-1-hardened' exited 10
(2/2) Cleaning pacman cache...
==> no candidate packages found for pruning
user@host> sudo cat /var/lib/dkms/bbswitch/0.8/build/make.log ~
DKMS make.log for bbswitch-0.8 for kernel 6.1.38-hardened1-1-hardened (x86_64)
Mon Jul 17 13:57:38 +07 2023
make -C /lib/modules/6.1.38-hardened1-1-hardened/build M="$(pwd)" modules
warning: the compiler differs from the one used to build the kernel
The kernel was built by: gcc (GCC) 13.1.1 20230429
You are using: gcc (GCC) 13.1.1 20230714
CC [M] /var/lib/dkms/bbswitch/0.8/build/bbswitch.o
cc1: error: incompatible gcc/plugin versions
cc1: error: failed to initialize plugin ./scripts/gcc-plugins/stackleak_plugin.so
cc1: error: incompatible gcc/plugin versions
cc1: error: failed to initialize plugin ./scripts/gcc-plugins/randomize_layout_plugin.so
cc1: error: incompatible gcc/plugin versions
cc1: error: failed to initialize plugin ./scripts/gcc-plugins/latent_entropy_plugin.so
make[2]: *** [scripts/Makefile.build:250: /var/lib/dkms/bbswitch/0.8/build/bbswitch.o] Error 1
make[1]: *** [Makefile:2012: /var/lib/dkms/bbswitch/0.8/build] Error 2
make: *** [Makefile:13: default] Error 2/code]