--- trunk/installer/include/hwdetection.sh 2011/08/03 13:00:58 1475 +++ trunk/installer/include/hwdetection.sh 2011/08/03 13:39:14 1476 @@ -264,6 +264,13 @@ modules+=" $(grep ide_disk /proc/modules | cut -d' ' -f4 | sed '/-/d;s:,:\ :g')" fi + # check for usb-storage and add usb host drivers + if [[ ! -z $(echo ${modules} | grep usb[_-]storage) ]] + then + # add usb1, usb1.1, usb2 and ubs3 hosts + modules+=" uhci-hcd ohci-hcd ehci-hcd xhci-hcd" + fi + # add some generic modules modules+=" sg_mod sg loop sr_mod sd_mod ide-cd ide-cd_mod ide-disk"