Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 10:15:19 +0100
From:      Anton Berezin <tobez@tobez.org>
To:        Malcolm Kay <malcolm.kay@internode.on.net>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: Sound on amd64
Message-ID:  <20041229091519.GD75219@heechee.tobez.org>
In-Reply-To: <200412291926.09243.malcolm.kay@internode.on.net>
References:  <200412291647.05283.malcolm.kay@internode.on.net> <200412290025.20761.loox@e-shell.net> <200412291926.09243.malcolm.kay@internode.on.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041229091519.GD75219>