You are not logged in.

#1 2009-07-22 14:45:39

Shadowsword
Member
Registered: 2009-07-22
Posts: 1

No sound in arch linux

Hi!

I installed arch linux 2 days ago. I cannot hear anything from my speakers sad I have Asus 904HD with alc269 soundcard, but I don't use prepared EEE kernel (I had a lot of errors with him). It looks like the alsa are succesful installed, bud kde don't use alsa drivers, but I'm not sure.
Here is my ls -l /sys/module/snd/holders

total 0
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_hda_codec -> ../../snd_hda_codec
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_hda_codec_realtek -> ../../snd_hda_codec_realtek
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_hda_intel -> ../../snd_hda_intel
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_hwdep -> ../../snd_hwdep
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_mixer_oss -> ../../snd_mixer_oss
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_pcm_oss -> ../../snd_pcm_oss
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_seq -> ../../snd_seq
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_seq_oss -> ../../snd_seq_oss
lrwxrwxrwx 1 root root 0 Jul 22 16:39 snd_timer -> ../../snd_timer

lsmod|grep '^snd' | column -t

snd_seq_dummy          2696    0
snd_seq_oss            31168   0
snd_seq_midi_event     7012    1   snd_seq_oss
snd_seq                53744   5   snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         6768    3   snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            40352   0
snd_mixer_oss          17540   1   snd_pcm_oss
snd_hda_codec_realtek  206536  1
snd_hda_intel          26696   0
snd_hda_codec          71716   2   snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              7624    1   snd_hda_codec
snd_pcm                73768   3   snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              21068   2   snd_seq,snd_pcm
snd                    58404   11  snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc         8812    2   snd_hda_intel,snd_pcm

ls -l /dev/snd

total 0
crw-rw---- 1 root audio 116, 6 Jul 22 14:50 controlC0
crw-rw---- 1 root audio 116, 5 Jul 22 14:50 hwC0D0
crw-rw---- 1 root audio 116, 4 Jul 22 14:50 pcmC0D0c
crw-rw---- 1 root audio 116, 3 Jul 22 14:50 pcmC0D0p
crw-rw---- 1 root audio 116, 7 Jul 22 14:50 seq
crw-rw---- 1 root audio 116, 2 Jul 22 14:50 timer

/etc/modprobe.d/modprobe.conf

#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
options snd-hda-intel model=84 
#

alsamixer (header)

Card: HDA Intel                                                          │
│ Chip: Realtek ALC269                                                     │
│ View: [Playback] Capture  All                                            │
│ Item: LineOut [dB gain=-25.00, -25.00]                                   │
│           ┌──┐            ┌──┐

Offline

#2 2009-07-22 15:07:07

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: No sound in arch linux

kde doesn't use alsa? yikes
Did you run

alsaconf 
alsactl store

Add alsa at the end of your daemons section of /etc/rc.conf and reboot.

Last edited by sHyLoCk (2009-07-22 15:09:55)


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

Board footer

Powered by FluxBB