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 /etc/init.d/xserver-xorg-input-wacom assumes that there is a
symlink of the old form.  Replacing it with

                if [ -d $x/tty ]; then
                        PORT=/dev/`ls tty`
                else
                        PORT=/dev/`echo $x/tty:* | awk -F: '{print $3}'`
                fi

would fix the issue.

** Affects: wacom-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
[Hardy] init script fails to create /dev/input/wacom on 2.6.24 kernels
https://bugs.launchpad.net/bugs/177878
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to