diff options
Diffstat (limited to 'initrd/initrd-stuff/bin/hwautocfg')
| -rwxr-xr-x | initrd/initrd-stuff/bin/hwautocfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initrd/initrd-stuff/bin/hwautocfg b/initrd/initrd-stuff/bin/hwautocfg index 6f78c125..35af9f10 100755 --- a/initrd/initrd-stuff/bin/hwautocfg +++ b/initrd/initrd-stuff/bin/hwautocfg @@ -317,7 +317,7 @@ Please check that\n hwsetup is properly installed and executable." # "drivers" (pseudo, placeholder strings, ...) to exclude from loading DRIVERLIST=" disabled unknown ignore pcspkr synaptics keybdev" # driver blacklist (real modules which fail to load) -DRIVERLIST=${DRIVERLIST}" hw_random" +DRIVERLIST=${DRIVERLIST}" hw_random ichxrom" # load ide drivers first, takes a while to initialize for DRIVER in cmd64x hpt366 piix slc90e66 cs5520 it821x rz1000 \ triflex aec62xx cs5530 ns87415 sc1200 trm290 alim15x3 \ @@ -390,7 +390,7 @@ if [ -n "$IDE" ] ; then strinfile "HD" /tmp/hwsetup.info && modprobe ${MODPRV} ide_disk & fi if [ -n "$SCSIIDE" ] ; then - strinfile "CDROM" /tmp/hwsetup.info && modprobe ${MODPRV} sr_mod sg + strinfile "CDROM" /tmp/hwsetup.info && modprobe -a ${MODPRV} sr_mod sg strinfile "HD" /tmp/hwsetup.info && modprobe ${MODPRV} sd_mod & fi ) # cdrom/dvd und plattenkonfig. ergaenzen. Module sind hier geladen und |
