ok, i think i might have combined using alsa-drivers and compiling the modules into the kernel the first time, so I started over, but am getting the same errors. I'm starting to pull my hair out now so any help is greatly appreciated.
Here are the exact steps I just completed:
1) Go into kernel config -- select all sound card support to be compiled as modules<M>
2) recompile the thing and copy it over to /boot
3) emerge alsa-utils
4) run alsaconfig
5) add alsa rc-update
6) run alsamixer - make sure nothing is muted
7) cat /dev/urandom > /dev/dsp ---------nothing - no sound, static
cat /proc/asound/cards0 gives: [Live ]: EMU10K1 - SBLive! Value [CT4871]
SBLive! Value [CT4871] (rev.8, serial:0x80321102) at 0xdf80, irq 19
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.9b (Thu Jul 28 12:20:13 2005 UTC).
# cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.9b emulation code)
Kernel: Linux albs 2.6.13-gentoo-r3 #1 SMP Thu Oct 20 21:16:38 Local time zone must be set--see zic i686
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
SBLive! Value [CT4871] (rev.8, serial:0x80321102) at 0xdf80, irq 19
Audio devices:
0: ADC Capture/Standard PCM Playback (DUPLEX)

This seems wrong should be EMU10k1
Synth devices: NOT ENABLED IN CONFIG
Midi devices:
0: EMU10K1 MPU-401 (UART)
Timers:
7: system timer
Mixers:
0: Cirrus Logic CS4297A rev 4
Now when I try to stop alsasound /etc/init.d/alsasound stop
* Storing ALSA Mixer Levels ... [ ok ] *
Unloading ALSA ... [ ok ] *
Unloading ALSA modules ... [ !! ] - ALSA Modules won't stop
When I restart - warning alsa sound already started
Log messages: In /var/log/messages:
Nov 18 21:22:12 albs kobject_register failed for snd_pcm (-17)
Anyone have any idea what to try next or what's going on? I had no idea it was this complicated to get sound working.
Thanks/