You are not logged in.
After Installation I Installed first Pulseaudio, then ALSA, but still I have no sound. Arch is up to date. I checked sound in Mint, so it isn't hardware problem.
Drivers seem to be ok, I also unmuted all channels in alsamixer. speaker-test doesn't produce any noise. I have no idea why it doesn't work. Help, please.
[root@topu tomek]# aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
default
Default ALSA Output (currently PulseAudio Sound Server)
sysdefault:CARD=Intel
HDA Intel, ALC269VB Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, ALC269VB Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC269VB Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC269VB Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC269VB Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC269VB Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC269VB Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
[root@topu tomek]# lsmod |grep '^snd'
snd_hda_codec_realtek 50748 1
snd_hda_intel 21808 0
snd_hda_codec 83164 2 snd_hda_codec_realtek,snd_hda_intel
snd_pcm 61301 2 snd_hda_codec,snd_hda_intel
snd_page_alloc 5901 2 snd_pcm,snd_hda_intel
snd_hwdep 4746 1 snd_hda_codec
snd_timer 14902 1 snd_pcm
snd 44906 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
[root@topu tomek]# rc.d list
[STARTED][AUTO] alsa
[STOPPED][ ] avahi-daemon
[STOPPED][ ] avahi-dnsconfd
[STARTED][AUTO] crond
[STARTED][AUTO] dbus
[STOPPED][ ] ftpd
[STOPPED][ ] gpm
[STOPPED][ ] hwclock
[STOPPED][ ] irexecd
[STOPPED][ ] krb5-kadmind
[STOPPED][ ] krb5-kdc
[STOPPED][ ] krb5-kpropd
[STOPPED][ ] lircd
[STOPPED][ ] lircmd
[STOPPED][ ] mdadm
[STOPPED][ ] net-auto-wired
[STARTED][AUTO] net-auto-wireless
[STOPPED][ ] netfs
[STOPPED][ ] net-profiles
[STOPPED][ ] net-rename
[STOPPED][ ] network
[STOPPED][ ] nscd
[STOPPED][ ] ppp
[STARTED][AUTO] syslog-ng
[root@topu tomek]# ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 60 Sep 15 13:23 by-path
crw-rw---- 1 root audio 116, 5 Sep 15 13:23 controlC0
crw-rw---- 1 root audio 116, 4 Sep 15 13:23 hwC0D0
crw-rw---- 1 root audio 116, 3 Sep 15 14:25 pcmC0D0c
crw-rw---- 1 root audio 116, 2 Sep 15 14:26 pcmC0D0p
crw-rw---- 1 root audio 116, 1 Sep 15 13:23 seq
crw-rw---- 1 root audio 116, 33 Sep 15 13:23 timerLast edited by topu (2012-09-15 18:06:29)
Offline
It looks like I have similar issue to http://superuser.com/questions/379964/a … ot-working.
ALSA works with linux-lts kernel, while doesn't work with current 3.5.3-1 kernel from Arch repo.
Edit:
Now ALSA works also under 3.5.3-1 kernel. Here's what helped:
alsactl initLast edited by topu (2012-09-15 21:16:57)
Offline