LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware modules (https://www.linuxquestions.org/questions/slackware-14/slackware-modules-371668/)

jac0b 10-10-2005 05:40 PM

Slackware modules
 
What folder are slackware modules in? Here is the problem below I am having.

Code:

root@tpad:/lib/modules/2.4.29/kernel# ls
arch  crypto  drivers  fs  lib  net  pIIIcache.o  sound
root@tpad:/lib/modules/2.4.29/kernel# modprobe pIIIcache
modprobe: Can't locate module pIIIcache
root@tpad:/lib/modules/2.4.29/kernel#


Shade 10-10-2005 07:36 PM

jac0b,

To load a module that's not yet added to the module database, you can use insmod /path/to/module.o {.ko for 2.6.x}.

modprobe is used to load modules in the /lib/modules/`uname -r`/ tree.
The catch being that you have to run depmod -a to update the database.

--Shade

jac0b 10-10-2005 08:56 PM

Thanks for the help shade


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