From: Hendrik Boom on 3 Jan 2010 21:00 What's the story on getting this thing working? I'm running Debian Squeeze on an ASUS 1000HE. The device doesn't seem to be recognised as anything it knows what to do about. It doesn't even seem to know it can be a mouse. -- hendrik -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: ajm on 4 Jan 2010 01:10 On Mon, Jan 04, 2010 at 01:53:05AM +0000, Hendrik Boom wrote: > What's the story on getting this thing working? I'm running Debian > Squeeze on an ASUS 1000HE. The device doesn't seem to be recognised as > anything it knows what to do about. It doesn't even seem to know it can > be a mouse. > > -- hendrik > Did not metion the model. I have a Bamboo Model MTE-450A (note: mine is usb not serial connection) The following is what I manualy had to add to my xorg.conf file: under this section "ServerLayout" add the following: Section "ServerLayout" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "pad" # no core events EndSection then add the following sections: Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "USB" "on" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "USB" "on" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "USB" "on" EndSection Section "InputDevice" Identifier "pad" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "pad" Option "USB" "on" EndSection I hope this gives a starting point... -- Alexander J.M. Debian Squeeze Linux 2.6.30-2-686 -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Chris Davies on 5 Jan 2010 12:30 Hendrik Boom <hendrik(a)topoi.pooq.com> wrote: > What's the story on getting this thing working? http://udim.wordpress.com/2008/04/08/wacom-bamboo-and-debian/ I'm not entirely sure what "version" of Debian you'd say I was running - it's a bit a of a Heinz 57 (stable, *testing*, unstable, volatile, experimental) - but that blog gave me enough pointers to get it working here a number of months ago. Chris -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
|
Pages: 1 Prev: Problem on dpkg --unpack. Next: Module "pata_via" missing from Lenny d-i kernel |