Gentoo Archives: gentoo-user

From: mchristoph.eckert@t-online.de (Christoph Eckert)
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sound driver
Date: Mon, 06 Dec 2004 18:04:18
Message-Id: 200412061855.17522.mchristoph.eckert@t-online.de
In Reply to: Re: [gentoo-user] sound driver by Nick Rout
1 > the alsasound service saves and restores your mixer
2 > controls.
3
4 Yeah, I find:
5
6 cat /etc/init.d/alsasound | grep alsactl
7 # This script requires /usr/sbin/alsactl and /usr/bin/aconnect
8 programs
9 alsactl=/usr/sbin/alsactl
10 elif [ -x $alsactl ]; then
11 $alsactl -f $asoundcfg restore
12 ${CARDNUM}
13 eerror -e "ERROR: Cannot find alsactl, did you
14 forget to install media-sound/alsa-utils?"
15 if [ -x $alsactl ]; then
16 $alsactl -f $asoundcfg store
17 eerror -e "ERROR: Cannot find alsactl, did you
18 forget to install media-sound/alsa-utils?"
19
20 so I guess it should work, but it doesn't.
21
22
23 Best regards
24
25
26 ce
27
28 --
29 gentoo-user@g.o mailing list