Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require uhid module be loaded #92

Open
danstiner opened this issue Jun 10, 2022 · 0 comments
Open

Require uhid module be loaded #92

danstiner opened this issue Jun 10, 2022 · 0 comments

Comments

@danstiner
Copy link
Owner

There have been a few bug reports that seem to stem from the uhid kernel module not being loaded. Sometimes this is because the kernel does not support it at all (compiled with CONFIG_UHID=n), in which case we can't do anything about it.

But sometimes the module is compiled but not loaded (I think from CONFIG_UHID=m).

I think placing a file under /lib/modules-load.d could force the module to load at startup, though I'm not sure what would happen on a kernel lacking the uhid module, probably the systemd service systemd-modules-load.service will start failing at boot, which is maybe confusing, but should go away if you uninstall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant