How to update the Freeplay from Compute module 3 to Compute module 3+
#6
(07-22-2020, 07:40 AM)Flavor Wrote: Please try to post the output of these commands.

cat /etc/modprobe.d/mk_arcade_joystick.conf

dmesg | grep mk_arcade


I would assume that there is a problem with the conf file.


IF you want to try to re-install the joystick/button driver, you can do the following commands...

cd /home/pi/Freeplay/
mv mk_arcade_joystick_rpi mk_arcade_joystick_rpi__old
git clone https://github.com/TheFlav/mk_arcade_joystick_rpi.git
cd /home/pi/Freeplay/mk_arcade_joystick_rpi/
mv /etc/modprobe.d/mk_arcade_joystick.conf /home/pi/Freeplay/mk_arcade_joystick_rpi/mk_arcade_joystick.conf.bak
./install.sh
#options mk_arcade_joystick_rpi map=4 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,-1,-1,-1,-1 hkmode=2
#this next line is for use with 4 extra buttons (maybe L2,R2,C,Z)
#options mk_arcade_joystick_rpi map=4 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,42,43,41,40 hkmode=2
#this next line is for use with a single PSP1000 analog stick
#options mk_arcade_joystick_rpi map=4 hkmode=2 i2cbus=1 x1addr=72 y1addr=77 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,42,43,-1,41
#this next line is for use with 2 PSP1000 analog sticks
#options mk_arcade_joystick_rpi map=4 hkmode=2 i2cbus=1 x1addr=72 y1addr=77 x2addr=75 y2addr=79 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,42,43,-1,41,-1,-1,-1,-1
#options mk_arcade_joystick_rpi map=4 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,-1,-1,-1,-1 hkmode=2
#this next line is for use with 4 extra buttons (maybe L2,R2,C,Z)
options mk_arcade_joystick_rpi map=4 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,42,43,41,40 hkmode=2
#this next line is for use with a single PSP1000 analog stick
#options mk_arcade_joystick_rpi map=4 hkmode=2 i2cbus=1 x1addr=72 y1addr=77 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,42,43,-1,41
#this next line is for use with 2 PSP1000 analog sticks
#options mk_arcade_joystick_rpi map=4 hkmode=2 i2cbus=1 x1addr=72 y1addr=77 x2addr=75 y2addr=79 gpio=4,17,6,5,19,26,16,24,23,18,15,14,-20,42,43,-1,41

[    2.532983] mk_arcade_joystick_rpi: loading out-of-tree module taints kernel.
[    2.534526] mk_arcade_joystick_rpi: Freeplay Button Driver
[    2.540174] mk_arcade_joystick_rpi: pad type : 4
[    2.544961] mk_arcade_joystick_rpi: pad type : 4
Words to live by: Make the world better than how we found it
Reply


Messages In This Thread
RE: How to update the Freeplay from Compute module 3 to Compute module 3+ - by faresdelvalle - 07-22-2020, 08:26 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)