Date: Fri, 15 Oct 2004 16:32:49 +0300 From: Adrian Pircalabu <apircalabu@bitdefender.com> To: freebsd-questions@freebsd.org Subject: Re: OSS Driver probles resolved Message-ID: <20041015163249.28087df2@apircalabu.dsd.ro> In-Reply-To: <BAY12-F36PdLFYxc9NU0001980e@hotmail.com> References: <BAY12-F36PdLFYxc9NU0001980e@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 Oct 2004 06:23:07 -0700 "Spiral Eyed Girl" <spiraleyedgirl@hotmail.com> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041015163249.28087df2>