Skip to content

Instantly share code, notes, and snippets.

@Fosome
Created April 25, 2014 18:03
Show Gist options
  • Save Fosome/11298160 to your computer and use it in GitHub Desktop.
Save Fosome/11298160 to your computer and use it in GitHub Desktop.
For audio out of 3.5mm jack:
`sudo amixer cset numid=3 1`
For snes controller Tomee thing working:
I use a cheap usb snes controller copy by a company called Tomee.
I just installed joystick
sudo apt-get install joystick
Calibrated and tested it
jscal /dev/input/js0
jstest /dev/input/js0
For advmame I had to change a setting in the advmame.rc to help mame recognize the y-axis
device_joystick raw
Once set up the gamepad has worked with almost everything I have installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment