On Sun, 2006-02-05 at 10:08 -0700, Richard Fish wrote: > On 2/5/06, Franta <[EMAIL PROTECTED]> wrote: > > All this was here ones again :( > > I posted this to your other thread, but you either didn't see it or > didn't respond. > > 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
Yes, this is set. I'd assume, if my devices are managed by UDEV than all of them are managed by UDEV. Aren't they? I've had a short look into 50-udev.rules. The only entries for USB are these. # usb devices KERNEL=="hiddev*", NAME="usb/%k" KERNEL=="auer*", NAME="usb/%k" KERNEL=="legousbtower*", NAME="usb/%k", GROUP="usb" KERNEL=="dabusb*", NAME="usb/%k" BUS=="usb", KERNEL=="lp[0-9]*", NAME="usb/%k", GROUP="lp" Hmmm... -- [email protected] mailing list

