* findkeyboards - no device node found
@ 2011-10-25 23:09 John Serock
2011-10-26 9:06 ` Martin Pitt
0 siblings, 1 reply; 2+ messages in thread
From: John Serock @ 2011-10-25 23:09 UTC (permalink / raw)
To: linux-hotplug
I could use some help troubleshooting findkeyboards. It is not finding
my keyboard. I'm not sure if the issue is in the findkeyboards script
or if it is something else. Once the findkeyboards script failed, I
tried manually running the udevadm commands it uses. Here is what I am
seeing:
/lib/udev$ udevadm info --version
173
/lib/udev$ ./findkeyboards
AT keyboard: no device node found
/lib/udev$ echo $?
5
/lib/udev$ udevadm trigger --dry-run --verbose
--property-match=ID_INPUT_KEYBOARD=1
/sys/devices/platform/i8042/serio0/input/input4
/sys/devices/platform/i8042/serio0/input/input4/event4
/lib/udev$ udevadm info --query=name
--path=/sys/devices/platform/i8042/serio0/input/input4/
no device node found
/lib/udev$ udevadm info --query=name
--path=/sys/devices/platform/i8042/serio0/input/input4/event4/
input/event4
It looks like the findkeyboards script can't find the device node for
the first (input4) device, which causes the script to exit with status
5 before it checks the second (event4) device. I'm not sure whether
the input4 device should have a device node or not. Any
troubleshooting help would be appreciated.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-26 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 23:09 findkeyboards - no device node found John Serock
2011-10-26 9:06 ` Martin Pitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).