Bug#463857: hotkey-setup: initscript fails on Thinkpad R61: /dev/input/uinput not found

2011-02-10 Thread Robert Miller
This bug has occurred for me as well, and my machine is a Thinkpad T42. Same symptom as /dev/input/uinput is no longer created due to the latest udev and this package also needs to be updated to reflect that. Need to change hotkey-setup to only look for /dev/uinput. System: Kernel: Linux rmdata

Bug#463857: hotkey-setup: initscript fails on Thinkpad R61: /dev/input/uinput not found

2009-07-25 Thread Evan Buswell
Confirm both presence of bug and success of patch on a Thinkpad R500. I would suspect many other Thinkpad models are also affected. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#463857: hotkey-setup: initscript fails on Thinkpad R61: /dev/input/uinput not found

2008-02-04 Thread Nis Martensen
Improved patch: --- hotkey-setup2008-01-16 23:08:03.0 +0100 +++ hotkey-setup.modified 2008-02-04 15:49:07.0 +0100 @@ -62,6 +62,10 @@ if [ ! -c /dev/nvram ]; then modprobe nvram fi + for t in 0.1 0.2 0.4 0.8 1.6; do + [

Bug#463857: hotkey-setup: initscript fails on Thinkpad R61: /dev/input/uinput not found

2008-02-03 Thread Nis Martensen
Package: hotkey-setup Version: 0.1-21 Severity: normal Tags: patch Yesterday I noticed that hotkey-setup failed with something like /dev/input/uinput: no such file or directory or similar. Re-running the initscript succeeded. I suspect that device files are not necessarily immediately available