-
Notifications
You must be signed in to change notification settings - Fork 120
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
Rpi B - "left" button not working #5
Comments
I also posted similar question on rpi forums but nobody seems to have this issue. http://93.93.128.176/forums/viewtopic.php?f=78&t=82878&sid=d0d74e743d877f9f3d166b283daee1d2&start=50 I wonder if my RPI B is bricked or is it simply a bug after you recent commits, |
Your pi may be bricked as it's running on many pi for me, i installed it on a b+ yesterday... |
Try that : unload the driver,
|
Hmm , I should have figure that out earlier :D Thanks for a hint to check GPIOs first lol |
Ok m I just figured that python code out. So it looks like it is not working if I set GPIO 27 - os reports that this GPIO is already assigned and busy.However if I put there 21 instead it all works correctly. GPIO 21 is a same pin as 27. I just changed mapping to 21 instaed 27 for "left " in mk_arcade_joystick_rpi.c and built a deb package and installed it. Unfortunately it is still not working. |
Ok. If you test the python code with gpio22 (right) does it work ? (don't forget to unload the driver) |
Yup , I did unload that module prior to testing. |
Any progressions @drygol ? |
Same problem here on RPI2. jstest shows :Axes: 0:-32767 1: 0 Buttons: 0:off 1:off 2:off 3:off 4:off 5:off 6:off 7:off |
Hi
I recently downloaded you driver. I compiled it successfully and implemented it. How ever I am having a problem with "LEFT" button not working. I already eliminated hardware - cables and button itself.
I even recompiled the driver with different GPIO assigned and unfortunately no luck there as well :(
JSTEST works fine for all buttons except "LEFT" - GPIO27 by default.
Do you have any suggestion how to debug this issue ?
Maybe something changed in code with your latest submission and support to RPI2 ?
Cheers
Pete
The text was updated successfully, but these errors were encountered: