On Thu, Mar 16, 2017 at 8:04 PM,  <the...@sys-concept.com> wrote:
> I compiled as module: it87
> run:
> make
> make modules_prepare
> make modules_install
> ...
> INSTALL drivers/hwmon/it87.ko
>
> add "it87" to modules.conf
>
> but running: /etc/init.d/modules-load restart
> does not restart the module.
>
> Do I need to restart the box, this procedure work on a different box
> without restart.
>
> --
> Thelma
>

Since 'it87' is a sensor module, I have it listed in
'/etc/conf.d/lm_sensors', which hasn't been mentioned yet:

grep '^[^#]' /etc/conf.d/lm_sensors
LOADMODULES=yes
INITSENSORS=yes
HWMON_MODULES="coretemp it87"
MODULE_0=coretemp
MODULE_1=it87

As well as in '/etc/conf.d/modules'.

Hope this helps.

Reply via email to