Hello people.

I have a problem with my Bamboo Pen and Lucid. I succeeded to install it, it's working, vut there is a problem with the stylus. In fact, I can move it without problem, but I want to click somewhere, the stylus is blocked on the screen and I just can move it in highlighting all the page where I move the stylus. And to unlock it, I must wait some seconds, and move it on my tablet.

I make this to instal my Bamboo Pen :

Code:
sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6-2.tar.bz2
tar -xf linuxwacom-0.8.6-2.tar.bz2
cd linuxwacom-0.8.6-2
./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 depmod -a %permet de recharger les pilotes du kernel
sudo modprobe wacom


Thanks to your help,

Joriz15.