Soundcard activation

Alexander Leidinger Alexander at Leidinger.net
Fri May 6 03:47:44 PDT 2005


On Thu, 5 May 2005 09:56:03 -0700 (PDT)
Arne "Wörner" <arne_woerner at yahoo.com> wrote:

> --- Olivier Casasole <olivier_casasole at yahoo.fr> wrote:
> > I would like to know how to activate a soundcard under FreeBSD
> > 5.3. (in order to use RAT)
> >  
> 1. Find out which sound card you have (see /boot/kernel/snd*).

This isn't needed, just load *all* snd_ modules.

> 2. kldload sound
> 3. kldload snd_XXX
> (maybe you should omit step 2.)...

When the soundcard is detected there should be some output in
/dev/sndctl, look at it for the "kld snd_*" string. The snd_XXX part is
the one you need to know below.

> Or change the kernel (that is how I did it). E. g.:
>   # sound card
>   device sound
>   device "snd_via8233"

This needs a kernel rebuild. If you don't want to rebuild the kernel,
you just can add the line
	snd_XXX_load="YES"	# e.g. snd_es137x_load="YES"
to /boot/loader.conf and at the next reboot the kernel module will be
loaded at boot.

Bye,
Alexander.

-- 
            Secret hacker rule #11: hackers read manuals.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the freebsd-multimedia mailing list