dkms Installed kernel module but not working after reboot
The usbhid
still loaded as driver for the keyboard. It seems quirks didn't work as modprobe
option.
-
Try kernel option from grub, add:
usbhid.quirks=0x0c45:0x7603:0x4
to
GRUB_CMDLINE_LINUX_DEFAULT
in/etc/default/grub
-
Update grub
sudo update-grub
Reference: Prevent usbhid from claiming USB device