From: R Kannan on
Hello

I tried to follow directions at

http://www.gidnetwork.com/b-106.html

to make the integrated Intel sound card

Intel 82801G (ICH7) High Definition Audio card

work on SuSE 10.1 / Kernel 2.6.16 without much luck. I downloaded ALSA
1.0.12 driver, libraries and utils, configured, made and installed but
the sound is as partial as it was before. I replaced the lines in
/etc/modprobe.d/sound with the following lines.

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-os

as given in the alsa page

http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Intel&card=ICH+southbridge+HD-audio+and+modem.&chip=ICH6%2C+ICH6M%2C+ICH7%2C+ESB2&module=hda-intel

before loading the modules with

modprobe snd-hda-intel
modprobe snd-pcm-oss
modprobe snd-mixer-oss
modprobe snd-seq-oss


There is still no sound.

Any ideas??

TIA for any help.