Installation Download the installation script : mkdir mkjoystick cd mkjoystick wget https://github.com/recalbox/mk_arcade_joystick_rpi/releases/download/v0.1.4/install.sh Update your system : sudo sh ./install.sh updatesystem sudo reboot You must reboot before the next step : sudo sh ./install.sh Loading the Driver For a single player setup, use the following. sudo modprobe mk_arcade_joystick_rpi map=1 Or for a 2 player setup, use the following. sudo modprobe mk_arcade_joystick_rpi map=1,2 Auto load the driver at Start up sudo nano /etc/modules and add this line at the bottom to load the driver : mk_arcade_joystick_rpi Then create the following file /etc/modprobe.d/mk_arcade_joystick.conf : sudo nano /etc/modprobe.d/mk_arcade_joystick.conf and add the following line with your mapping configuration : options mk_arcade_joystick_rpi map=1