You are not logged in.

#1 2010-02-10 13:21:36

staar2
Member
Registered: 2010-02-09
Posts: 21

Laptop NC6220 getting sound working

Ok i have been messing with getting work the sound drivers but, i am doing something wrong. I followed page this http://wiki.archlinux.org/index.php/ALSA

pacman -S alsa-utils

/etc/modprobe.conf)

options snd-intel8x0 index=0
options snd-pcsp index=1

/etc/rc.conf

MODULES=(... pcspkr)

Also took some tips from here  No Sound with Onboard Intel Sound Card

/etc/modprobe.d/sound

options snd-hda-intel model=laptop

Outputs>

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_intel8x0        30592   0
snd_intel8x0m       14192   0
snd_mixer_oss       17540   1   snd_pcm_oss
snd_ac97_codec      106088  2   snd_intel8x0,snd_intel8x0m
snd_pcm             73672   4   snd_pcm_oss,snd_intel8x0,snd_intel8x0m,snd_ac97_codec
snd_timer           21100   2   snd_seq,snd_pcm
snd                 58436   10  snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_intel8x0,snd_intel8x0m,snd_mixer_oss,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc      8876    3   snd_intel8x0,snd_intel8x0m,snd_pcm
ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 0 2010-02-10 15:09 by-path

Driver

Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)

//Edit solved this problem by alsaconf setting, ty for #archlinux users!

Last edited by staar2 (2010-02-11 08:13:42)

Offline

Board footer

Powered by FluxBB