On 2/3/06, Franta <[EMAIL PROTECTED]> wrote: > frankies rules.d # uname -r > 2.6.12-gentoo-r10 > frankies rules.d # > > ... a hotplug issue?
Well, "hotplug" as we knew it no longer exists really. Now the kernel sends hotplug events using either udevsend or (for 2.6.15 onwards) netlink. Try "cat /proc/sys/kernel/hotplug". In your case, it should say "/sbin/udevsend". However, we are _assuming_ that the system is starting udev. You should check the first few lines of the system boot to make sure. You should see messages like: Mounting /dev for udev ... ... Setting /sbin/udevsend as hotplug agent ... -Richard -- [email protected] mailing list

