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

Problems testing the script #20

Open
Larkas opened this issue Oct 18, 2018 · 0 comments
Open

Problems testing the script #20

Larkas opened this issue Oct 18, 2018 · 0 comments

Comments

@Larkas
Copy link

Larkas commented Oct 18, 2018

Hello, guys!

When testing the script, I've stumbled upon the following output:

Traceback (most recent call last):
File "./es-cec-input.py", line 224, in
main()
File "./es-cec-input.py", line 183, in main
device = register_device(keylist)
File "./es-cec-input.py", line 129, in register_device
return uinput.Device(keylist)
File "/usr/lib/python2.7/dist-packages/uinput/init.py", line 175, in init
self.__uinput_fd = _libsuinput.suinput_open()
File "/usr/lib/python2.7/dist-packages/uinput/init.py", line 68, in _open_error_handler
raise OSError(code, "%s. Perhaps load the uinput kernel module first?" % msg)
OSError: [Errno 2] Failed to open the uinput device: No such file or directory. Perhaps load the uinput kernel module first?

I've no idea what to do. Do you have any pointers?

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

No branches or pull requests

1 participant