Date: Fri, 6 May 2005 12:48:08 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: Arne =?ISO-8859-1?Q? "W=F6rner" ?= <arne_woerner@yahoo.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: Soundcard activation Message-ID: <20050506124808.28f777e5@Magellan.Leidinger.net> In-Reply-To: <20050505165604.79530.qmail@web41209.mail.yahoo.com> References: <20050505165604.79530.qmail@web41209.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 May 2005 09:56:03 -0700 (PDT) Arne "W=F6rner" <arne_woerner@yahoo.com> wrote: > --- Olivier Casasole <olivier_casasole@yahoo.fr> wrote: > > I would like to know how to activate a soundcard under FreeBSD > > 5.3. (in order to use RAT) > > =20 > 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=3D"YES" # e.g. snd_es137x_load=3D"YES" to /boot/loader.conf and at the next reboot the kernel module will be loaded at boot. Bye, Alexander. --=20 Secret hacker rule #11: hackers read manuals. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =3D C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050506124808.28f777e5>