On Saturday 28 June 2008, Martin Michlmayr wrote:
> When I use qcommand in d-i after creating
> /dev/input/by-path/platform-gpio-keys-event- manually, I get:
>
> /usr/sbin/qcommand: line 55: disown: not found
> sleep: invalid number '0.5'

I think I can do without disown and will probably just have to change the 
sleep to 1 second.

> Also, it seems that the /dev/input/by-path/platform-gpio-keys-event-
> symlink is not created in d-i, even though evdev is loaded and
> /dev/input/event0 exists.

This seems to be persistent-input.rules missing in udev-udeb, or maybe 
just the following rule missing in that file for the udeb:
KERNEL=="event*", ENV{ID_PATH}=="?*", \
        SYMLINK+="input/by-path/$env{ID_PATH}-event-$env{ID_CLASS}"

Can you please verify which of the two is the case?

(That rule also explains the strange trailing "-" as apparently ID_CLASS 
is not set/defined for this device...)

Cheers,
FJP



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to