joycontrol
joycontrol copied to clipboard
Issue with libhidapi-libusb.so
Been trying to use joycontrol on my linux PC, but I keep encountering this Issue
Traceback (most recent call last):
File "./run_controller_cli.py", line 10, in
I have tried re-installing all the modules needed, as well as building hidapi manually, but nothing has helped.
Hi, please give this solution a try. https://github.com/Poohl/joycontrol/issues/17#issuecomment-1140315862
This issue is a duplicate of https://github.com/Poohl/joycontrol/issues/17#issue-1213491745
Hi, please give this solution a try. #17 (comment)
I've tried the soluton, but now i'm getting this error:
Traceback (most recent call last):
File "./run_controller_cli.py", line 10, in
What is your OS version?
What is your OS version?
Linux Mint 20.3
Did you make sure to move your compiled libhidapi-hidraw.so.0
to
/usr/lib/arm-linux-gnueabihf/libhidapi-hidraw.so.0
?
And make sure you change the architecture. Mine is arm-linux. yours might my x86_64_<something>
Yeah, I made sure it was X86_64-linux-gnu when doing the copy commands.
That's strange. Do you have a raspberry pi that you try this on? I'm using pi 3 and it works flawless. I have to compile my own libhidapi-hidraw.so.0 on pi 3 as well.
Sadly no.