Skip to main content
added 167 characters in body
Source Link
hellork
  • 194
  • 6

Create a one-line file in /etc/modules-load.d/00-my-usbhid.conf

usbhid

It should not be necessary to do this on modern systems because modules are automatically loaded, but sometimes it is still necessary to force loading of a module.

If all else fails, try adding kernel boot parameter

usbhid.quirks=0x0463:0xffff:0x08

to re-enable the NOGET quirk and see if that works.

https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/ https://bugzilla.redhat.com/show_bug.cgi?id=1715504 https://github.com/networkupstools/nut/issues/515

Create a one-line file in /etc/modules-load.d/00-my-usbhid.conf

usbhid

It should not be necessary to do this on modern systems because modules are automatically loaded, but sometimes it is still necessary to force loading of a module.

https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/

Create a one-line file in /etc/modules-load.d/00-my-usbhid.conf

usbhid

It should not be necessary to do this on modern systems because modules are automatically loaded, but sometimes it is still necessary to force loading of a module.

If all else fails, try adding kernel boot parameter

usbhid.quirks=0x0463:0xffff:0x08

to re-enable the NOGET quirk and see if that works.

https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/ https://bugzilla.redhat.com/show_bug.cgi?id=1715504 https://github.com/networkupstools/nut/issues/515

added 167 characters in body
Source Link
hellork
  • 194
  • 6

Create a one-line file in /etc/modules-load.d/00-my-usbhid.conf

usbhid

It should not be necessary to do this on modern systems because modules are automatically loaded, but sometimes it is still necessary to force loading of a module.

https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/

Create a one-line file in /etc/modules-load.d/00-my-usbhid.conf

usbhid

https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/

Create a one-line file in /etc/modules-load.d/00-my-usbhid.conf

usbhid

It should not be necessary to do this on modern systems because modules are automatically loaded, but sometimes it is still necessary to force loading of a module.

https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/

try something else this time
Source Link
hellork
  • 194
  • 6

Having vaguely similar issues with other drivers brought up this page on blacklisting that also happens to mention drivers that are known to interfere withCreate a one-line file in usbhid/etc/modules-load.d/00-my-usbhid. Here is a small snipped from among the other fixes posted there:conf

# in /etc/modprobe.d/usbhid-fix-detect.conf
# do not use "Boot Protocol" drivers, we prefer usbhid
# and they cause problems when loaded together with usbhid (#37726, #40861)
blacklist usbkbd
blacklist usbmouse

(It might be well to have a method of logging in remotely or preparing alternate Bluetooth or PS/2 keyboards in case of USB keyboard becoming disabled messing around with drivers.)https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/

Having vaguely similar issues with other drivers brought up this page on blacklisting that also happens to mention drivers that are known to interfere with usbhid. Here is a small snipped from among the other fixes posted there:

# in /etc/modprobe.d/usbhid-fix-detect.conf
# do not use "Boot Protocol" drivers, we prefer usbhid
# and they cause problems when loaded together with usbhid (#37726, #40861)
blacklist usbkbd
blacklist usbmouse

(It might be well to have a method of logging in remotely or preparing alternate Bluetooth or PS/2 keyboards in case of USB keyboard becoming disabled messing around with drivers.)

Create a one-line file in /etc/modules-load.d/00-my-usbhid.conf

usbhid

https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/

deleted 16 characters in body
Source Link
hellork
  • 194
  • 6
Loading
Source Link
hellork
  • 194
  • 6
Loading