LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   modprobe??? (https://www.linuxquestions.org/questions/fedora-35/modprobe-502723/)

raghav2999 11-18-2006 03:35 AM

modprobe???
 
Dear All,
Query -
OS RHEL 4.
How do i add modules to the OS. Am not fluent with -
modprobe.conf, modprobe.d.

If could be enlighted as regard their purpose and usage it would do a world of good. Ran thro man pages but am a newbie kinds and could not infer much.

Please help.

Regards..

camorri 11-18-2006 05:41 AM

Unless you need to do some fancy loading of modules, you do not need to do anything to modprobe.conf. As is, modprobe will load a kernel module, if the module is in /lib/modules/

I have used it to load sound modules, parallel port driver etc. All I have done is, as root, 'modprobe nameofmoduletoload'. Success is indicated by no messages. If it doesn't work, you will get messages, often very cryptic on the screen. dmesg is another source for error information.

I have never done any harm to any of my systems by using modprobe, so have a go at it and see what happens.

webgovernor 11-18-2006 05:54 AM

Also, check if the module is currently running, "lsmod" I think is the proper command. Good luck.

raghav2999 11-18-2006 09:23 AM

Thank you for your replies. Le me try the suggestions....

BTW, is there points system in this forum... i dont see any tab for any credits as such..


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