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

Input device not found #44

Closed
evilvodun opened this issue Mar 30, 2022 · 12 comments
Closed

Input device not found #44

evilvodun opened this issue Mar 30, 2022 · 12 comments
Assignees

Comments

@evilvodun
Copy link

When i try to execute it on Manjaro Linux, Xfce 4.16 it tells me the "Input device not found"

I didn't found an answer for this issue no where. Someone has had this problem before?

@Izurii
Copy link
Owner

Izurii commented Mar 30, 2022

Could you please tell me which version of my software are you trying to use?

@evilvodun
Copy link
Author

I am using the latest version 2.0.1

@mesiu84
Copy link

mesiu84 commented Apr 25, 2022

Got the same issue after upgrading to ubuntu 22.04

@mesiu84
Copy link

mesiu84 commented Apr 25, 2022

temporary solution:
I went back to version 1.8.90 and modified desktop file to start app with following parameter:
--no-sandbox %U
I used solution from here: Automattic/simplenote-electron#3044 version 1.8.90 was giving the same error. Latest version shows this error in terminal:

[16618:0425/235106.316762:ERROR:vaapi_wrapper.cc(1123)] vaQuerySurfaceAttributes failed, VA error: invalid parameter
[16618:0425/235106.316801:ERROR:vaapi_wrapper.cc(1070)] FillProfileInfo_Locked failed for va_profile VAProfileH264Main and entrypoint VAEntrypointVLD
[16618:0425/235106.316813:ERROR:vaapi_wrapper.cc(1123)] vaQuerySurfaceAttributes failed, VA error: invalid parameter
[16618:0425/235106.316842:ERROR:vaapi_wrapper.cc(1070)] FillProfileInfo_Locked failed for va_profile VAProfileH264High and entrypoint VAEntrypointVLD

and: input device not found in UI

it could be related to kernel upgrade, previously I was using 5.4 now in ubuntu 22.04 there is 5.15 and I can not start older kernel, initrd is not decompressing, don't know the reason yet

@Izurii
Copy link
Owner

Izurii commented May 18, 2022

Got the same issue after upgrading to ubuntu 22.04

Can you paste your ls -lR /dev/input here?

@mesiu84
Copy link

mesiu84 commented May 19, 2022

krzysiek@Lenovo-Y720 ~ $ LC_ALL=en_US ls -lR /dev/input
/dev/input:
total 0
drwxr-xr-x 2 root root 120 May 16 07:06 by-id
drwxr-xr-x 2 root root 200 May 16 07:06 by-path
crw-rw---- 1 root plugdev 13, 64 May 16 07:06 event0
crw-rw---- 1 root plugdev 13, 65 May 16 07:06 event1
crw-rw---- 1 root plugdev 13, 74 May 16 07:06 event10
crw-rw---- 1 root plugdev 13, 75 May 16 07:06 event11
crw-rw---- 1 root plugdev 13, 76 May 19 07:21 event12
crw-rw---- 1 root plugdev 13, 83 May 16 07:06 event19
crw-rw---- 1 root plugdev 13, 66 May 16 07:06 event2
crw-rw---- 1 root plugdev 13, 84 May 16 07:06 event20
crw-rw---- 1 root plugdev 13, 67 May 16 07:06 event3
crw-rw---- 1 root plugdev 13, 68 May 16 07:06 event4
crw-rw---- 1 root plugdev 13, 69 May 16 07:06 event5
crw-rw---- 1 root plugdev 13, 70 May 16 07:06 event6
crw-rw---- 1 root plugdev 13, 71 May 16 07:06 event7
crw-rw---- 1 root plugdev 13, 72 May 16 07:06 event8
crw-rw---- 1 root plugdev 13, 73 May 16 07:06 event9
crw-rw---- 1 root plugdev 13, 63 May 16 07:06 mice
crw-rw---- 1 root plugdev 13, 32 May 16 07:06 mouse0
crw-rw---- 1 root plugdev 13, 33 May 19 07:21 mouse1

/dev/input/by-id:
total 0
lrwxrwxrwx 1 root root 10 May 16 07:06 usb-Bison_EasyCamera_151027-event-if00 -> ../event11
lrwxrwxrwx 1 root root 9 May 16 07:06 usb-Dell_Dell_USB_Keyboard-event-kbd -> ../event7
lrwxrwxrwx 1 root root 9 May 16 07:06 usb-ITE_Tech._Inc.ITE_Device_8910-event-if00 -> ../event9
lrwxrwxrwx 1 root root 9 May 16 07:06 usb-ITE_Tech._Inc.ITE_Device_8910-event-kbd -> ../event8

/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 May 16 07:06 pci-0000:00:14.0-usb-0:3:1.0-event-kbd -> ../event7
lrwxrwxrwx 1 root root 10 May 16 07:06 pci-0000:00:14.0-usb-0:6:1.0-event -> ../event11
lrwxrwxrwx 1 root root 9 May 16 07:06 pci-0000:00:14.0-usb-0:9:1.0-event -> ../event9
lrwxrwxrwx 1 root root 9 May 16 07:06 pci-0000:00:14.0-usb-0:9:1.0-event-kbd -> ../event8
lrwxrwxrwx 1 root root 10 May 16 07:06 pci-0000:00:1f.0-platform-VPC2004:00-event -> ../event10
lrwxrwxrwx 1 root root 9 May 16 07:06 platform-i8042-serio-0-event-kbd -> ../event3
lrwxrwxrwx 1 root root 9 May 16 07:06 platform-i8042-serio-1-event-mouse -> ../event6
lrwxrwxrwx 1 root root 9 May 16 07:06 platform-i8042-serio-1-mouse -> ../mouse0

@Izurii
Copy link
Owner

Izurii commented May 21, 2022

krzysiek@Lenovo-Y720 ~ $ LC_ALL=en_US ls -lR /dev/input /dev/input: total 0 drwxr-xr-x 2 root root 120 May 16 07:06 by-id drwxr-xr-x 2 root root 200 May 16 07:06 by-path crw-rw---- 1 root plugdev 13, 64 May 16 07:06 event0 crw-rw---- 1 root plugdev 13, 65 May 16 07:06 event1 crw-rw---- 1 root plugdev 13, 74 May 16 07:06 event10 crw-rw---- 1 root plugdev 13, 75 May 16 07:06 event11 crw-rw---- 1 root plugdev 13, 76 May 19 07:21 event12 crw-rw---- 1 root plugdev 13, 83 May 16 07:06 event19 crw-rw---- 1 root plugdev 13, 66 May 16 07:06 event2 crw-rw---- 1 root plugdev 13, 84 May 16 07:06 event20 crw-rw---- 1 root plugdev 13, 67 May 16 07:06 event3 crw-rw---- 1 root plugdev 13, 68 May 16 07:06 event4 crw-rw---- 1 root plugdev 13, 69 May 16 07:06 event5 crw-rw---- 1 root plugdev 13, 70 May 16 07:06 event6 crw-rw---- 1 root plugdev 13, 71 May 16 07:06 event7 crw-rw---- 1 root plugdev 13, 72 May 16 07:06 event8 crw-rw---- 1 root plugdev 13, 73 May 16 07:06 event9 crw-rw---- 1 root plugdev 13, 63 May 16 07:06 mice crw-rw---- 1 root plugdev 13, 32 May 16 07:06 mouse0 crw-rw---- 1 root plugdev 13, 33 May 19 07:21 mouse1

/dev/input/by-id: total 0 lrwxrwxrwx 1 root root 10 May 16 07:06 usb-Bison_EasyCamera_151027-event-if00 -> ../event11 lrwxrwxrwx 1 root root 9 May 16 07:06 usb-Dell_Dell_USB_Keyboard-event-kbd -> ../event7 lrwxrwxrwx 1 root root 9 May 16 07:06 usb-ITE_Tech._Inc.ITE_Device_8910-event-if00 -> ../event9 lrwxrwxrwx 1 root root 9 May 16 07:06 usb-ITE_Tech._Inc.ITE_Device_8910-event-kbd -> ../event8

/dev/input/by-path: total 0 lrwxrwxrwx 1 root root 9 May 16 07:06 pci-0000:00:14.0-usb-0:3:1.0-event-kbd -> ../event7 lrwxrwxrwx 1 root root 10 May 16 07:06 pci-0000:00:14.0-usb-0:6:1.0-event -> ../event11 lrwxrwxrwx 1 root root 9 May 16 07:06 pci-0000:00:14.0-usb-0:9:1.0-event -> ../event9 lrwxrwxrwx 1 root root 9 May 16 07:06 pci-0000:00:14.0-usb-0:9:1.0-event-kbd -> ../event8 lrwxrwxrwx 1 root root 10 May 16 07:06 pci-0000:00:1f.0-platform-VPC2004:00-event -> ../event10 lrwxrwxrwx 1 root root 9 May 16 07:06 platform-i8042-serio-0-event-kbd -> ../event3 lrwxrwxrwx 1 root root 9 May 16 07:06 platform-i8042-serio-1-event-mouse -> ../event6 lrwxrwxrwx 1 root root 9 May 16 07:06 platform-i8042-serio-1-mouse -> ../mouse0

Thank you! Can you tell me which version of Ubuntu you are using and the kernel version too?

@Izurii
Copy link
Owner

Izurii commented May 21, 2022

I just released a new version of the software which might help some users having the "Input device not found" error

https://github.com/Izurii/Lenovo-Y720-KB-Led-Controller/releases/tag/v2.0.2

@Izurii Izurii self-assigned this May 22, 2022
@mesiu84
Copy link

mesiu84 commented May 23, 2022

Application start but the fn+space shortcut doesn't work and need to enable each profile directly from UI

@mesiu84
Copy link

mesiu84 commented May 23, 2022

Ubuntu 22.04 and kernel 5.17 but on 5.15 works the same

@Izurii
Copy link
Owner

Izurii commented May 23, 2022

Application start but the fn+space shortcut doesn't work and need to enable each profile directly from UI

So this time you didn't get the "Input device not found" error? Because if you didn't get the error, maybe I known what is going wrong:

  1. As you didn't get the error, the input device was found, but maybe is the wrong one
  2. Maybe the device found is the correct one, but the key codes that I'm using for capturing the hotkeys is, for some reason, wrong, I'll be taking a look at that possibility

@mesiu84
Copy link

mesiu84 commented May 23, 2022

no such error as above, only something like this:
`krzysiek@Lenovo-Y720 ~/Downloads $ LC_ALL=en_US y720-kb-led-controller
[210553:0523/131815.417711:ERROR:file_path_watcher_linux.cc(326)] inotify_init() failed: Too many open files (24)
[210553:0523/131815.491259:ERROR:proxy_config_service_linux.cc(615)] inotify_init failed: Too many open files (24)
[210608:0523/131815.525924:ERROR:file_path_watcher_linux.cc(326)] inotify_init() failed: Too many open files (24)
[210553:0523/131815.570105:ERROR:vaapi_wrapper.cc(1123)] vaQuerySurfaceAttributes failed, VA error: invalid parameter
[210553:0523/131815.570122:ERROR:vaapi_wrapper.cc(1070)] FillProfileInfo_Locked failed for va_profile VAProfileH264Main and entrypoint VAEntrypointVLD
[210553:0523/131815.570147:ERROR:vaapi_wrapper.cc(1123)] vaQuerySurfaceAttributes failed, VA error: invalid parameter
[210553:0523/131815.570152:ERROR:vaapi_wrapper.cc(1070)] FillProfileInfo_Locked failed for va_profile VAProfileH264High and entrypoint VAEntrypointVLD

`
but it starts and I'm guessing those errors are not related, or at least some of them

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

3 participants