Richard Connon wrote:

> 
> Either I don't know where the logs are supposed to be (I tried all of
> the /var/log/* files) or there are no log entries at all.
> Where should the log be?



The fact that you're not getting any messages from udev suggests that
it's not catching the hotplug event. It used to be that it would catch
hotplug events because of this line in the bootscript

                echo /sbin/udevsend > /proc/sys/kernel/hotplug

But something has changed with recent versions of udev. It now seems
it's not listening at all to /proc/sys/kernel/hotplug, try adding this line

                udevd --daemon

Put it in the udev bootscript /etc/rc.d/init.d/udev just after the line
udevstart || failed=1 so that it reads like this


                udevstart || failed=1
                udevd --daemon

Andy


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to