-
Notifications
You must be signed in to change notification settings - Fork 14
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
0.2.2. --- erratic behavior #33
Comments
As of version 0.2.2, the daemon doesn't do anything but control the brightness, clock and LED states. The mode status number is also controlled in hardware, not by the daemon. I'm not sure why you are seeing the problem only when running the daemon. Can you also attach the x52d logs? If you are using the released .deb package (or if you've built from source with the default configuration), then you'll need to edit If you're running the service manually, then you can append |
Also, without starting the daemon, can you capture |
Tnx for really quick reply My first thought was also that switch or even cable might be faulty, but as you can see from evtest with daemon stopped, it is not. Please let me know if I can do anything more to assist. |
oh, I forgot, I've built it from source. |
OK, unfortunately, the journalctl logs are getting cut off, can you please capture the output using |
Huh... the journal logs are showing an error which was fixed before I released 0.2.2, what commit are you at? |
I downloaded source from latest release. 0.2.2. I guess? Also I tried with deb package as well. Same thing. |
I think I may have found the issue. Can you try with the latest commit on branch |
You got it! Thank you very very much! |
Thank you for the confirmation. If you can provide the verbose daemon logs when unplugging and reinserting the X52, I'd appreciate that very much. |
Of course! Here it is. |
Thank you. One last request - can you share the contents of |
Yes no problem. /*
#include "config.h" #include "libx52.h" #define N_(str) gettext_noop(str) #define STRINGIFY(name, max_id, errstr, ...) STRINGIFY(clock_id, LIBX52_CLOCK_3, N_("Unknown clock ID %d"), STRINGIFY(clock_format, LIBX52_CLOCK_FORMAT_24HR, N_("Unknown clock format %d"), STRINGIFY(date_format, LIBX52_DATE_FORMAT_YYMMDD, N_("Unknown date format %d"), STRINGIFY(led_state, LIBX52_LED_STATE_GREEN, N_("Unknown LED state %d"), const char * libx52_led_id_to_str(libx52_led_id id)
} |
Oh btw, if I can assist more, please let me know. |
Thank you, if I need more help, I'll raise a separate discussion and tag you. |
Describe the bug
After daemon is started and X52Pro connected, on display, mode status (1,2, 3) starts rapidly blinking. Also in game X52Pro is erratic ( it feels like it is repeating inputs, rather then holding constant value).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Normal behavior
Screenshots
If applicable, add screenshots to
x52evtest-output.txt
help explain your problem.
Environment (please complete the following information):
Additional context
In attachment x52evtest output,without touching hotas. It starts soon as hotas is connected.
The text was updated successfully, but these errors were encountered: