ok. here's a rough version. i'll refine it a little tomorrow, but for now, i'm off to bed. 
----------------------------------------------------------------------
Code:
wget "http://xbox-linux.cvs.sourceforge.net/*checkout*/xbox-linux/kernel-2.6/drivers/usb/input/xpad.c"
wget "http://xbox-linux.cvs.sourceforge.net/*checkout*/xbox-linux/kernel-2.6/drivers/usb/input/xpad.h"
gedit Makefile
Copy and Paste this text:
Code:
obj-m := xpad.o
KDIR := /lib/modules/$(shell uname -r)/build
EXTRA_CFLAGS=-I$(shell pwd)
all:
$(MAKE) modules -C $(KDIR) SUBDIRS=$(shell pwd)
install:
mv -f xpad.ko /lib/modules/$(shell uname -r)/kernel/drivers/input/joystick/
Save and exit.
Code:
make
sudo make install
Close your terminal. Ok. Now open it back up. (Yes, I know I could just cd back to the beginning, but I'm too lazy!
)
Code:
update-modules
sudo depmod
sudo modprobe -r xpad
modprobe joydev
modprobe usbhid
modprobe xpad
Now to see if everything worked:
You should see a bunch of weird characters.
Elcasey pointed this out...
When I first ran FOF after getting the X-plorer working FOF went crazy when I tried to set the strum bar as Pick button. I had to run "jscalibrator", move the tremolo around and press every button. Then I just saved the config with jscalibrator, exited, and FOF works fine now. So just a heads up if your FOF or other app goes berserk when you first get your X-plorer going.
Bookmarks