I have followed these other posts on several installations and it has always taken me a couple days to get things working properly.
Here is how to use the latest Versions of Grumbel's Userspace driver on Tested on a fresh install XBMC Live Dharma, all buttons and Triggers are also working 100% with this method.
Add Grumbel PPA
Code:
sudo add-apt-repository ppa:grumbel/ppa
sudo apt-get update
sudo apt-get install xboxdrvCreate a bash script that will start on system startup in a few steps
Code:
touch ~xbmc/xboxdrv.shand open for editing
Code:
nano ~xbmc/xboxdrv.shPaste this into the newsly created xboxdrv.sh
Code:
#!/bin/bash
rmmod xpad
modprobe uinput
modprobe joydev
xboxdrv -c /usr/share/doc/xboxdrv/examples/xbmc.xboxdrvmake xboxdrv.sh executable
Code:
chmod +x xboxdrv.shOpen rc.local so we can add a line to start the xboxdrv.sh script
Code:
nano /etc/rc.localAdd this above exit 0
Code:
/home/xbmc/xboxdrv.shThanks to , alexpigment, awef previous posts for pointing me in the right direction and of course grumbel

Excellent and thanks draggy ![[Image: watched-fanart.jpg]](http://trakt.tv/user/Phantisy/widget/watched-fanart.jpg)
Search
Help