Ok I got it working now :) I got the lsmod stuff correct (don't ask me how, it happened without me realising it) and to get the stuff in /dev/snd all I needed to run in the end was
modprobe snd-emu10k1; modprobe snd-pcm-oss; modprobe snd-mixer-oss; modprobe snd-seq-oss; modprobe snd-card-emu10k1 I found a few sources that referenced either having to use devfs or doing it manually, and rediscovered a tutorial that well yes... is here at anyrate http://www.alsa-project.org/alsa-doc/doc-php/template.php?module=emu10k1 *shrugs* Thanks for help to those applicable :) Onto next thing... --Slosh
