Trying to install it with yay, have the following error:
:: Running post-transaction hooks...
(1/3) Reloading device manager configuration...
(2/3) Arming ConditionNeedsUpdate...
(3/3) Install DKMS modules
==> dkms install --no-depmod openrazer-driver/3.5.1 -k 6.0.12-arch1-1
==> depmod 6.0.12-arch1-1
==> ERROR: Missing 5.13.6-arch1-1 kernel headers for module openrazer-driver/3.5.1.
I have linux-headers 6.0.12.arch1-1 installed and kernel 6.0.12-arch1-1.
Pinned Comments
z3ntu commented on 2019-05-16 14:12 (UTC) (edited on 2022-04-09 14:39 (UTC) by z3ntu)
Please remember, that this package uses DKMS for building the kernel module and as such requires the kernel headers for your kernel installed. See also https://wiki.archlinux.org/index.php/Dynamic_Kernel_Module_Support
Another manual step that needs to be taken is adding your user to the plugdev group, e.g. using the command
sudo gpasswd -a $USER plugdev
.You can find a few tips for troubleshooting an install at https://github.com/openrazer/openrazer/wiki/Troubleshooting