Recall you passed to me the following contents for the /etc/modprobe.d/sound file:
options snd slots=snd-hda-intel
# u1Nb.KMMdAxZ4TKA:82801G (ICH7 Family) High Definition Audio Controller
alias snd-card-0 snd-hda-intel
Recall the diagnostic script you ran provided this information:
!!HDA-Intel Codec information
!!---------------------------
Codec: Realtek ALC861-VD
Recall the list I posted:
ALC861VD/660VD
==============
3stack 3-jack
3stack-dig 3-jack with SPDIF OUT
6stack-dig 6-jack with SPDIF OUT
3stack-660 3-jack (for ALC660VD)
3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD)
lenovo Lenovo 3000 C200
dallas Dallas laptops
hp HP TX1000
asus-v1s ASUS V1Sn
auto auto-config reading BIOS (default)
So, add one line to the start of your /etc/modprobe.d/sound file to force the audio configuration (using information from the list I provided above). You can edit that file by
- in gnome typing: **gnomesu ‘gedit /etc/modprobe.d/sound’ **
#and make your edits and save.
- in kde typing: kdesu ‘kwrite /etc/modprobe.d/sound’
#and make your edits and save. in both cases enter root password when prompted for a password.
The intent is to try each item in the list that was provided, one at a time, and restart alsa sound driver after each, restart the mixer, and test sound/headphones. Some of those options will break sound, … no worries … just try another … until hopefully one works.
Start with “3stack”. You do that by adding the line:
options snd-hda-intel model=3stack
such that your /etc/modprobe.d/sound file looks like:
options snd-hda-intel model=3stack
options snd slots=snd-hda-intel
# u1Nb.KMMdAxZ4TKA:82801G (ICH7 Family) High Definition Audio Controller
alias snd-card-0 snd-hda-intel
then restart your alsa sound driver with su -c ‘rcalsasound restart’ and enter root password when promptd and restart the mixer and test sound.
If “3stack” does not work, then REPLACE it in the /etc/modprobe.d/sound file with the next item in the list “3stack-dig” and save the change, restart alsa as described above, restart mixer, and test sound.
Do that for each item in the list until your sound works properly.
No matter what the outcome, IMHO you probably should write a bug report. Your sound device should be configured automatically, and it is not (possible due to this being an openSUSE-11.0 limitation as opposed to 11.1, but maybe not). There is guidance in writting a bug report here: Submitting Bug Reports - openSUSE Please ensure you write the report against openSUSE-11.0 and against component “sound”. By writing it against component “sound” you get the attention of the openSUSE alsa packager, who is also an alsa developer.