strange ide-scsi problem

Michael Schwendt fedora at wir-sind-cool.org
Sun Sep 19 17:21:55 UTC 2004


On Sun, 19 Sep 2004 12:08:32 -0400, negges wrote:

> I have upgraded to FC2 recently on my presario2500 and 

... you need to clean up your upgrade in a few places, such
as /etc/modprobe.conf.

> precompiled kernel-2.6.8-1.541 which as always appended hdc=ide-scsi
> on the command line to invoke SCSI emulation 

FC2 release notes says that this is not done anymore.

> install sound-slot-0 /sbin/modprobe --first-time --ignore-install
> sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null
> 2>&1 || :; }
> remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
> >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
> --ignore-remove sound-slot-0

These are old entries for OSS audio drivers. You need the corresponding
ALSA equivalents which run alsactl to restore mixer settings. Find
them in the archives or add them from here, substituting DRIVER with
your ALSA driver module name:

install DRIVER /sbin/modprobe --ignore-install DRIVER && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove DRIVER { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove DRIVER

-- 
Fedora Core release 2 (Tettnang) - Linux 2.6.7-1.494.2.2
loadavg: 1.00 1.16 1.32





More information about the fedora-list mailing list