diff options
| author | Dirk von Suchodoletz | 2006-05-20 00:45:22 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-05-20 00:45:22 +0200 |
| commit | c0c45928ef64b9d3ebfe960242b624e197d6db3c (patch) | |
| tree | f79458df30cf906083a736801da5f7920c18707e /initrd/initrd-stuff/bin/hwautocfg | |
| parent | small bugfixes (diff) | |
| download | core-c0c45928ef64b9d3ebfe960242b624e197d6db3c.tar.gz core-c0c45928ef64b9d3ebfe960242b624e197d6db3c.tar.xz core-c0c45928ef64b9d3ebfe960242b624e197d6db3c.zip | |
kiosk mode enabled, cleanup in functions-10.1, ignore atiixp_modem
module ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@222 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/bin/hwautocfg')
| -rwxr-xr-x | initrd/initrd-stuff/bin/hwautocfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/bin/hwautocfg b/initrd/initrd-stuff/bin/hwautocfg index 14e40345..11d22f21 100755 --- a/initrd/initrd-stuff/bin/hwautocfg +++ b/initrd/initrd-stuff/bin/hwautocfg @@ -298,7 +298,6 @@ waitfor /tmp/hwrun1 50000 || \ error " Expected information from hwsetup to appear in \ /tmp/hwsetup.info.\n Unable to configure parts of the systems hardware. \ Please check that\n hwsetup is properly installed and executable." - # 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 \ @@ -341,6 +340,10 @@ if [ -f /etc/sysconfig/sound ] ; then . /etc/sysconfig/sound else DRIVER="snd-dummy" fi +# special hack +#if [ "${DRIVER}" = "snd-atiixp" ] ; then +# rmmod snd_atiixp_modem snd_atiixp +#fi modprobe ${MODPRV} ${DRIVER} DRIVERLIST="${DRIVERLIST} ${DRIVER} " |
