On Sat, 15 Sep 2007 the mental interface of Peter Robinson told: > Hey good folks, > > I am trying to get sound running on a computer with an intel board and the > following parameters: > > # lspci | grep -i audio > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > Controller (rev 02) > > # cat /proc/asound/cards > 0 [Intel ]: HDA-Intel - HDA Intel > HDA Intel at 0x88320000 irq 23 > > # head -n5 /proc/asound/card0/codec#2 > Codec: SigmaTel STAC9271D > Address: 2 > Vendor Id: 0x83847627 > Subsystem Id: 0x80862504 > Revision Id: 0x100201 > > I tried: > modprobe snd-intel8x0 ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; > modprobe snd-seq-oss > > Result: No error message when playing audio but also no sound.
alsaconf is buggy. I prepared a working version for alsa-utils 1.0.14-2 which will come soon. Anyway, on 2.6 Kernels alsaconf isn't neede. Udev does the job ;) Try: # modprobe snd-intel8x0 # mv /var/lib/alsa/asound.state /var/lib/alsa/asound.state.save # /etc/init.d/alsa-utils start I suppose "Headphone Jack Sense" and "Line Jack Sense" aren't muted [0] [1] which will be done by the above mentioned commands. [0] http://www.thinkwiki.org/wiki/AD1981B [1] http://alsa.opensrc.org/index.php/FAQ#My_ALSA_modules_seem_to_be_loaded_fine_but_I_hear_no_sound._Why.27s_that.3F Elimar -- The path to source is always uphill! -unknown- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]