You are not logged in.

#1 2009-02-13 20:07:44

firmakrk
Member
From: London
Registered: 2009-02-12
Posts: 22
Website

I can't hear sound

helo i have problem with my audio devices i no cant hear sound what i must do now im must install some driver?
Intel Corporation 82801H (ICH8 Family)

lsmod|grep ^snd

snd_seq_oss            30336  0 
snd_seq_midi_event      6656  1 snd_seq_oss
snd_hda_intel         336440  0 
snd_seq                48432  4 snd_seq_oss,snd_seq_midi_eventa
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

ls -l /dev/snd/

total 0
crw-rw---- 1 root audio 116, 8 Feb 12 21:12 controlC0
crw-rw---- 1 root audio 116, 7 Feb 12 21:12 hwC0D0
crw-rw---- 1 root audio 116, 6 Feb 12 21:12 hwC0D1
crw-rw---- 1 root audio 116, 5 Feb 12 21:12 pcmC0D0c
crw-rw---- 1 root audio 116, 4 Feb 12 21:12 pcmC0D0p
crw-rw---- 1 root audio 116, 3 Feb 12 21:12 seqll 
crw-rw---- 1 root audio 116, 2 Feb 12 21:12 timer

i no configuration audio devices when im install arch-linux..and if someone person help me?:)thanks

sory for my englisch:)

Offline

#2 2009-02-13 20:12:06

TBomB
Member
From: NH, USA
Registered: 2009-02-12
Posts: 28

Re: I can't hear sound

Have you tried

# pacman -S alsa-utils

then

# nano /etc/rc.conf

DAEMONS:(alsa)

:]

Offline

#3 2009-02-13 21:13:18

firmakrk
Member
From: London
Registered: 2009-02-12
Posts: 22
Website

Re: I can't hear sound

this no help:?:( my chipset is REALTEK ALC262 help!!!@:)

Offline

#4 2009-02-13 21:30:10

TBomB
Member
From: NH, USA
Registered: 2009-02-12
Posts: 28

Re: I can't hear sound

Ah ok well to get the sound working on that then try

# nano /etc/modprobe.conf

add

options snd-pcsp index=2

then CTRL+X then Enter

reboot

also add user to group audio

# gpasswd -a username audio

and configure alsa-mixer

$ alsamixer

exit from that and then

# alsactl store

Next time try reading the beginners guide ;]

http://wiki.archlinux.org/index.php/Beginners_Guide

Last edited by TBomB (2009-02-13 21:32:13)

Offline

#5 2009-02-13 22:16:05

firmakrk
Member
From: London
Registered: 2009-02-12
Posts: 22
Website

Re: I can't hear sound

EDIT: Ok its work now:D:) i must make
#touch /etc/modprobe.d/sound

options snd-hda-intel model=sony-assamd

thanks:))

Last edited by firmakrk (2009-02-14 00:02:48)

Offline

Board footer

Powered by FluxBB