You are not logged in.
Pages: 1
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
Have you tried
# pacman -S alsa-utils
then
# nano /etc/rc.conf
DAEMONS:(alsa)
:]
Offline
this no help:?:( my chipset is REALTEK ALC262 help!!!@:)
Offline
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
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
Pages: 1