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/loader.conf
echo hw.snd.pcm0.vchans=4 >> /etc/sysctl.conf
echo hw.snd.maxautovchans=4 >> /etc/sysctl.conf

-- 
Adrian Pircalabu


-- 
This message was scanned for spam and viruses by BitDefender
For more information please visit http://www.bitdefender.com/

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to