"Jaswinder S. Ahluwalia" wrote:
> 
> I have an SB Live sound card that i am trying to get running under linux.
> About a couple of weeks ago i downloaded emu10k1 but i have some qestions
> about some of the instructions it gives.
> 
> How do I:
> 1) "unload all existing soundcard drivers, including soundcore?" (if this
> step requires compiling the kernel, i am going to need really detailed
> instructions because i would not even know where to begin :-) , if not,
> what else do i have to do?)

Use lsmod to list the modules currently installed into the running
kernel.  For each of them that looks like it refers to a soundcard, use:

        rmmod <module-name>

on the right-hand side of the list will be some names in parentheses. 
You'll need to remove the ones with names there before you can remove
the ones in the parentheses.

> 2) "remove all old soundcard
> references from /etc/conf.modules" (if this is the sound card i had during
> the install of linux do i have to perform this step, if so how?) 3) "know
> if my kernel is compiled with version information?"

Check /etc/conf.modules to see if there's any sound modules referenced
in there.  If there are, just delete the lines and save the file.

Hope that helps!
-- 
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]

Reply via email to