mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #637] Could not load a plugin which implements StagWare.FanControl.Plugins.ITemperatureMonitor #570
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#570
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@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
@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.
@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