You are not logged in.
Pages: 1
Hello everyone,
I have some issue with my laptop. Alsa not works.
alsamixer output as a normal user
function snd_ctl_open failed for default: No such file or directory
as root everything is ok.
I've tried to reinstall alsa-lib alsa-utils alsa-oss but this is also not works
lsmod | grep '^snd''
snd_seq_oss 30336 0
snd_hda_intel 336440 0
snd_seq_midi_event 6656 1 snd_seq_oss
snd_seq 48560 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6796 2 snd_seq_oss,snd_seq
snd_hwdep 7428 1 snd_hda_intel
snd_pcm_oss 38656 0
snd_pcm 68228 2 snd_hda_intel,snd_pcm_oss
snd_timer 19848 2 snd_seq,snd_pcm
snd_page_alloc 8072 2 snd_hda_intel,snd_pcm
snd_mixer_oss 14848 1 snd_pcm_oss
snd 46628 9 snd_seq_oss,snd_hda_intel,snd_seq,snd_seq_device,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
/etc/modproble.d/sound
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
What on hell is the problem
Arch Linux Lietuva
http://archlinux.lt
Offline
just checking, you did add your user to the "audio" group right?
Offline
i have dell vostro 1400 and after these easy steps sound works out of the box for me:
1. pacman -S alsa-lib alsa-utils alsa-oss
2. alsamixer (unmute channels)
3. gpasswd -a username audio
4. alsactl store
5. vim /etc/rc.conf (add snd-hda-intel and snd-pcm-oss to modules list if they aren't already there. also you need yo add alsa to the daemons list.)
Last edited by phisphere (2008-07-20 10:34:39)
Offline
oh, don't add anything to /etc/modproble.d/sound!
with new kernel (coming with overlord) you don't need to add anything and don't use alsaconf.
just install alsa packages and add yourself to audio group. then unmount main channels and run alsactl store.
then ensure that you have two modules and alsa daemon in rc.conf.
that's all.
Offline
Pages: 1