On Fri, 15 Oct 2004 06:23:07 -0700
"Spiral Eyed Girl" <[EMAIL PROTECTED]> wrote:
> #kldload snd_driver
> #sysctl hw.snd.pcm0.vchans=4
> #sysctl hw.snd.maxautovchans=4
> Final question: How do I make it so booting up automatically does
> those commands?
You can try:
echo snd_driver="YES" >> /boot
Hello again, I seemed to have fixed the soundcard to be able to use OSS
while in KDE. Incase anyone is curious, this is what I did
boot up
#kldload snd_driver
#sysctl hw.snd.pcm0.vchans=4
#sysctl hw.snd.maxautovchans=4
I guess I should have read the FreeBSD docs a little more before I asked for