Procedures

David Wilhelm dave at jumbledpile.com
Fri Oct 21 20:38:13 PDT 2005


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


More information about the freebsd-questions mailing list