Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • You're right. I checked this initramfs update thing and it works, but only if I earlier remove usbhid module from the /lib/modules/$(uname -r)/kernel/drivers/hid directory. I checked the aliases in /lib/modules/$(uname -r)/modules.alias and it says the following: alias usb:v*p*d*dc*dsc*dp*ic03isc*ip*in* usbhid alias usb:v046DpC52Bd*dc*dsc*dp*ic*isc*ip*in* my_module where my_module is, as you can guess, my module. My question is, why is usbhid chosen instead of my_module? What's wrong with the alias? The vendor and product ID in my alias are proper, of course. Commented Jan 25, 2022 at 21:34