Date: Fri, 21 Oct 2005 20:39:46 -0700 From: David Wilhelm <dave@jumbledpile.com> To: "Ronny Machado C." <ronny.machado@cajalosandes.cl> Cc: freebsd-questions@freebsd.org Subject: Re: Procedures Message-ID: <4359B482.5060104@jumbledpile.com> In-Reply-To: <Pine.LNX.4.64.0510211617390.30942@shannon.math.ku.dk> References: <CAB4E4DE7BBD8A4CB54A54F27EFABF3F04345F49@YANTELES.ccaf.andes> <Pine.LNX.4.64.0510211617390.30942@shannon.math.ku.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
Erik Norgaard wrote: > On Fri, 21 Oct 2005, Ronny Machado C. wrote: >> * My sound card is a Sound Blaster Live!, I've tried to load it by >> means of kldload emu10k1, it worked but I can't get it to work. >> Honestly I haven't configured MYKERNEL since I still don't understand >> the process. > > > No need to build a kernel, just load the right modules. I don't know > which is right for your card, but you can try them one by one. They are > all named snd_ > Here's a silly cheat, which worked for me, to avoid trying all snd_* modules one-by-one: Do a `kldload snd_driver` to load all snd_* modules, start playing an mp3, then `kldunload snd_driver`. All snd_* modules are unloaded except the one you want, since it's currently "in use". Dave
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4359B482.5060104>