Hey y'all, I've got a problem:
I've got a reasonable (though minimal) Gentoo system up and running on vmware on my laptop. One problem, though, is that I've not been able to get sound working.
At first, I thought (from some of the VMWare docs) that it emulates a plain, old, original SoundBlaster. So I followed the Gentoo ALSA guide and tried multiple times to get snd-sb8 to work. No dice, modprobe tried to load the module but the hardware didn't match or something (supposedly IRQs). I gave it a rest for a while and chugged on without sound.
Then I reread the builtin help on VMWare Workstation, which now (at least the page I'm on!) claims it emulates an SB16 (PCM and sound-in only), and it provides the numbers for IRQ, DMA, etc. I dutifully re-configured and recompiled my kernel (now happily on gentoo-sources-2.4.20r2, woohoo!) in accordance with the Gentoo ALSA guide. That worked fine, and I emerged alsa-driver without errors. Then modprobe said:
Can't locate module snd-sb16
I did a ``find / -name "snd-sb16.o"'' and found it at /lib/modules/2.4.20-gentoo-r2/kernel/sound/isa/sb/snd-sb16.0, so it DOES exist and everything. I am pretty sure I did the whole make dep && make clean bzImage modules modules_install dance, including copying the new bzImage to /boot and restarting. But unlike the last time with sb8, modprobe can't even find the poor module! Of course, the answer was that when I copied the new bzImage to /boot, I hadn't mounted my /boot partition (non-auto in my fstab as recommended, doh!). So I tried that. Now I get the same old dance (insmod: init_module: no such device).
I promise, I searched through the forums before posting... Anybody got ideas? If so, please post your thoughts - they're much appreciated!
(P.S. - I do realize that ALSA may be overkill over OSS when we're talking about an emulated soundcard without all the fancy hardware mixing, but I'd like to get this working cleanly for experience, not to mention that the kernel's moving away from OSS rapidly...)


