[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Modules
Richard H. Fifarek said:
> Is it possible to compile a new module, install it, and use
> without having to recompile the kernel? (i.e. make config; make dep; make
> clean; make modules; make modules_install ... )
There's undoubtedly a way, but that would be the best way to do it.
(You can also do 'vi .config ; make oldconfig && make dep && make
clean && make modules && make modules_install'.)
Steve
--
steve@silug.org | Linux Users of Central Illinois
(217)698-1694 | Meetings the 4th Tuesday of every month
Steven Pritchard | http://www.luci.org/ for more info
--
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- References:
- Modules
- From: "Richard H. Fifarek" <rfifarek@som.siu.edu>