Comment 50 for bug 19171

Revision history for this message
In , Mourad De Clerck (mourad) wrote : Re: Bug#317333: acknowledged by developer (Bug#317333: fixed in udev 0.063-1)

On Sun, 2005-08-14 at 14:57 +0200, Marco d'Itri wrote:
> On Aug 14, Mourad De Clerck <email address hidden> wrote:
> You will have to try with some extensive debugging then.

I just tried debugging:

0. (before rebooting I set udev_log="debug" in /etc/udev/udev.conf)
1. boot Debian linux-image-2.6.12-1-k7 with init=/bin/bash
2. mount / -o rw,remount
3. /etc/rcS.d/S02mountvirtfs start
4. /etc/init.d/sysklogd start
5. modprobe ohci_hcd (hotplug loads the other necessary modules, like
usbhid, and mousedev - doublechecked they are loaded in dmesg/lsmod)
6. /etc/rcS.d/S04udev start

... result: /dev/input/mice _is_ present! (annoying, as it makes it
harder to replicate/simplify the bug)

However I failed to capture any relevant bits of syslog information -
syslog only contains hotplug messages like:
Aug 24 22:32:55 (none) input.agent[1528]: mousedev: loaded
successfully

I guess we're still not closer to figuring out what's going on.

-- M