LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install one module to the kernel? (https://www.linuxquestions.org/questions/linux-newbie-8/install-one-module-to-the-kernel-142650/)

svarreby 02-05-2004 10:55 AM

Install one module to the kernel?
 
I have "forgot" to activate the SB! Live sound card module in my 2.6.2 kernel.

What's the easiest way to install it?

jtshaw 02-05-2004 10:59 AM

Did you build the module? If not go into your configuration, add it, and type make again. It'll only build the new stuff (won't rebuild things that haven't changed). If you built the module but just aren't loading it add modprobe emu10k1 to your init scripts somewhere. Or add emu10k1 to your module autoload file if you have one.


All times are GMT -5. The time now is 10:40 AM.