Page 1 of 1

(ubuntu 9.10) mapping wireless 360 controller

Posted: Mon Mar 01, 2010 1:59 am
by rflores2323
I just bought the microsoft wireless game controller. I am trying to follow this guide to install on ubuntu 9.10.

https://help.ubuntu.com/community/Xbox3 ... ller%29%29

I have made the directory and have three files in it


Image

however when I get to the last steps

Code: Select all

make
sudo make install
sudo modprobe -r xpad
sudo depmod -a
sudo modprobe xpad
I keep getting errors

see the error messages here http://pastebin.com/VTEQpjrX

Posted: Mon Mar 01, 2010 2:02 am
by rflores2323
Here is my dmesg log also http://pastebin.com/NPx1NR65

also how do I configure this remote on snes9xpress? I keep getting this message when I configure the button maps . Why is it showing no file or directory?? what directory do I put??

Image


how do I map the buttons on snes9express??? is there a how to anywhere?

Re: (ubuntu 9.10) mapping wireless 360 controller

Posted: Mon Mar 01, 2010 3:27 pm
by BearOso
rflores2323 wrote: however when I get to the last steps

Code: Select all

make
sudo make install
sudo modprobe -r xpad
sudo depmod -a
sudo modprobe xpad
The xpad driver has been in the kernel for a great while now, so you shouldn't do this step. (the kernel version is newer than the one you're trying to install) From your logs, it looks like the driver is installed already and your joystick is being correctly detected. The device file is probably /dev/input/js0, not /dev/js0--though you can create a symlink if you want.
also how do I configure this remote on snes9xpress? I keep getting this message when I configure the button maps.
Snes9x hasn't had a button maps parameter since version 1.43, so those probably aren't going to work. You'll need to read how to edit the configuration file to configure the joystick for the straight-X11 version of Snes9x. If your computer isn't ancient, you could try the GTK+ version of Snes9x.