You are not logged in.
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.
Offline
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.
![]()
Offline
Ah, sorry, here is the reason why I need to force it ![]()
Offline
in /etc/rc.local:
modprope -f <module>sure omit it in rc.conf.
Last edited by DonVla (2009-09-07 16:48:30)
Offline