Advertisement
Guest User

Untitled

a guest
Jul 28th, 2010
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # use the below line to make a lib/ dir :)
  4. #export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/xbmc/lib
  5.  
  6. # if you use this line, make sure libboost_thread-mt.so.1.37.0 is in the same dir as this script.
  7. export LD_LIBRARY_PATH=.
  8. rmmod xpad
  9. modprobe uinput
  10. modprobe joydev
  11. ./xboxdrv_for_XBMC_live.v1 --wid 0 -s -l 2 --dpad-as-button --deadzone 12000 --trigger-as-zaxis
  12.  
  13.  
  14. THEN I RUN:
  15.  
  16. htpc@htpc:~$ sudo modprobe -r xpad
  17. htpc@htpc:~$ sudo modprobe xpad
  18. htpc@htpc:~$ sudo ./xboxdrv_for_XBMC_live.9.04.jaunty.sh
  19. ./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