bamboo fix (again)

/usr/share/X11/xorg.conf.d/50-wacom.conf
/boot/grub/grub.cfg
update-grub


details of this note
=================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:

  1. First off, open Gedit by running gksudo gedit /etc/default/grub
  2. Look for the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" .
  3. Change it to this:
             
        
               GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbhid.quirks=0x056a:0x0319:0x40000000"     
        
            
       
    Save and close Gedit.
  4. Don't forget to run
             
        
               sudo update-grub     
        
            
       
    after you change grub!!!
  5. Reboot. If it works, DO NOT GO ANY FURTHER.
  6. 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.
  7. Reboot once again. Again, if it works, DO NOT GO ANY FURTHER!
  8. 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 .
Reboot.

----------------------------------
  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
 

comments powered by Disqus