[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
It's definitely a kernel issue. Hard-coding the serial numbers to a fixed value let userspace work properly, so long as only a single tool was in proximity at one time (the serial numbers are how individual tools are distinguished). -- You received this bug notification because you are a member o

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
So, in a nutshell: the wacom kernel driver doesn't always initialize the device properly, and as a result it sends bogus tool serial numbers in events to userspace. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
I think this might simply be a race during device initialization, which would explain why some people seem to see it and some don't. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https://bugs.launchpad.net/bugs/53213

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
Confirmed that upgrading to 0.10.11 doesn't fix the problem for me. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https://bugs.launchpad.net/bugs/532137 Title: Wacom Intuos2 tablet hotplug only works once after bo

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
Confirmed that upgrading to 0.10.11 doesn't fix the problem for me. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https://bugs.launchpad.net/bugs/532137 Title: Wacom Intuos2 tablet hotplug only works once after bo

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
(There don't appear to be any relevant changes to xf86-input-wacom between 0.10.8 and 0.10.11 either.) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https://bugs.launchpad.net/bugs/532137 Title: Wacom Intuos2 tabl

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
http://sourceforge.net/tracker/?func=detail&aid=3075828&group_id=69596&atid=525124 appears to be related, it worked for one of the devs using xf86-input- wacom 0.10.11 (Maverick ships 0.10.8), but I don't know what version of the kernel driver. ** Bug watch added: SourceForge.net Tracker #3075828

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
Even unplugging the tablet and unloading wacom + usbhid + hid together doesn't seem to reset whatever state is wrong. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https://bugs.launchpad.net/bugs/532137 Title: Wac

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
When the tablet is non-working it is actually getting a serial of 0 for every proximity event. This isn't fixed by unloading the wacom module and unplugging the tablet, which leads me to believe that there's a problem with the lower-level (USB?) driver stack. -- You received this bug notification

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
I've confirmed that the kernel driver is actually seeing serial numbers of 0 when the tablet isn't working, and large (magnitude) serial numbers when it is by adding a printk to wacom_wac.c. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-in

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet hotplug only works once after booting

2011-03-17 Thread Tim Cole
I've actually been able on occasion to get hotplug to work a second time by removing and re-modprobing the kernel module, but success is extremely rare. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https://bugs.laun

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet works only when plugged in before booting

2011-03-17 Thread Tim Cole
Chris Bagwell wrote: I quickly looked at the Xorg.log files from launchpad below. Right after hotplug of tablet, usbParse() goes in infinite loop and prints message about invalid serial #. Not positive its infinite loop but at least the log stops with no messages beyond repeating error message.

[Ubuntu-x-swat] [Bug 532137] Re: Wacom Intuos2 tablet works only when plugged in before booting

2011-03-17 Thread Tim Cole
Upstream is saying this looks like a kernel bug, not an xorg bug. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu. https://bugs.launchpad.net/bugs/532137 Title: Wacom Intuos2 tablet hotplug only works once after boot

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
However, except for the first time the tablet is plugged in, it doesn't actually work. When using `xinput test`, no events actually seem to be getting generated by the device. ** Changed in: xf86-input-wacom (Ubuntu) Milestone: lucid-alpha-3 => None -- Wacom Tablet is only recognized on firs

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
Tried to use evtest on the tablet, but I'm not able to get evtest output for either the tablet or the laptop's trackpad; I'm not sure what's up with that. May be an evtest issue. (Unlike the tablet, I do get output from `xinput test` for the trackpad.) -- Wacom Tablet is only recognized on first

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
Apparently evtest only works for pointer devices while X isn't running. Anyway, with X turned off temporarily I can get useful output from it. Apparently this is a kernel issue, and not an X issue, since I can replicate the bug without X. Steps to reproduce: 1) plug in a tablet (first time since

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
Still broken for me in latest lucid. ** Changed in: xf86-input-wacom (Ubuntu) Status: Invalid => Confirmed -- Wacom Tablet is only recognized on first plug https://bugs.launchpad.net/bugs/511844 You received this bug notification because you are a member of Ubuntu-X, which is subscribed t

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
Split out the kernel portion to bug #597123 -- Wacom Tablet is only recognized on first plug https://bugs.launchpad.net/bugs/511844 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in ubuntu.

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
I think I'll file a separate bug since this appears to be similar to but not the same as the issue originally described. (We do see the tablet being plugged in in Xorg.log each time, the kernel driver just isn't generating events anymore.) ** Changed in: xf86-input-wacom (Ubuntu) Status: Co

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
`xinput list` even shows the expected: unplugged: ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPadid=11 [slave pointer (2)] ⎜ ↳ Macint

[Ubuntu-x-swat] [Bug 511844] Re: Wacom Tablet is only recognized on first plug

2010-06-22 Thread Tim Cole
It seems, actually, that udev and the xinput bits in the xorg server are at least doing what they should. Subsequent plugs and unplugs are reflected as they should be in udev: unplugged: KERNEL[1277184780.285111] remove /devices/pci:00/:00:1d.0/usb5/5-1/5-1:1.0/input/input14/mouse2 (i

[Ubuntu-x-swat] [Bug 441885] Re: tablet hotplug only works first time

2009-10-03 Thread Tim Cole
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/32960308/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/32960309/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/32960310/Dependencies.txt ** A

[Ubuntu-x-swat] [Bug 441885] [NEW] tablet hotplug only works first time

2009-10-03 Thread Tim Cole
Public bug reported: Binary package hint: wacom-tools Hotplugging my tablet only works the first time; after unplugging it and plugging it in again it no longer works as a pointing device until I restart. ProblemType: Bug Architecture: i386 Date: Sat Oct 3 21:59:16 2009 DistroRelease: Ubuntu 9.

[Ubuntu-x-swat] [Bug 380545] Re: Segfault in X when cold booting after login

2009-06-05 Thread Tim Cole
This doesn't appear to be related to the Ubuntu One client? ** Changed in: ubuntuone-client Status: New => Invalid -- Segfault in X when cold booting after login https://bugs.launchpad.net/bugs/380545 You received this bug notification because you are a member of Ubuntu-X, which is subscr