Hi all,
after having tried this the umpteenth time to make sure I'm not the culprit, I put this to your attention for correction:
After setting up a new raspberry 4 with archlinux arm and performing
$this->bbcode_second_pass_code('', 'pacman-key --init
pacman-key --populate archlinuxarm
pacman -Syu
')
the kernel and the modules do not match:
$this->bbcode_second_pass_code('', 'uname -r
5.4.42-1-ARCH
ls /lib/modules
5.4.45-1-ARCH extramodules-5.4-raspberrypi4')
I stumbled on this accidentally, when trying to use fuse and on modprobe was informed the module wasn't found.
The only remedy I found so far is, manually downloading and installing the kernel to match the modules.
Probably a lot of the problems reported are due to this malfunction.