Hi. I looked in the FreeBSD handbook for information on setting up my
soundcard, and it told me to "device pcm" and "device sbc" to my
kernel configuration file. My question is, where is the kernel
configuration file? It is obviously not /boot/kernel.conf, as adding
either of these lines to that file will cause an error message. I
don't want to recompile my kernel with sound support (especially since
I have no idea where to get the kernel sources + a compiler for
FreeBSD), but I want to use the modules snd_pcm and snd_pcm. I figured
out how to get /boot/loader.conf to load these modules, but there's
obviously more to it than that, as it still tells me "device not
configured" when I attempt to access /dev/dsp.
Luke