JSP - Johnson's Server Project
SERVER - Adding Sound to FreeBSD

Is audio supported? look for /dev/audio
if it isn't there, modify the kernel
create new kernel source cd /usr/src/sys/i386/conf
cp GENERIC MYKERN
modify new kernel parameters edit MYKERN
add
device pcm (for 4.x)
or
device sound (for 5.x)
to bottom of MYKERN
compile new kernel cd /usr/src
make kernel KERNCONF=MYKERN
 reboot
au test cat /test.au > /dev/audio to test for sound
driver test cat /dev/sndstat
displays information about the installed driver