??? modutils vs modules
Hi, Anyone have a clue what is the difference between modules and modutils, they seem to be doing the same? I have both 2.2.18 and 2.4.2 kernel, should I install modules alongside with modutils? Also, I have 2.4.3pre4 kernel and modules 2.4.1-1, is it OK or I need to compile newer modules? I've got boot error message char-4 major not found, but it seem to be harmless. Thanks Andrei
Is any updated HOW about modules, /etc/modules.conf , .....? Andrei Verovski escribió:
Hi,
Anyone have a clue what is the difference between modules and modutils, they seem to be doing the same?
I have both 2.2.18 and 2.4.2 kernel, should I install modules alongside with modutils?
Also, I have 2.4.3pre4 kernel and modules 2.4.1-1, is it OK or I need to compile newer modules? I've got boot error message char-4 major not found, but it seem to be harmless.
Thanks
Andrei
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- ====================================== mailto:jmgl219@tid.es mailto:jmartin@aubay.es Tel.91 4059380 ======================================
A kernel module is a piece of code that carries out some function that is not needed by every user. For example, the dc2xx kernel module allows users with certain kodak cameras to use them with linux. Since most linux users don't have such a camera, it makes sense not to include this module in the kernel. More generally, if the kernel included all possible modules then it would be much much larger than necessary. Modutils is a set of functions, such as insmod and modprobe that are used to install and deal with modules in a running kernel. You need to have the version of modutils that matches your kernel if you want to use any kernel modules. Usually you need some kernel modules to use some of your computer's devices. When you compile and install a kernel you should compile and install the relvant kernel modules. If you use a precompiled kernel, they will be included in the rpm. John D Lamb On Thu, 22 Mar 2001, Andrei Verovski wrote:
Hi,
Anyone have a clue what is the difference between modules and modutils, they seem to be doing the same?
participants (3)
-
Andrei Verovski
-
Javier Martin Garcia Lopez
-
John D Lamb