I have a Wacom Bamboo Pen & Touch (CTH-460) but I am unable to get the
device working on Squeeze stable (6.0.1, AMD64).
I also followed the instructions provided here
http://lik.noblogs.org/post/2010/05/07/wacom-debian/ except for using
version 0.8.8-11 of the linuxwacom driver.
Any ideas?
Here is the output of dmesg:
[ 4885.083982] usb 5-1: USB disconnect, address 9
[ 4931.764137] usb 5-1: new full speed USB device using ohci_hcd and
address 10
[ 4931.938266] usb 5-1: New USB device found, idVendor=056a,
idProduct=00d6
[ 4931.938274] usb 5-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 4931.938280] usb 5-1: Product: CTH-460
[ 4931.938284] usb 5-1: Manufacturer: Wacom Co.,Ltd.
[ 4931.938460] usb 5-1: configuration #1 chosen from 1 choice
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 1304490005.20797.11.camel@overlord">http://lists.debian.org/1304490005.20797.11.camel@overlord
05-04-2011, 03:17 PM
Kumar Appaiah
Wacom Bamboo Pen & Touch
Hi.
On Wed, May 04, 2011 at 02:20:05AM -0400, Matthew Howle wrote:
> I have a Wacom Bamboo Pen & Touch (CTH-460) but I am unable to get the
> device working on Squeeze stable (6.0.1, AMD64).
>
> I also followed the instructions provided here
> http://lik.noblogs.org/post/2010/05/07/wacom-debian/ except for using
> version 0.8.8-11 of the linuxwacom driver.
>
> Any ideas?
I had similar problems, and I switched to a newer kernel available in
sid (2.6.38-1-amd64). If you are wary of pulling in a new kernel, you
could choose to build it from source using kernel-package.
Kumar
--
No, that's wrong too. Now there's a race condition between the rm and
the mv. Hmm, I need more coffee.
-- Guy Maor on Debian Bug#25228
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110504151732.GA5519@bluemoon.alumni.iitm.ac.in"> http://lists.debian.org/20110504151732.GA5519@bluemoon.alumni.iitm.ac.in
05-04-2011, 06:30 PM
Wacom Bamboo Pen & Touch
> Hello,
>
> I have a Wacom Bamboo Pen & Touch (CTH-460) but I am unable to get the
> device working on Squeeze stable (6.0.1, AMD64).
>
> I also followed the instructions provided here
> http://lik.noblogs.org/post/2010/05/07/wacom-debian/ except for using
> version 0.8.8-11 of the linuxwacom driver.
>
> Any ideas?
Hi,
here (same specs) it works fine with the driver above *and*
xf86-input-wacom-0.11.0
Build with "checkinstall" to a package named
"xserver-xorg-input-wacom-custom" (*.deb).
checkinstall asks for package name and things like "provides",
"conflicts", "replaces". The latter options I set to
"xserver-xorg-input-wacom".
http://sourceforge.net/projects/linuxwacom/files/
Changes in /etc/X11/xorg.conf:
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "stylus"
Option "USB" "on" # USB ONLY
Option "KeepShape" "on" # Monitor is 4:3
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "eraser"
Option "USB" "on" # USB ONLY
Option "KeepShape" "on"
EndSection
$ xsetwacom set 13 Touch off # I don't use it
$ xsetwacom set 7 Area 2000 28 14133 9128 # centering for monitor 4:3
$ xsetwacom set 6 Area 2000 28 14133 9128
$ xsetwacom set 13 Area 2000 28 14133 9128
$ xsetwacom set 19 Area 2000 28 14133 9128
HTH
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110504183015.D0C3313A5EBB@liszt.debian.org">http ://lists.debian.org/20110504183015.D0C3313A5EBB@liszt.debian.org