06-13-2019, 03:50 AM
(This post was last modified: 06-13-2019, 03:54 AM by TexasPorcupine.
Edit Reason: formatting
)
(07-02-2018, 06:46 AM)Flavor Wrote: Yes. The mk_arcade_joystick_rpi driver doesn't seem to rebuild/reinstall itself after a kernel upgrade. It is supposed to, but I still can't figure out why it doesn't. When an update includes a new kernel, this will often happen. Here are the commands to fix it (after rebooting with the new kernel).
ls /usr/src/
Look for an entry called mk_arcade_joystick_rpi-0.1.5.6
(Note that I am assuming that the one you have is 0.1.5.6, but if it isn't, just modify the following commands.)
sudo dkms build -m mk_arcade_joystick_rpi -v 0.1.5.6
sudo dkms install -m mk_arcade_joystick_rpi -v 0.1.5.6
After that, just reboot. You shouldn't need to change any configs or anything.
I'm in the same boat. I was trying to see if I could get ppsspp to work by updating Retropie. I've tried 0.1.5.6, 0.1.5.7 and 0.1.5.10 and neither seem to work.

