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

odroid go ultra controls cant be loaded #43

Open
Mattstis opened this issue Jan 1, 2025 · 12 comments
Open

odroid go ultra controls cant be loaded #43

Mattstis opened this issue Jan 1, 2025 · 12 comments

Comments

@Mattstis
Copy link

Mattstis commented Jan 1, 2025

the Odroid Go Ultra with Rocknix 20241120 is giving the "controls cant be loaded. input driver not recognized." message. the device has to be hard reset after trying to open ThemeMaster.

@JohnIrvine1433
Copy link
Owner

Could you tell me what you're having in /dev/input/by-path/ ?

@Mattstis
Copy link
Author

Mattstis commented Jan 4, 2025

there are four files,

platform-ffd1c000.i2c-platform-rk805-pwrkey.2auto-event

platform-gpio-keys-event

platform-odroid-go-ultra-joypad-event-joystick

platform-odroid-go-ultra-joypad-joystick

@Mattstis
Copy link
Author

Mattstis commented Jan 4, 2025

All four show a 0 in the far right of the screen.

@JohnIrvine1433
Copy link
Owner

I'll need to implement a change in the joypad binary. In the meantime can you try using manual parameters bu creating a file named "paramcontrols.txt" within the "ThemeMaster" folder with the following content:
back_key = 704;
start_key = 709;
a_key = 305;
b_key = 304;
x_key = 307;
y_key = 308;
up_key = 544;
down_key = 545;
left_key = 546;
right_key = 547;
l1_key = 310;
l2_key = 312;
r1_key = 311;
r2_key = 313;
inputstr = /dev/input/by-path/
platform-odroid-go-ultra-joypad-event-joystick
handler = generic

@Mattstis
Copy link
Author

Mattstis commented Jan 7, 2025

I created the txt file and put it in the thememaster folder. Now it is stuck on this loading screen.
PXL_20250107_004920293

@JohnIrvine1433
Copy link
Owner

That's strange, the paramcontrols file is being processed before the last output.
Do you have the same issue every time you relaunch the app?

@Mattstis
Copy link
Author

Mattstis commented Jan 7, 2025

Same issue anytime I launch the app and it still requires a hard reset to get out of the app.

@JohnIrvine1433
Copy link
Owner

JohnIrvine1433 commented Jan 8, 2025

My bad, the file content was incorrect, try with this one
paramcontrols_rocknix_ogu.txt

Edit : file needs to be renamed "paramcontrols.txt"

@Mattstis
Copy link
Author

After putting in the new paramcontrols.txt file in the thememaster folder I get stuck at the same screen I posted previously but now if I press a,b,x,y,l1,l2,r1,r2 or the d-pad there are signs of recognized input. Nothing from the joysticks or start and select buttons though

@JohnIrvine1433
Copy link
Owner

Was the app working fine before later ROCKNIX update?

@Mattstis
Copy link
Author

I have only had the device for a few weeks now so the only version of rocknix has been the latest version.

@JohnIrvine1433
Copy link
Owner

I have installed latest rocking on my device and everything works fine. Could you try to run a clean install by deleting the ThemeMaster.cfg file and the data folder if existing.
Then send me the ThemeMaster.log file.

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

2 participants