Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # use the below line to make a lib/ dir :)
- #export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/xbmc/lib
- # if you use this line, make sure libboost_thread-mt.so.1.37.0 is in the same dir as this script.
- export LD_LIBRARY_PATH=.
- rmmod xpad
- modprobe uinput
- modprobe joydev
- ./xboxdrv_for_XBMC_live.v1 --wid 0 -s -l 2 --dpad-as-button --deadzone 12000 --trigger-as-zaxis
- THEN I RUN:
- htpc@htpc:~$ sudo modprobe -r xpad
- htpc@htpc:~$ sudo modprobe xpad
- htpc@htpc:~$ sudo ./xboxdrv_for_XBMC_live.9.04.jaunty.sh
- ./xboxdrv_for_XBMC_live.9.04.jaunty.sh: line 11: ./xboxdrv_for_XBMC_live.v1: is a directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement