Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setupwacom.sh
diff options
context:
space:
mode:
authorolpc <olpc@xo-05-26-CC.localdomain>2008-12-11 22:10:33 (GMT)
committer olpc <olpc@xo-05-26-CC.localdomain>2008-12-11 22:10:33 (GMT)
commit9bc4f662d0c067ac59f05f2b9c625017b07a79fa (patch)
treebcba018ff8a42eb259cacefff23c962d18f3ccdc /setupwacom.sh
parent6ac47cd86f55cdf06eede45077173af0502667f6 (diff)
Optimizations, bug fixes, etc.
Diffstat (limited to 'setupwacom.sh')
-rwxr-xr-xsetupwacom.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/setupwacom.sh b/setupwacom.sh
index a07023e..ba1ac48 100755
--- a/setupwacom.sh
+++ b/setupwacom.sh
@@ -4,9 +4,14 @@ echo Installing linuxwacom package...
yum -y install linuxwacom
echo Copying and installing Wacom kernel module...
+mkdir /lib/modules/`uname -r`/kernel/drivers/usb/input
wget http://dev.laptop.org/~pgf/wacom.ko -O /lib/modules/`uname -r`/kernel/drivers/usb/input/wacom.ko
echo Copying Xorg configuration file...
wget http://dev.laptop.org/~wadeb/xorg-dcon.conf -O /etc/X11/xorg-dcon.conf
+echo Building kernel module dependenies...
+depmod
+modprobe wacom
+
echo Wacom installation complete! Please restart your XO.