Date: Tue, 20 May 2003 20:25:37 -0500 From: David Kelly <dkelly@HiWAAY.net> To: aaron@alpete.com, freebsd-questions@freebsd.org Subject: Re: Need help with the sound card!! Message-ID: <200305202025.37478.dkelly@HiWAAY.net> In-Reply-To: <E19IEio-000137-00@host02.ipowerweb.com> References: <E19IEio-000137-00@host02.ipowerweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 20 May 2003 04:32 pm, Aaron Peterson wrote: > i have my sound card working, but need to learn about module > management for freebsd still. i'm very hazy :)... So you are saying > that for all the sound card support there is a module already built > that you can load/unload with kldload, and you only need to add > "device pcm" (for example) to your kernel config and > recompile/reinstall if you want it to be a static part of the kernel? > are all device drivers handled likewise? All that are listed in /modules, until FreeBSD 5 where most everything becomes a module linked at boot time and get moved to /boot/kernel/. In 4, think you'll need pcm and another if building the driver into the kernel statically. Pcm seems to be the core interface routines connecting to the kernel, and another suite of code is needed to handle the soundcard hardware. But if you find the right "hardware" module it will pull pcm in if using modules and kldload. I don't believe there is much, if any, disadvantage to using modules. Thats why its nearly mandatory in 5. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305202025.37478.dkelly>