If the kernel version is not the same as the last post, you will need to upgrade it, you may also need to recompile GPIO driver.
Thru SSH:
- 'sudo apt-get update'
- 'sudo apt-get install raspberrypi-kernel raspberrypi-kernel-headers'
- Restart the console
- If buttons on the console does not work anymore, reconnect thru SSH.
- 'cd /home/pi/Freeplay/mk_arcade_joystick_rpi'
- 'sudo nano dkms.conf' and check what version is indicated (0.1.5.X), then exit nano by pressing Ctrl+X.
- 'sudo dkms build -m mk_arcade_joystick_rpi -v VERSION_FROM_NANO(0.1.5.X)'
- 'sudo dkms install -m mk_arcade_joystick_rpi -v VERSION_FROM_NANO(0.1.5.X) --force'
- 'sudo modprobe mk_arcade_joystick_rpi'
- Buttons should work now, if not, a path to a log file will be provided, please copy/paste it's content here.
Thru SSH:
- 'sudo apt-get update'
- 'sudo apt-get install raspberrypi-kernel raspberrypi-kernel-headers'
- Restart the console
- If buttons on the console does not work anymore, reconnect thru SSH.
- 'cd /home/pi/Freeplay/mk_arcade_joystick_rpi'
- 'sudo nano dkms.conf' and check what version is indicated (0.1.5.X), then exit nano by pressing Ctrl+X.
- 'sudo dkms build -m mk_arcade_joystick_rpi -v VERSION_FROM_NANO(0.1.5.X)'
- 'sudo dkms install -m mk_arcade_joystick_rpi -v VERSION_FROM_NANO(0.1.5.X) --force'
- 'sudo modprobe mk_arcade_joystick_rpi'
- Buttons should work now, if not, a path to a log file will be provided, please copy/paste it's content here.