stevo619
WAIT!
I'm sorry. I was out at lunch and then at the bank for way too long.
If your A/B/X/Y/DPAD/etc are working, then it's not a dkms problem.
I think your problem is with the config file. Now that you have extra buttons (with the add-on board), you need to edit the conf file.
For more info see https://docs.google.com/document/d/1GkmF...1VnZ1wgEY/
Do this command:
sudo nano /etc/modprobe.d/mk_arcade_joystick.conf
If you are using the L2/R2 addon but not using any analog input, then it should look like this.
If you are using a single PSP analog stick, then use this:
The fan is a different issue, and we can get more into that if you want. Basically, if you want it to come on when the CPU gets hot, then you'd use this:
https://github.com/TheFlav/rpi-fan
WAIT!
I'm sorry. I was out at lunch and then at the bank for way too long.
If your A/B/X/Y/DPAD/etc are working, then it's not a dkms problem.
I think your problem is with the config file. Now that you have extra buttons (with the add-on board), you need to edit the conf file.
For more info see https://docs.google.com/document/d/1GkmF...1VnZ1wgEY/
Do this command:
sudo nano /etc/modprobe.d/mk_arcade_joystick.conf
If you are using the L2/R2 addon but not using any analog input, then it should look like this.
Code:
#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
If you are using a single PSP analog stick, then use this:
Code:
#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
The fan is a different issue, and we can get more into that if you want. Basically, if you want it to come on when the CPU gets hot, then you'd use this:
https://github.com/TheFlav/rpi-fan
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )