Chris Woodruff hat gesagt: // Chris Woodruff wrote:

> New to the group and have a question that should be easy.  I installed
> the alsa system on my vaio fx220.  Things work great except for one
> thing.  The driver snd-card-intel8x0 will only load when the root user
> is logged in first.  Sound will not function until the root user is
> logged in and after that all is cool.  
Check the permissions of the audio devices /dev/dsp* /dev/pcm* and /dev/snd/* or 
/proc/asound/dev/*. 

Preferably they should be 
 crw-rw----    1 root     audio
and you should be a member of group "audio".

> Maybe the driver is loaded but the mixer is set to mute. Here is my
> modules.conf to see what is loading on startup:

It's better to use "alsactl restore" to unmute the mixer. Just set your
levels with alsamixer, then do a "alsactl store" as root. Then you can
replace this:

> post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
> >/dev/null 2>&1 || :
> pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
> >/dev/null 2>&1 || :

with this:

post-install sound-slot-0  /usr/sbin/alsactl restore
pre-remove   sound-slot-0  /usr/sbin/alsactl store

> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> # --- ALSACONF verion 0.4.3b ---
> alias char-major-116 snd
> alias snd-card-0 snd-card-intel8x0
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-1 snd-seq-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-8 snd-seq-oss
> alias sound-service-0-12 snd-pcm-oss
> options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666
> snd_device_gid=0 snd_device_uid=0
replace this with snd_device_gid=[audio group id]

I hope, that something of this can solve your problem.

bye,
-- 
                                                 __    __
 Frank Barknecht       ____ ______   ____ __ trip\ \  / /wire ______
                      / __// __  /__/ __// // __  \ \/ /  __ \\  ___\   
                     / /  / ____/  / /  / // ____// /\ \\  ___\\____ \  
                    /_/  /_____/  /_/  /_//_____// /  \ \\_____\\_____\
                                                /_/    \_\ 

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to