[GH-ISSUE #637] Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor #570

Closed
opened 2026-02-26 00:33:00 +03:00 by kerem · 3 comments
Owner

Originally created by @chabich on GitHub (Feb 6, 2019).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/637

Fedora 29, ASUS 430UA

nbfc compiles fine (4 warnings) and all files are in the Release folder. After following the steps exactly I get the following error:
[root@chh-notebook nbfc]# ps ax | grep nbfc
11579 ? Sl 0:01 /usr/bin/mono /usr/lib/mono/4.5/mono-service.exe -l:/run/nbfc.pid -m:NbfcService /opt/nbfc/NbfcService.exe
12599 pts/1 S+ 0:00 grep --color=auto nbfc
[root@chh-notebook nbfc]# mono nbfc.exe config -a "Asus Zenbook UX430UQ"
Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor
[root@chh-notebook nbfc]# mono nbfc.exe start
Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor
[root@chh-notebook nbfc]#

Any ideas what I could try to get it working. The fan drives me insane!

Originally created by @chabich on GitHub (Feb 6, 2019). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/637 Fedora 29, ASUS 430UA nbfc compiles fine (4 warnings) and all files are in the Release folder. After following the steps exactly I get the following error: [root@chh-notebook nbfc]# ps ax | grep nbfc 11579 ? Sl 0:01 /usr/bin/mono /usr/lib/mono/4.5/mono-service.exe -l:/run/nbfc.pid -m:NbfcService /opt/nbfc/NbfcService.exe 12599 pts/1 S+ 0:00 grep --color=auto nbfc [root@chh-notebook nbfc]# mono nbfc.exe config -a "Asus Zenbook UX430UQ" Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor [root@chh-notebook nbfc]# mono nbfc.exe start Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor [root@chh-notebook nbfc]# Any ideas what I could try to get it working. The fan drives me insane!
kerem 2026-02-26 00:33:00 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@chabich commented on GitHub (Feb 6, 2019):

Update:

I have upgraded to the latest mono version 5.18.x and rebuilt the code (with msbuild). This time it resulted in no errors and no more warnings. Re-copied all the files, restarted the service ... still no luck - same problem:_

root@chh-notebook nbfc]# mono nbfc.exe config -a "Asus Zenbook UX410UQ"
Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor

[root@chh-notebook nbfc]# mono nbfc.exe start
Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor

[root@chh-notebook Plugins]# ls -ail
total 44
2887044 drwxr-xr-x. 2 root root 4096 Feb 6 12:21 .
2886816 drwxr-xr-x. 4 root root 4096 Feb 6 12:21 ..
2887046 -rw-r--r--. 1 root root 6656 Feb 6 12:21 StagWare.Hardware.LPC.dll
2887045 -rw-r--r--. 1 root root 7680 Feb 6 12:21 StagWare.Plugins.ECLinux.dll
2887049 -rw-r--r--. 1 root root 7680 Feb 6 12:21 StagWare.Plugins.ECSysLinux.dll
2887047 -rw-r--r--. 1 root root 9728 Feb 6 12:21 StagWare.Plugins.FSTemperatureMonitor.dll

<!-- gh-comment-id:460992006 --> @chabich commented on GitHub (Feb 6, 2019): Update: I have upgraded to the latest mono version 5.18.x and rebuilt the code (with msbuild). This time it resulted in no errors and no more warnings. Re-copied all the files, restarted the service ... still no luck - same problem:_ root@chh-notebook nbfc]# mono nbfc.exe config -a "Asus Zenbook UX410UQ" Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor [root@chh-notebook nbfc]# mono nbfc.exe start Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor [root@chh-notebook Plugins]# ls -ail total 44 2887044 drwxr-xr-x. 2 root root 4096 Feb 6 12:21 . 2886816 drwxr-xr-x. 4 root root 4096 Feb 6 12:21 .. 2887046 -rw-r--r--. 1 root root 6656 Feb 6 12:21 StagWare.Hardware.LPC.dll 2887045 -rw-r--r--. 1 root root 7680 Feb 6 12:21 StagWare.Plugins.ECLinux.dll 2887049 -rw-r--r--. 1 root root 7680 Feb 6 12:21 StagWare.Plugins.ECSysLinux.dll 2887047 -rw-r--r--. 1 root root 9728 Feb 6 12:21 StagWare.Plugins.FSTemperatureMonitor.dll
Author
Owner

@chabich commented on GitHub (Feb 6, 2019):

Upgrade:

After loads of trial & error I have found out that a recent Fedora Upgrade broke the rpmfusion Nvidia Driver. This seems to have been the culprit!

Re-Installing & switching over to the proprietary driver directly downloaded from Nvidia and following the installation instructions on https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ solved the driver issue.

A quick rebuild of the nbfc and re-installation worked successfully. The error is now gone.

Note to self & others: be aware that the Nvidia drivers interfere with nbfc.

<!-- gh-comment-id:461025433 --> @chabich commented on GitHub (Feb 6, 2019): Upgrade: After loads of trial & error I have found out that a recent Fedora Upgrade broke the rpmfusion Nvidia Driver. This seems to have been the culprit! Re-Installing & switching over to the proprietary driver directly downloaded from Nvidia and following the installation instructions on https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ solved the driver issue. A quick rebuild of the nbfc and re-installation worked successfully. The error is now gone. Note to self & others: be aware that the Nvidia drivers interfere with nbfc.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 19, 2019):

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

<!-- gh-comment-id:555267543 --> @github-actions[bot] commented on GitHub (Nov 19, 2019): This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#570
No description provided.