Slim L2R2 dual analog 4ADC add-on issue
#11
This is great! I just started back on this project today and I'm almost there.

I'm having the same issue with L2 and R2 not recognizing. I tried ssh and typing the command `/etc/modprobe.d/mk_arcade_joystick.conf`but am getting a permission denied. What are the exact commands I need to use for this? Am I typing it in wrong?

Really appreciate the help guys!
Reply
#12
(05-24-2022, 04:52 AM)tsouders Wrote: This is great! I just started back on this project today and I'm almost there.

I'm having the same issue with L2 and R2 not recognizing. I tried ssh and typing the command `/etc/modprobe.d/mk_arcade_joystick.conf`but am getting a permission denied. What are the exact commands I need to use for this? Am I typing it in wrong?

Really appreciate the help guys!

/etc/modprobe.d/mk_arcade_joystick.conf is a configuration file.  If you just type 
Code:
/etc/modprobe.d/mk_arcade_joystick.conf
that will try to "run" it, but that's not possible.

To spit out the contents of /etc/modprobe.d/mk_arcade_joystick.conf, you would want to type
Code:
cat /etc/modprobe.d/mk_arcade_joystick.conf
and then post the output here, if possible.

To edit the the /etc/modprobe.d/mk_arcade_joystick.conf file, you would want to type
Code:
sudo nano /etc/modprobe.d/mk_arcade_joystick.conf


For reference, here are what some of the commands do.
sudo: runs the following command as the "super user" who has rights to edit all files
nano: Nano is a text editor that can edit the file that follows
cat: concatenate a file (just dumps its contents out onto the screen)
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/ )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)