G�tz Waschk wrote:
>Am Freitag, 20. September 2002, 10:04:43 Uhr MET, schrieb Crispin Boylan:
>
>
>>the USB service script doesnt appear for me to enable/disable in any of
>>the system tools (mcc/ntsysv/linuxconf) - at the moment it isnt running
>>and I need to set it to start!!!
>>
>>
>It starts from rc.sysinit. There is a but in the rc3 version, try to
>upgrade to initscripts 10mdk.
>
>
hi
in rc.sysinit it seems to be like this
# Load usb now to be able to use an usb keyboard to answer questions
if ! grep -iq "nousb" /proc/cmdline 2>/dev/null && ! grep -iq "usb"
/proc/devices 2>/dev/null ; then
/etc/init.d/usb start
fi
to me that says that if usb is NOT in proc/devices then load it -
shouldnt it be the other way around?
Cheers
cris