[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2008-02-13 Thread Tom Jaeger
Stefan: Are you still planning on backporting the solution to a gusty kernel? Because if you are, you might as well apply the current patch. It's probably the least intrusive patch we are ever going to get. It is in acpi-test and has both the approval of both the linux acpi maintainer and the

[Bug 133430] Re: [gutsy] screen resolution rotation does not rotate wacom

2008-02-08 Thread Tom Jaeger
All of this is possible today. I've attached a little program that selects for XRandR changes and then sets the orientation of the stylus accordingly. Compile it via gcc -Wall -lX11 -lXrandr wacomrotate.c -o wacomrotate and then run it as ./wacomrotate Caveat: If you are using more than one

[Bug 133430] Re: [gutsy] screen resolution rotation does not rotate wacom

2008-02-08 Thread Tom Jaeger
The bug should probably be moved to wacom-tools. -- [gutsy] screen resolution rotation does not rotate wacom https://bugs.launchpad.net/bugs/133430 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 133430] Re: [gutsy] screen resolution rotation does not rotate wacom

2008-02-08 Thread Tom Jaeger
Oh, and if you're missing development files, apt-get build-dep xrandr should take care of it. -- [gutsy] screen resolution rotation does not rotate wacom https://bugs.launchpad.net/bugs/133430 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-30 Thread Tom Jaeger
Good news, I've identified the problem (for details, see http://article.gmane.org/gmane.linux.acpi.devel/26955 ) and submitted a patch to the linux acpi developers that appears to have a good chance of getting accepted. Updated ubuntu kernel packages are provided in this thread (thanks to

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-30 Thread Tom Jaeger
[off topic] Schmolch, updated wacom-tools packages were uploaded today. All I had to do was enable XAA in xorg.conf to work around performance problems while scrolling (GMA 950) and now everything works perfectly. -- Serial Wacom tablet fails to return from ACPI suspend to RAM

[Bug 177878] [Hardy] init script fails to create /dev/input/wacom on 2.6.24 kernels

2007-12-21 Thread Tom Jaeger
Public bug reported: Binary package hint: wacom-tools There has been a change in the sys file system in recent kernels that breaks /etc/init.d/xserver-xorg-input-wacom; for example /sys/bus/pnp/devices/00:0b/tty:ttyS0 moved to /sys/bus/pnp/devices/00:0b/tty/ttyS0 l. 17 in

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-21 Thread Tom Jaeger
Michael, Thanks, the init script was the right pointer. I turns out that the sysfs interface changed slightly in 2.6.24, which broke the script. I filed a new bug report against wacom-tools: https://bugs.launchpad.net/ubuntu/+source/wacom-tools/+bug/177878. It's a trivial fix, but it's kind of

[Bug 177878] Re: [Hardy] init script fails to create /dev/input/wacom on 2.6.24 kernels

2007-12-21 Thread Tom Jaeger
Sorry, that should have been if [ -d $x/tty ]; then PORT=/dev/`ls $x/tty` else PORT=/dev/`echo $x/tty:* | awk -F: '{print $3}'` fi ** Attachment added: patched init script

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-20 Thread Tom Jaeger
Vincenzo, that is just a matter of creating the appropriate symlink: sudo ln -s /dev/ttyS0 /dev/input/wacom Then restart the X server and now the pen should work - well, until you put the computer in standby. -- Serial Wacom tablet fails to return from ACPI suspend to RAM

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-20 Thread Tom Jaeger
I think I've gotten to a point where a kernel developer could really help. The problem is, I don't think anybody is reading my kernel bug report and this being the first time I'm doing something like this, I'm not sure what the proper etiquette to make myself heard would be. Do you think it's

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-17 Thread Tom Jaeger
** Attachment added: dmesg.log http://launchpadlibrarian.net/10947283/dmesg.log -- Serial Wacom tablet fails to return from ACPI suspend to RAM https://bugs.launchpad.net/bugs/152187 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-17 Thread Tom Jaeger
** Attachment added: lspci-vvnn.log http://launchpadlibrarian.net/10947284/lspci-vvnn.log -- Serial Wacom tablet fails to return from ACPI suspend to RAM https://bugs.launchpad.net/bugs/152187 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-17 Thread Tom Jaeger
** Attachment added: uname-a.log http://launchpadlibrarian.net/10947285/uname-a.log -- Serial Wacom tablet fails to return from ACPI suspend to RAM https://bugs.launchpad.net/bugs/152187 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-17 Thread Tom Jaeger
** Attachment added: version.log http://launchpadlibrarian.net/10947286/version.log -- Serial Wacom tablet fails to return from ACPI suspend to RAM https://bugs.launchpad.net/bugs/152187 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-17 Thread Tom Jaeger
From what I've gathered so far, the bug happens during pnp initialization, which is done at boot time and not before or after standby. -- Serial Wacom tablet fails to return from ACPI suspend to RAM https://bugs.launchpad.net/bugs/152187 You received this bug notification because you are a

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-11 Thread Tom Jaeger
Unfortunately, the tablet pen refuses to work altogether under that particular kernel for no obvious reason: there are no error messages in dmesg and HAL claims the tablet is connected to /dev/ttyS0, yet there is no data sent to /dev/ttyS0 if the pen is moved (except for some garbage that's

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-11 Thread Tom Jaeger
The issue still exists. Turns out the new kernel doesn't create /dev/input/wacom anymore. If I create a link to /dev/ttyS0 the behavior is identical to 2.6.22-14: The pen works initially but the serial connection dies after Standby/Hibernate. -- Serial Wacom tablet fails to return from ACPI

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-02 Thread Tom Jaeger
I had the same problem on a Toshiba R25. I poked around a little bit and it turns out the problem was introduced in kernel 2.6.21-rc4 and filed a kernel bug report: http://bugzilla.kernel.org/show_bug.cgi?id=9487 Until it's fixed, the workaround I hinted at in the report (commenting that

[Bug 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2007-12-02 Thread Tom Jaeger
** Attachment added: kernel headers - in case you need them http://launchpadlibrarian.net/10697575/linux-headers-2.6.22-14-generic_2.6.22-14.46_i386.deb -- Serial Wacom tablet fails to return from ACPI suspend to RAM https://bugs.launchpad.net/bugs/152187 You received this bug notification

[Bug 108961] Re: Pen no longer works after resuming from suspend

2007-12-02 Thread Tom Jaeger
If you're running a Toshiba laptop, you're probably seeing a different bug than the one originally reported: https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.22/+bug/152187 The Thinkpad bug already occurred in feisty, the Toshiba bug was introduced in gutsy. See the link for a

[Bug 139045] Re: Slow suspend on various Toshiba laptops

2007-11-29 Thread Tom Jaeger
Thanks. The latest packages on http://203.143.225.228/gutsy/ fix the issue for the R25. -- Slow suspend on various Toshiba laptops https://bugs.launchpad.net/bugs/139045 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 139045] Re: Slow suspend on various Toshiba laptops

2007-11-27 Thread Tom Jaeger
The Toshiba Satellite R25 seems to be affected as well (see attachment). I couldn't get suspend to work properly by patching the driver binary, though. ** Attachment added: dmidecode output for Satellite R25 http://launchpadlibrarian.net/10617974/SatelliteR25 -- Slow suspend on various

[Bug 252335] Re: [Packaging Request] Upgrade to PulseAudio 0.9.12 in Intrepid

-- Thread Tom Jaeger
"006792"; google_color_url = "006792"; google_color_text = "00"; //--> [Bug 252335] Re: [Packaging Request] Upgrade to PulseAudio 0.9.12 in Intrepid Tom Jaeger Reply via email to

<    1   2   3   4   5   6