ddmccarthy062577, thanks for the information. Since someone else has jumped in this thread with their sound problem, let me try to summarize your problem, … you have sound in Vista (proving hardware is good), but no sound at all in openSUSE-11.0.
Ok, from that I can see your ASUS M1Sn has an AMI BIOS303 with an ALC-660-VD hardware audio codec, and it uses the 1.0.16-RC2 alsa snd_hda_intel sound kernel sound module (driver), but for some reason you are not getting sound.
I’ve read of others getting this message … I’ve never seen it myself. Did you try changing your phone backend? If you have gstreamer selected, try xine? … Possibly here:
Menu -> Configure Desktop -> Sound -> Backend
Its possible the xine backend is not present, and if you are using KDE4, you could try installing phone-backend-xine from here:
ftp://ftp5.gwdg.de/pub/opensuse/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_Factory/
… but be very careful, and do not install any other factory packages without very careful consideration (maybe forum consultation) as that could break your system.
ok, so you have the default alsa that comes with openSUSE-11.0 (1.0.16)
This is useful, as I am going to recommend you try a change to this /etc/modprobe.d/sound file.
I note the ALSA-Configuration.txt file that comes with the openSUSE tarball has the following list of possible model options for alsa:
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
auto auto-config reading BIOS (default)
I also note that there is a bug in openSUSE-11.0 affecting the default value be applied correctly for some kernel sound modules (I do not know which). Hence I recommend you modify your /etc/modprobe.d/sound file to be the following (you will need to use root permissions to make this change (I added a 4th line, highlighted in red below)):
**options snd slots=snd-hda-intel
u1Nb.CueKaYhNzbB:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel**
options snd-hda-intel model=auto
Then save that, and restart your alsa with su -c ‘rcalsasound restart’
and test your sound.
If “auto” does not work, you can try other models (one at a time) in your /etc/modprobe.d/sound file, such as 3stack, 3stack-dig, 6stack-dig, 3stack-660, 3stack-660-digout, lenovo, dallas, and hp. Of course you need to only try one at a time, and you must restart alsa after each file change, as noted above.
Good luck.