I followed the first answer here: How do I get an XBOX 360 controller working?, and ended up screwing with my XPad drivers. How can I reverse all of the commands and restore my XPad Driver?
I used these commands:
sudo apt-get install --install-recommends jstest* joystick xboxdrv
echo "blacklist xpad" | sudo tee -a /etc/modprobe.d/blacklist.conf
sudo rmmod xpad # unload module if already loaded
xboxdrv --silent
jstest-gtk
Then I edited /etc/init/xboxdrv.conf
and added
start on filesystem
exec xboxdrv -D
expect fork
sudo apt-get install xserver-xorg-input-elographics
– Jul 26 '14 at 01:16