[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Sound
- From: antonio montagnani <anto montagnani virgilio it>
- To: Fedora <fedora-list redhat com>
- Subject: Sound
- Date: Sun, 04 Jul 2004 13:36:25 +0200
This is the sound portion of modprobe.conf of un upgrade from FC1 to
FC2....the settings of mixer have to be risen after each reboot or
change of user..
alias snd-card-0 snd-intel8x0
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
and in my opinion same portion should be:
alias snd-card-0 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
Is it true???
Rgds
--
Antonio
=========================================================
Working with Mozilla 1.7 on Redhat Linux Fedora Core 2
=========================================================
=========================================================
Uso Mozilla 1.7 su Redhat Linux Fedora Core 2
=========================================================
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]