[Pkg-acpi-devel] Bug#584203: acpi-fakekey: fails to start at boot
Michel
synth17 at gmail.com
Tue Jun 29 18:40:29 UTC 2010
On Tue, Jun 29, 2010 at 03:44, Michael Meskes <meskes at debian.org> wrote:
>
> Just to clarify this, you added the line after the "fi" and not inside the
> "then" branch right? It wouldn't get run inside the "then".
Sorry should have being clearer, like this:
'if ! modprobe -q uinput; then
sleep 5'
I changed it to:
'if ! modprobe -q uinput; sleep 5; then'
With the above it does start at boot now:
'Starting ACPI services ....
Starting acpi_fakekey daemon...Starting deferred execution scheduler: atd.'
But now I get a different message:
'failed (Modprobe uinput failed. Please use 'dmesg' to find out why).
[...] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input8'
But lsmod shows:
'uinput 4796 1'
dmesg is attached, tho I don't see anything wrong.
> With which version of acpi-support? Does it work again if you install an
older version ?
I currently have the latest 0.136-4. I tried with 0.136-[1-3] of:
acpi-support[-base] and acpi-fakekey, like you suggested.
Also tried with other kernels: 2.6.32-3 and 2.6.32-5[2.6.32-13]. And still
the same.
> Could you please run kacpimon and report which events get generated?
kacpimon[using versions 0.136-[1-4] of each: acpi-support, acpi-support-base
and acpi-fakekey,
also with the kernels above:
Kernel ACPI Event Monitor...
open for /proc/acpi/event: No such file or directory (2)
(ACPI proc filesystem may not be present)
/dev/input/event0 (AT Translated Set 2 keyboard) opened successfully
/dev/input/event1 (Lid Switch) opened successfully
/dev/input/event2 (Sleep Button) opened successfully
/dev/input/event3 (Power Button) opened successfully
/dev/input/event4 (PC Speaker) opened successfully
/dev/input/event5 (Video Bus) opened successfully
/dev/input/event6 (ThinkPad Extra Buttons) opened successfully
/dev/input/event7 (TPPS/2 IBM TrackPoint) opened successfully
/dev/input/event8 (ACPI Virtual Keyboard Device) opened successfully
Netlink ACPI Family ID: 17
Netlink ACPI Multicast Group ID: 1
netlink opened successfully
Press Escape to exit, or Ctrl-C if that doesn't work.
Input Layer: Type: 4 Code: 4 Value: 28
Input Layer: Type: 1 Code: 28 Value: 0
Input Layer: Sync
Input Layer: Type: 4 Code: 4 Value: 1
Escape key pressed
Input Layer: Type: 1 Code: 1 Value: 1
Closing files...
Goodbye
Thanks,
Michel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-acpi-devel/attachments/20100629/ad5b7db9/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dmesg
Type: application/octet-stream
Size: 40999 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-acpi-devel/attachments/20100629/ad5b7db9/attachment-0001.obj>
More information about the Pkg-acpi-devel
mailing list