--- rc.modules.orig 2004-08-10 14:29:51.000000000 -0700 +++ rc.modules 2004-08-10 14:30:02.000000000 -0700 @@ -1,2 +1,6 @@ modprobe -q numatools if [[ `uname -r` = 2.4.* ]]; then modprobe -q qlfc_mod; fi +lspci | grep -q USB +if [ $? ] ; then + modprobe -q usb-ohci +fi