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

need ability to use uinput for simulated HID events #3997

Closed
cicorias opened this issue Apr 25, 2019 · 1 comment
Closed

need ability to use uinput for simulated HID events #3997

cicorias opened this issue Apr 25, 2019 · 1 comment

Comments

@cicorias
Copy link
Member

need the ability to run modprobe uinput but that fails with

cicorias@cicorias-x1:~$ modprobe uinput
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.0-17763-Microsoft/modules.dep.bin'
modprobe: FATAL: Module uinput not found in directory /lib/modules/4.4.0-17763-Microsoft
cicorias@cicorias-x1:~$

winver: 1809 17763.437

What should happen is

modprobe uinput  # runs and returns 0

# from the /dev path
ls -al |grep input
drwxr-xr-x   3 root root         160 Apr 25 04:47 input
crw-------   1 root root     10, 223 Apr 25 04:47 uinput
# should see uinput listed
@therealkenc
Copy link
Collaborator

therealkenc commented Apr 25, 2019

#1893 #845 #17 et al. You could spark up a UserVoice entry - be sure to detail your development workflow.

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

2 participants