Quote:
Originally Posted by MS3FGX
All you should have to do in your initrd boot scripts is simply wait a few seconds before attempting to mount the USB device after the modules load and udev kicks in.
|
Actually I have all the related modules built in the kernel.
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
CONFIG_BLK_DEV_SD=y
So the newer 2.6.18 kernel actually does a scsi scan automatically? When does udev kick in?
TIA.
-shawroo