You are not logged in.

#1 2009-09-07 10:55:56

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

loading a module with the force flag in /etc/rc.conf

I'm in a situation where I have to load a module forcing it (# modprobe -f coretemp) it make it work.  How can I do this in the module array in /etc/rc.conf or is it not possible?  I think that I can add a line to /etc/rc.local to do it.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2 2009-09-07 10:58:52

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: loading a module with the force flag in /etc/rc.conf

I don't think that's implemented. You should probably look into why you need to force it to begin with.
If another module is blocking it, try blacklisting that one.


neutral

Offline

#3 2009-09-07 11:21:43

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: loading a module with the force flag in /etc/rc.conf

Ah, sorry, here is the reason why I need to force it smile


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2009-09-07 16:46:05

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: loading a module with the force flag in /etc/rc.conf

in /etc/rc.local:

modprope -f <module>

sure omit it in rc.conf.

Last edited by DonVla (2009-09-07 16:48:30)

Offline

Board footer

Powered by FluxBB