On 6/2/05, Dr. Sharukh K. R. Pavri. <[EMAIL PROTECTED]> wrote:
> I am using FC3. Everytime I boot up the machine, there is no sound. I
> have to increase the sound using alsamixer or aumix everytime. It's a
> via mobo w/ onboard sound.
> 
> This is from lspci:
> ----------------------
> 00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686
> AC97 AudioController (rev 50)
> ----------------------
> 
> I have this in /etc/modprobe.conf
> 
> ---------------
> alias snd-card-0 snd-via82xx
> options snd-card-0 index=0
> install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || :
> remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-via82xx
> ------------------
> 
> This has been created during install itself an I haven't fiddled with
> it.
> 
> I have also done as root alsactl store as follows but:
> 
> ------------------------
> [EMAIL PROTECTED] ~]# alsactl store snd-card-0
> alsactl: save_state:1075: Cannot find soundcard 'snd-card-0'...
> [EMAIL PROTECTED] ~]# alsactl store snd-via82xx
> alsactl: save_state:1075: Cannot find soundcard 'snd-via82xx'...
> ------------------------

In /etc/rc.local, append the line :

#File /etc/rc.local 
alsactl restore

Now you reboot your machine and check .

Regards
Ravi


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to