Sound on amd64

Anton Berezin tobez at tobez.org
Wed Dec 29 01:15:22 PST 2004


On Wed, Dec 29, 2004 at 07:26:09PM +1030, Malcolm Kay wrote:
> On Wed, 29 Dec 2004 04:55 pm, Axel Gonzalez wrote:
> > I think 5.3-amd64 doesn't support loadable sound modules (correct me if I'm
> > wrong), you need to compile sound in your kernel
> >
> > Add this lines to your kernel file, and recompile:
> >
> > device          sound
> > device          "snd_via8233"

Actually it supports loadable sound modules.  Or at least loadable sound
modules work just fine, they are simply not connected to the build.

I've been doing

   cd /sys/modules/sound
   make obj
   make
   make install

right after buildworld/buildkernel/installkernel/installworld cycle, and
then everything worked as intended.

Why those modules are not connected to the build is a different story.

\Anton.
-- 
The moronity of the universe is a monotonically increasing function. --
Jarkko Hietaniemi


More information about the freebsd-amd64 mailing list