Posted: Fri Apr 04, 2014 2:04 am
Actually box gives you 10gb for free.
English Astroboy discussion forums.
https://www.astroboy-online.com/forums/
https://www.astroboy-online.com/forums/viewtopic.php?f=6&t=8736
Code: Select all
Your wacom.ko is available under
/home/sam/wacom/input-wacom-0.21.0/2.6.38
If you have an USB device, you can copy the driver by:
cp 2.6.38/wacom.ko /lib/modules/3.2.0-60-generic/kernel/drivers/input/tablet
If you have a serial device, please copy the driver by:
cp 2.6.38/wacom_w8001.ko /lib/modules/3.2.0-60-generic/kernel/drivers/input/touchscreen
Code: Select all
mkdir wacom
cd wacom
wget [url=http://softlayer-dal.dl.sourceforge.net/project/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.24.0.tar.bz2]http://softlayer-dal.dl.sourceforge....0.24.0.tar.bz2[/url]
wget [url=http://softlayer-ams.dl.sourceforge.net/project/linuxwacom/xf86-input-wacom/input-wacom/input-wacom-0.21.0.tar.bz2]http://softlayer-ams.dl.sourceforge....0.21.0.tar.bz2[/url]
tar xjvf xf86-input-wacom-0.24.0.tar.bz2
tar xjvf input-wacom-0.21.0.tar.bz2Code: Select all
sudo apt-get install build-essential linux-headers-generic-pae xserver-xorg-dev pkg-config libx11-dev libxi-dev x11proto-input-dev libxrandr-dev libncurses5-dev autoconf libtool libudev-dev xutils-dev libxinerama-dev
Code: Select all
cd input-wacom-0.21.0/
./configurecopy the cp line under if you have a usb device and paste it on the commandline and run it, but put sudo infruntYour wacom.ko is available under
/home/sam/wacom/input-wacom-0.21.0/2.6.38
If you have an USB device, you can copy the driver by:
cp 2.6.38/wacom.ko /lib/modules/3.2.0-60-generic/kernel/drivers/input/tablet
If you have a serial device, please copy the driver by:
cp 2.6.38/wacom_w8001.ko /lib/modules/3.2.0-60-generic/kernel/drivers/input/touchscreen
Code: Select all
sudo depmod -a
Code: Select all
cd ..
cd xf86-input-wacom-0.24.0/
./configure --prefix=/usr --libdir=/usr/lib
sudo make install