Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1691679
  • 博文数量: 410
  • 博客积分: 9563
  • 博客等级: 中将
  • 技术积分: 4517
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-03 19:59
个人简介

文章分类

全部博文(410)

文章存档

2017年(6)

2016年(1)

2015年(3)

2014年(4)

2013年(32)

2012年(45)

2011年(179)

2010年(140)

分类: LINUX

2010-09-08 16:54:21

« on: August 19, 2010, 02:28:49 pm »


I purchased a refurbished Wacom Bamboo Pen CTL460 from Amazon for $42.99 and it arrived FedEx this afternoon.

I had previously compiled the wacom.ko Linux kernel and installed it following the advice given on web site.

The latest version of the driver is linuxwacom-0.8.8-8  not the version listed in the how to.
Here are the corrected steps:
Quote
First, install some compiling tools and header files:
sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev

Next, download the latest linuxwacom driver (0.8.8 now):
wget

Now unpack, configure compile and install it:
tar -xf linuxwacom-0.8.8.tar.bz2
cd linuxwacom-0.8.8
./configure --enable-wacom
cd src/2.6.30/ # I know this is the wrong version, but it's the highest available and it works
make
sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
sudo rmmod wacom
sudo modprobe wacom
depmod -a #to make it permanent.

One person encountered this error:
Quote
after do enable-wacom, shows this message …
this package only supports Xorg server older than 1.6.5.
You are running a newr version.
Please build xf86-input-wacom instead.


You can build the kernel driver from this package though.”

The response was
Quote
You can ignore the warning, just follow the next steps in my post.

Which was correct for me.   When I plugged it in and hovered the pen over the tablet, but not quite touching it, my mouse icon moved where I moved the pen. The four corners of the active tablet surface exactly matched the four corners of my 1600X900 display.  Of course, actually writing on the map does what you expect, and very rapidly too.

It's working perfectly!  Cool

There is this caveat:
Quote
If you install kernel updates, the module will be replaced, so you need to recompile and install the module

To recompile for a new kernel do the following steps in a Konsole:
Quote
cd linuxwacom-0.8.8
make clean
./configure --enable-wacom
cd src/2.6.30/
make
sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
sudo rmmod wacom
sudo modprobe wacom

« Last Edit: August 30, 2010, 07:48:14 pm by GreyGeek »
阅读(1559) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~