On Wed, Aug 14, 2013 at 12:05 PM, Arjuna Rao Chavala
<arjunar...@gmail.com>wrote:
> Hi,
>
> I recently purchased CTL-471/K Wacom Pen Tablet (Bamboo One) (Sl.No
> 3CFP002700). The active area size is 152*94 mm (6*3.7in) and the tablet has
> stylus with rocker switch. The device is identified as with lsusb
> Bus 003 Device 003: ID 056a:0300 Wacom Co ltd.
>
>
> I tried to set it up on my Ubuntu 12.04 LTS system with
> 3.2.0-51-generic-pae Kernel and X.Org X Server 1.11.3. It did not work.
>
>
> I updated the wacom kernel from my Ubuntu sources and updated it as shown
> below.
> { USB_DEVICE_WACOM(0xDD) },
> { USB_DEVICE_WACOM(0x0300) },/* CTL-471/K/
> { USB_DEVICE_WACOM(0xDE) },
>
> static const struct wacom_features wacom_features_0xDD =
> { "Wacom Bamboo Connect", WACOM_PKGLEN_BBPEN, 14720, 9200,
> 1023,
> 31, BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
> /* CTL-471/K support*/
> static const struct wacom_features wacom_features_0x0300 =
> { "Wacom Bamboo One", WACOM_PKGLEN_BBPEN, 14720, 9200, 1023,
> 31, BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
> static const struct wacom_features wacom_features_0xDE =
> { "Wacom Bamboo 16FG 4x5", WACOM_PKGLEN_BBPEN, 14720, 9200,
> 1023,
> 31, BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
>
>
>
This seems reasonable based on what I see on Wacom's webpage. I'd guess it
would be close to the Bamboo Connect (0xDD). From Wacom's web page they
look exactly the same and have same specs and same price. Not sure whats
different.
and
xf86-input-wacom<http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom>
> along with patch at
> http://forums.linuxmint.com/viewtopic.php?f=42&t=110408#p652097 The diff
> file is enclosed.
>
> I Installed the new kernel and new xf86-input-wacom, but found the system
> crashing when tablet is connected.
>
> Am I missing anything?
>
There should be no reason to modify the xf86-input-wacom driver. It should
"just work" as long as kernel driver correctly fills in above values and
advertises them.
Try reverting to unmodified xf86 and see if crashing stops.
At minimum, you need this change from your current patch. You used a
&usbBamboo1 structure when you should be using &usbBamboo. The other
things in your xf86-input-wacom can easily be source of crashes.
Chris
> Thanks
> Arjuna
>
>
>
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>
>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel