Trouble installing wacom tablet

John D Lamb J.D.Lamb at btinternet.com
Sun Nov 21 15:56:48 UTC 2010


On Sat, 2010-11-20 at 18:16 -0600, Albert Wagner wrote: 
> I am having trouble installing a Wacom Bamboo CTH-460 onto an HP-G72.
> I have followed the instructions at:
> 
> https://help.ubuntu.com/community/Wacom
> 

The CTL-460 still needs more recent kernel drivers than are installed in
Maverick. You can get new drivers from
http://linuxwacom.sourceforge.net/index.php/dl.
The current version is linuxwacom-0.8.8-10.tar.bz2. Save these in a
convenient location. Then open a terminal (Applications > Accessories >
Terminal) and execute the following commands

tar jxvf linuxwacom-0.8.8-10.tar.bz2 #(unpacks the archive)
cd linuxwacom-0.8.8-10
./configure --enable-wacom
cd src/2.6.30/
make
sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
#(installs the wacom module)
sudo rmmod wacom # Only needed if you already have a wacom module in use
sudo modprobe wacom

The wacom pen should work immediately if everything else is set up

Notes:
1. ./configure and make should give you messages about X server version
and drivers not enabled in your kernel config. These are not a problem
2. Maverick (and Lucid) have all the packages you need to build the
wacom module. But they may not all be installed. You can use synaptic or
apt-get to install them if ./configure or make throw up error messages.
The most obvious packages are make, gcc and the kernel headers.
3. You will have to rebuild the wacom module each time you get a new
kernel version, including security updates.

-- 
JDL






More information about the ubuntu-users mailing list