bamboo fix (again)
Published by James D. Tyler on November 30th, 2014
/usr/share/X11/xorg.conf.d/50-wacom.conf
/boot/grub/grub.cfg
update-grub
/boot/grub/grub.cfg
update-grub
=================answer #2==============
accepted
+50
I felt the need to make another answer because of differing conditions, which appeared in chat .
This is
a known bug
.
Status:
In Progress
(since 1/03/2014)
Importance:
Medium
Bug info up-to-date as of 10/1/2014
.
The workaround offered in Post 38 of said bug report works.
An easier-to-understand version:
-
First off, open Gedit by running
gksudo gedit /etc/default/grub
-
Look for the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
. -
Change it to this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbhid.quirks=0x056a:0x0319:0x40000000"
-
Don't forget to run
sudo update-grub
- Reboot. If it works, DO NOT GO ANY FURTHER.
-
Open Gedit again by running
gksudo gedit /usr/share/X11/xorg.conf.d/50-wacom.conf
. Paste the data from this link (content pasted below) into it and save. - Reboot once again. Again, if it works, DO NOT GO ANY FURTHER!
-
If it still doesn't work, follow the
git
method from this link . Please note that you need to install Git if you don't have it already:sudo apt-get install git-core
.
----------------------------------
Section "InputClass"Identifier "Wacom USB device class"MatchUSBID "056a:*"MatchDevicePath "/dev/input/event*"Driver "wacom"EndSectionSection "InputClass"Identifier "Wacom PnP device class"MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"MatchDevicePath "/dev/input/event*"Driver "wacom"EndSectionSection "InputClass"Identifier "Wacom class"MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"MatchDevicePath "/dev/input/event*"Driver "wacom"EndSectionSection "InputClass"Identifier "Wacom serial class"MatchProduct "Serial Wacom Tablet"Driver "wacom"EndSectionSection "InputClass"Identifier "Wacom serial class identifiers"MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"Driver "wacom"EndSection# Hanwang tabletsSection "InputClass"Identifier "Hanwang class"MatchProduct "Hanwang"MatchDevicePath "/dev/input/event*"Driver "wacom"EndSection# Waltop tabletsSection "InputClass"Identifier "Waltop class"MatchProduct "WALTOP"MatchIsTablet "on"MatchDevicePath "/dev/input/event*"Driver "wacom"EndSection# N-Trig Duosense Electromagnetic DigitizerSection "InputClass"Identifier "Wacom N-Trig class"MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"MatchDevicePath "/dev/input/event*"Driver "wacom"Option "Button2" "3"EndSection