Update:<\/strong> Why oh why can’t Blogger preview my post in the *actual* stylesheet of my blog? I seem to remember WordPress doing this… if so, I must switch. ASAP.<\/p>\n
I’m back down in Madison, and in the midst of unpacking all my junk after moving down here from home. One thing that Nate & I set up right away is my HTPC, an Ubuntu<\/a>-based MythTV<\/a> box. Unfortunately, I noticed over winter break that my homemade serial-port IR receiver has given up the ghost, so I can no longer control MythTV from my universal remote. I’ve ordered the parts for a USB IR receiver<\/a>, but as I mentioned earlier, my soldering iron has also<\/em> given up the ghost…<\/p>\n
jstest<\/code> (Optional, available on Ubuntu in the “joystick” package)<\/em><\/li>\n<\/ul>\n
Determining joystick layout<\/h3>\nThe first step in writing a MythTV joystick configuration is to determine the exact layout of your joystick, as Linux sees it. Specifically, we need to know what axes (and axis values) and buttons correspond to the controls on the joystick.<\/p>\n
If you’re using an SNES controller with the gamecon<\/code> driver, I’ve done the legwork, and you can
skip to the next section<\/a> below, using my example configuration. (Obviously you should test it and make sure it works.)<\/p>\n
$ sudo apt-get install joystick<\/code><\/p>\n
$ jstest \/dev\/input\/js0<\/code><\/p>\n
jstest<\/code> produces output for my SNES controller like this:<\/p>\n
Driver version is 2.1.0.<\/p>\n
Joystick (SNES pad) has 2 axes (X, Y)<\/p>\n
and 8 buttons (BtnX, BtnY, BtnTL, BtnTR, BtnTR2, BtnSelect, BtnThumbL, BtnThumbR).<\/p>\n
Testing ... (interrupt to exit)<\/p>\n
Axes: 0: 0 1: 0 Buttons: 0:off 1:off 2:off 3:off 4:off 5:off 6:off 7:off<\/code><\/p>\n
Testing ... (interrupt to exit)<\/p>\n
Axes: 0:-32767 1: 0 Buttons: 0:on 1:off 2:off 3:off 4:off 5:off 6:off 7:off<\/code><\/p>\n
Compiling a full list for your joystick would give you a mapping like this one for the SNES controllers & gamecon driver:<\/p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n