-
Notifications
You must be signed in to change notification settings - Fork 31
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
inputmodule-control led-matrix -v leads to timeout error #131
Comments
I am having the same issue on version 0.2.0. However, other commands do seem to work like: inputmodule-control led-matrix --percentage 30 After some more testing, these commands do work:
But these commands still don't:
|
Good to know, that I'm not alone on this. I initially didn't try other commands after |
Oh big update for me, I tried doing this in WSL by attaching the COM interface using the method explained here. This seems to work for some commands, but not others. The solution (for me) is to do it natively on Windows because this project supports it. After building on Windows and using the |
I'm using Ubuntu 24.04.1. I downloaded the inputmodule software from this repo. I've also added the
udev rules
and run$ sudo udevadm control --reload && sudo udevadm trigger
as mentioned in the readme:inputmodule
runs and detects the led matrix input modules:But when queering the modules, I receive a timeout error message (call including full backtrace (
RUST_BACKTRACE=full
)):The text was updated successfully, but these errors were encountered: