You are not logged in.

#1 2011-05-10 09:57:14

mnajem
Member
Registered: 2011-05-10
Posts: 3

Sounds isn't working on my machine.. using ALSA

Hi,

I just followed tutorial in https://wiki.archlinux.org/index.php/Ad … chitecture
..


[root@archlinux ~]# gpasswd -a root audio
Adding user root to group audio

[root@archlinux ~]# groups
root bin daemon sys adm disk wheel log video audio


[najmi@archlinux ~]$ gpasswd -a najmi audio

[root@archlinux ~]# gpasswd -a najmi audio
Adding user najmi to group audio

[najmi@archlinux ~]$ groups
video audio najmi

[najmi@archlinux ~]$ alsamixer
ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused
cannot open mixer: Connection refused

[root@archlinux ~]# alsamixer
ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused
cannot open mixer: Connection refused


[root@archlinux ~]# lsmod|grep -i snd
snd_hda_codec_idt      45067  1
snd_seq_dummy           1067  0
snd_seq_oss            24984  0
snd_seq_midi_event      4484  1 snd_seq_oss
snd_seq                41656  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4349  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_hda_intel          19249  0
snd_hda_codec          59723  2 snd_hda_codec_idt,snd_hda_intel
snd_pcm_oss            33442  0
snd_hwdep               4752  1 snd_hda_codec
snd_mixer_oss          14356  1 snd_pcm_oss
snd_pcm                57767  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer              15629  2 snd_seq,snd_pcm
snd                    42562  11 snd_hda_codec_idt,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_hwdep,snd_mixer_oss,snd_pcm,snd_timer
soundcore               5017  1 snd
snd_page_alloc          5873  2 snd_hda_intel,snd_pcm
[root@archlinux ~]# ls -l /dev/snd/
by-path/   controlC0  hwC0D0     hwC0D1     pcmC0D0c   pcmC0D0p   seq        timer
[root@archlinux ~]# ls -l /dev/snd/*
crw-rw---- 1 root audio 116, 8 May 10 13:25 /dev/snd/controlC0
crw-rw---- 1 root audio 116, 7 May 10 13:25 /dev/snd/hwC0D0
crw-rw---- 1 root audio 116, 6 May 10 13:25 /dev/snd/hwC0D1
crw-rw---- 1 root audio 116, 5 May 10 17:54 /dev/snd/pcmC0D0c
crw-rw---- 1 root audio 116, 4 May 10 17:54 /dev/snd/pcmC0D0p
crw-rw---- 1 root audio 116, 3 May 10 13:25 /dev/snd/seq
crw-rw---- 1 root audio 116, 2 May 10 13:25 /dev/snd/timer

/dev/snd/by-path:
total 0
lrwxrwxrwx 1 root root 12 May 10 13:25 pci-0000:00:1b.0 -> ../controlC0

Last edited by mnajem (2011-05-10 09:59:43)

Offline

#2 2011-05-10 10:40:15

mnajem
Member
Registered: 2011-05-10
Posts: 3

Re: Sounds isn't working on my machine.. using ALSA

nevermind, i got it worked by unmuting (default = mute?) in GTK-based alsamixer...

Offline

Board footer

Powered by FluxBB