Dynamix - System Temp


Recommended Posts

So need some help with sensor reading for Supermicro X9DRL-7F motherboard.  I have plugin installed.  It detects coretemp nbt7904. I Save it then load drivers.  After doing this all the dropdowns say Not used.  If I uninstall plugin and do all again I can select items but they don't show up.  If go back into plugin all say Not used again.

  • Like 1
  • Upvote 1
Link to comment

my current setup as follows

 

H87I-PLUS with latest BIOS

unraid 6.5.0


a few temps are over 100 C and i'm trying to figure out which one is the correct mainboard temp. after some google search it appears that SYSTIN is apparently the mainboard temp. what concerns me a bit is that it's stuck at 114 C. i'm guessing the sensor is wrong because nothing in my pc smells like it's burning.

 

would it be safe to assume that maybe CPUTIN or AUXTIN0 or PECI agent 0 is the correct mainboard temp?

 

any help would be appreciated. thanks in advance.

 

5acf8ad241f07_unraidsystemp.png.a70762bde183e86e890f0568586a1b23.png

 

Link to comment

It's very hard with temperatures, because you need to know what offset and/or scale you need to configure for the different inputs to get them to translate the raw measurement into an actual temperature. Best would be if you could find someone else with same motherboard and a posted configuration file that contains the configuration values for the nct6791 sensor.

 

I wish the motherboard manufacturers could have been nice and post these translation figures to make it easy for Linux users to measure temperatures and voltages instead of having to depend on the manufacturers often Windows-only tools.

Link to comment
  • 1 month later...
On 4/2/2018 at 1:25 PM, rmilyard said:

So need some help with sensor reading for Supermicro X9DRL-7F motherboard.  I have plugin installed.  It detects coretemp nbt7904. I Save it then load drivers.  After doing this all the dropdowns say Not used.  If I uninstall plugin and do all again I can select items but they don't show up.  If go back into plugin all say Not used again.

 

SAME exact issue! I had it working for awhile and then one day went into the drop downs and noticed additional sensors. Configured them and as soon as I hit Save it ALL stopped working. No more system temps for me, driving me crazy! coretemp nct7904 is what mine detects as <sigh>

 

Typing sensors in the shell givers me "Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced"

 

Supermicro - X9DRi-LN4+/X9DR3-LN4+

 

 

Edited by BLKMGK
  • Like 1
Link to comment

Okay, I think I've got something! If you run sensors from the commandline, in my case, it had issues parsing multiple lines of a config file

 

root@BLKMGK:~# sensors
Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 6: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 12: Undeclared bus id referenced
sensors_init: Can't parse bus name


 

I went into that file and removed the offending lines from the config. Rerunning Sensors I now get the following:

 

root@BLKMGK:/etc/sensors.d# sensors
coretemp-isa-0001
Adapter: ISA adapter
CPU Temp:     +49.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:       +45.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:       +50.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:       +46.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:       +49.0°C  (high = +80.0°C, crit = +90.0°C)
Core 6:       +42.0°C  (high = +80.0°C, crit = +90.0°C)
Core 7:       +46.0°C  (high = +80.0°C, crit = +90.0°C)

i350bb-pci-0600
Adapter: PCI adapter
loc1:         +68.0°C  (high = +120.0°C, crit = +110.0°C)

nct7904-i2c-0-2d
Adapter: SMBus I801 adapter at 1180
in1:          +1.06 V
in2:          +1.10 V
in3:          +1.49 V
in4:          +1.27 V
in5:          +1.27 V
in6:          +0.63 V
in7:          +1.81 V
in8:          +0.81 V
in9:          +1.03 V
in10:         +0.81 V
in11:         +1.34 V
in12:         +1.35 V
in13:         +1.35 V
in14:         +1.35 V
in15:         +3.37 V
in16:         +3.19 V
in20:         +3.37 V
fan1:           0 RPM
fan2:        1668 RPM
fan3:        1721 RPM
fan4:        1776 RPM
fan5:        1776 RPM
fan6:        1755 RPM
fan7:        1741 RPM
fan8:        1773 RPM
temp1:        +48.0°C
temp2:         +0.0°C
temp3:         +0.0°C

coretemp-isa-0000
Adapter: ISA adapter
MB Temp:      +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:       +43.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:       +42.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:       +43.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 6:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 7:       +42.0°C  (high = +80.0°C, crit = +90.0°C)


I have now modified the sensors.conf file located on the flash drive at config/plugins/dynamix.system.temp in hopes that on reboot it will load properly. Using the "rescan" button on the System Temp page now shows me my temps!!!! I am also seeing FAN SPEEDS! First time for that one :) Any chance we could maske that page display more entires, I have a bunch of fans in this box lol.

 

Aww crap, as soon as I "apply" it all goes away :( the config file is rewritten when I hit the Apply button. Is there a way to solve this?

 

Ha, manually edited it again, hit rescan, applied what I want, and instead of hitting Apply hit Done and was able to keep my temps - woohoo!

 

 

Edited by BLKMGK
Link to comment

Hi PWM,

 

On 4/13/2018 at 10:08 AM, pwm said:

It's very hard with temperatures, because you need to know what offset and/or scale you need to configure for the different inputs to get them to translate the raw measurement into an actual temperature. Best would be if you could find someone else with same motherboard and a posted configuration file that contains the configuration values for the nct6791 sensor.

 

I wish the motherboard manufacturers could have been nice and post these translation figures to make it easy for Linux users to measure temperatures and voltages instead of having to depend on the manufacturers often Windows-only tools.

 

So, if I can score the "Offset" you need for the nbt7904 sensor, would it be possible for you, or someone else, to tweak the Dynamix Temps and Fans plugins? I am desperate to "see" two systems I have. I have an ear at SuperMicro right now and would love to contribute to the unRAID Community, I am not above asking for those values you need. If you let me know exactly what you need (because I am clueless), I will pass the request along and see if I can get them for you. If there are multiple "Sensors" that you need info for, lets see if we can get the data for all of them; in for a penny, in for a pound!

 

Unfortunately, I do not know what to ask for, or I would not bother you. What I do appreciate is how folks like you are making an effort to help everyone. The Community has been of immense help to me as a Newbie getting their first systems up and running, I have read many posts and do not recall any of them not having a nugget of wisdom in them. So, I would like to give back if I can. Please let me know what you think you might need. And... Thanks!

 

Link to comment

This link contains specific configuration files for a number of machines and motherboards.

 

With some luck, you can find your hardware there.

 

Or you might get lucky by googling for lm-sensors and your motherboard name - it isn't unreasonable that someone else have spent time trying to figure out the exact translations required.

 

But have you verified that you actually needs to do anything? A number of sensor chips normally have standard measurement ranges that are already represented in the file /etc/sensors3.conf

Edited by pwm
Somehow missed the actual link
Link to comment

Just want to say "Thanks!" again to all who help those of us who are still finding our way.

 

To answer your question, I am actually able to see what I need; I just wasn't understanding what it was I was looking at, nor how to manipulate it, until now.

 

You were 100% right in the Google search, weird though how I never found this particular link before. The content was extremely helpful, and "dumbed it down" so I could understand it.

Using some of the methods described, I had my "ah-ha" moment and am now able to control my fans. I now just need to play with the great Fan Auto Control plugin by @bonienl so I can achieve the results I am looking for. To that end, I have searched and cannot find a description or wiki for the plugin that defines exactly what the "MINIMUM... LOW... HIGH" settings relate to. This may be obvious to some, but unfortunately not me. Any direction would be appreciated.

 

I am excited to actually be able to finally control the fans in this unit! Thanks again to everyone for their help! The offer still stands to anyone that may need info from Super Micro, I am happy to contribute what little I can.

Link to comment

Thank you for the link, I will hold on to it for future reference.

 

At present, the list does not contain either of the two boards I am using, X10DAC and the H8DME-2.

 

Now I just need to figure out why the System Temperature plugin krumps whenever trying to display Mainboard Temp and Fan Arry Speed; can only get Processor Temp to work. Off to another part of the forum... Thanks for the assist!

Link to comment
  • 4 weeks later...
On 5/13/2018 at 1:56 PM, BLKMGK said:

Okay, I think I've got something! If you run sensors from the commandline, in my case, it had issues parsing multiple lines of a config file

 


root@BLKMGK:~# sensors
Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 6: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 12: Undeclared bus id referenced
sensors_init: Can't parse bus name


 

I went into that file and removed the offending lines from the config. Rerunning Sensors I now get the following:

 


root@BLKMGK:/etc/sensors.d# sensors
coretemp-isa-0001
Adapter: ISA adapter
CPU Temp:     +49.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:       +45.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:       +50.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:       +46.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:       +49.0°C  (high = +80.0°C, crit = +90.0°C)
Core 6:       +42.0°C  (high = +80.0°C, crit = +90.0°C)
Core 7:       +46.0°C  (high = +80.0°C, crit = +90.0°C)

i350bb-pci-0600
Adapter: PCI adapter
loc1:         +68.0°C  (high = +120.0°C, crit = +110.0°C)

nct7904-i2c-0-2d
Adapter: SMBus I801 adapter at 1180
in1:          +1.06 V
in2:          +1.10 V
in3:          +1.49 V
in4:          +1.27 V
in5:          +1.27 V
in6:          +0.63 V
in7:          +1.81 V
in8:          +0.81 V
in9:          +1.03 V
in10:         +0.81 V
in11:         +1.34 V
in12:         +1.35 V
in13:         +1.35 V
in14:         +1.35 V
in15:         +3.37 V
in16:         +3.19 V
in20:         +3.37 V
fan1:           0 RPM
fan2:        1668 RPM
fan3:        1721 RPM
fan4:        1776 RPM
fan5:        1776 RPM
fan6:        1755 RPM
fan7:        1741 RPM
fan8:        1773 RPM
temp1:        +48.0°C
temp2:         +0.0°C
temp3:         +0.0°C

coretemp-isa-0000
Adapter: ISA adapter
MB Temp:      +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:       +43.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:       +42.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:       +43.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 6:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 7:       +42.0°C  (high = +80.0°C, crit = +90.0°C)


I have now modified the sensors.conf file located on the flash drive at config/plugins/dynamix.system.temp in hopes that on reboot it will load properly. Using the "rescan" button on the System Temp page now shows me my temps!!!! I am also seeing FAN SPEEDS! First time for that one :) Any chance we could maske that page display more entires, I have a bunch of fans in this box lol.

 

Aww crap, as soon as I "apply" it all goes away :( the config file is rewritten when I hit the Apply button. Is there a way to solve this?

 

Ha, manually edited it again, hit rescan, applied what I want, and instead of hitting Apply hit Done and was able to keep my temps - woohoo!

 

 

 

Updated to 6.5.3 and ran into this same exact issue. Running sensors at the commandline throws multiple errors. Even better, my Telegraf container refused to start and was throwing errors about lm_sensors too. Pulled a backup config I'd saved on my flash, pasted it into Nano, and got my server reading temps again. Reloaded Telegraf, bashed ionto it, loaded sensors, and now it works too. Yeesh, glad I posted something here or I'd have had to research it all over again!

 

Here's the working config:

 

# sensors
chip "coretemp-isa-0001"
label "temp1" "CPU Temp"
chip "coretemp-isa-0000"
label "temp1" "MB Temp"

 

Link to comment
  • 2 months later...
On 5/13/2018 at 12:56 PM, BLKMGK said:

Okay, I think I've got something! If you run sensors from the commandline, in my case, it had issues parsing multiple lines of a config file

 


root@BLKMGK:~# sensors
Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 6: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 12: Undeclared bus id referenced
sensors_init: Can't parse bus name


 

I went into that file and removed the offending lines from the config. Rerunning Sensors I now get the following:

 


root@BLKMGK:/etc/sensors.d# sensors
coretemp-isa-0001
Adapter: ISA adapter
CPU Temp:     +49.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:       +45.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:       +50.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:       +46.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:       +49.0°C  (high = +80.0°C, crit = +90.0°C)
Core 6:       +42.0°C  (high = +80.0°C, crit = +90.0°C)
Core 7:       +46.0°C  (high = +80.0°C, crit = +90.0°C)

i350bb-pci-0600
Adapter: PCI adapter
loc1:         +68.0°C  (high = +120.0°C, crit = +110.0°C)

nct7904-i2c-0-2d
Adapter: SMBus I801 adapter at 1180
in1:          +1.06 V
in2:          +1.10 V
in3:          +1.49 V
in4:          +1.27 V
in5:          +1.27 V
in6:          +0.63 V
in7:          +1.81 V
in8:          +0.81 V
in9:          +1.03 V
in10:         +0.81 V
in11:         +1.34 V
in12:         +1.35 V
in13:         +1.35 V
in14:         +1.35 V
in15:         +3.37 V
in16:         +3.19 V
in20:         +3.37 V
fan1:           0 RPM
fan2:        1668 RPM
fan3:        1721 RPM
fan4:        1776 RPM
fan5:        1776 RPM
fan6:        1755 RPM
fan7:        1741 RPM
fan8:        1773 RPM
temp1:        +48.0°C
temp2:         +0.0°C
temp3:         +0.0°C

coretemp-isa-0000
Adapter: ISA adapter
MB Temp:      +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:       +43.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:       +42.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:       +43.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:       +44.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 6:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
Core 7:       +42.0°C  (high = +80.0°C, crit = +90.0°C)


I have now modified the sensors.conf file located on the flash drive at config/plugins/dynamix.system.temp in hopes that on reboot it will load properly. Using the "rescan" button on the System Temp page now shows me my temps!!!! I am also seeing FAN SPEEDS! First time for that one :) Any chance we could maske that page display more entires, I have a bunch of fans in this box lol.

 

Aww crap, as soon as I "apply" it all goes away :( the config file is rewritten when I hit the Apply button. Is there a way to solve this?

 

Ha, manually edited it again, hit rescan, applied what I want, and instead of hitting Apply hit Done and was able to keep my temps - woohoo!

 

 

 

The same thing is happening to me on the same board. If I pull the flash drive and delete the dynamix configs it detects but when I select my sensors and hit apply all sensors go to Not used. I SSHed into the server and tried the sensors command and got the same error you did.

 

I tried to find the files in etc/sensors.d but it doesn't exist in my etc folder... Im using dolphin to browse root/etc.

 

I know im just dumb but I cant figure it out and I really need to get the temp output to use auto fan to try and save some power these supermicro fans are staying on full even when I ipmi into the board and switch to optimal. Thanks

Link to comment
11 hours ago, Oreonipples said:

 

The same thing is happening to me on the same board. If I pull the flash drive and delete the dynamix configs it detects but when I select my sensors and hit apply all sensors go to Not used. I SSHed into the server and tried the sensors command and got the same error you did.

 

I tried to find the files in etc/sensors.d but it doesn't exist in my etc folder... Im using dolphin to browse root/etc.

 

I know im just dumb but I cant figure it out and I really need to get the temp output to use auto fan to try and save some power these supermicro fans are staying on full even when I ipmi into the board and switch to optimal. Thanks

 

 

Same issue, with Supermicro board.

Link to comment
  • 2 weeks later...

Can somebody help me with sys temp on ASUS Strix X370, I have unRAID 6.5.3 and the it87 driver seems still outdated, because I can not detect any sensors with the plugin.

 

the guide from 

is no longer valid, because the github source was removed as of 1st August 2018. If someone could share a copy of their own, that would be welcome.

 

ANSWER:

just set the driver to IT87 and hit save, that should work.

 

the git repository of the driver is cloned here: link to AUR

 

Edited by Maor
update
Link to comment
  • 1 month later...

Hi - I have created a sensors.conf in notepad++ using https://github.com/lm-sensors/lm-sensors/blob/master/configs/Gigabyte/GA-AX370-GAMING5.conf and copied it to \\TOWER\flash\config\plugins\dynamix and to \\TOWER\flash\config\plugins\dynamix.system.temp. I still get no results when I hit 'Detect'  in the Dynamix System Temp plugin (Perl is installed). My board is a Gigabyte AX370 Gaming K7, which the above-mentioned .conf said it would work with.

Any suggestions gratefully received ;-)

Steve

Link to comment
1 hour ago, Steviewunda said:

Hi - I have created a sensors.conf in notepad++ using https://github.com/lm-sensors/lm-sensors/blob/master/configs/Gigabyte/GA-AX370-GAMING5.conf and copied it to \\TOWER\flash\config\plugins\dynamix and to \\TOWER\flash\config\plugins\dynamix.system.temp. I still get no results when I hit 'Detect'  in the Dynamix System Temp plugin (Perl is installed). My board is a Gigabyte AX370 Gaming K7, which the above-mentioned .conf said it would work with.

Any suggestions gratefully received ;-)

Steve

In system temp plugin try typing in it87 in the available driver and loading it and see what comes up?

Link to comment

Hey all,

 

Just wondering if anybody knows a way of passing through the CPU temperature to the virtual guest machines in Unraid? I am using an NZXT Grid+3 fan controller and software on a Windows 10 VM and it's working very well, but ideally I would love to pass through the actual host CPU temps through. At the moment, any software showing temperatures is just blank or 999 degree's.

 

If not, that's ok. Just thought it would be better to base a curve on temps.

 

Cheers!

Link to comment
  • 1 month later...
  • 2 months later...

I’ve used some command from this topic a while ago to get my systems temperature (Ryzen 1700) and I believe it also did work for some time.

 

But since then I always get a warning when starting my machine:

 

”modprobe: WARNING: IT87 not found in directory /lib/modules/4.18.15-unRAID”

 

Can someone tell me how to fix this?

Link to comment

Seems to work, but the error message still remains on every boot, which makes me “nervous”.

 

tried uninstalling the dynamix sensors plugin (there’s also nothing special in my go file), now I get this message:

 

cat : write error : Broken pipe

 

wasn’t there before :/

Link to comment

I've been trying to use this plugin for a while on one of my servers I always get the following:

 

Jan 30 11:48:28 Tower kernel: i2c /dev entries driver
Jan 30 11:48:33 Tower kernel: i2c i2c-0: found f75373 version: 20
Jan 30 11:48:33 Tower kernel: f75375 0-002d: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jan 30 11:48:33 Tower kernel: i5k_amb i5k_amb.0: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jan 30 11:48:33 Tower kernel: w83627hf: w83627hf: Found W83627HF chip at 0x290
Jan 30 11:48:33 Tower kernel: w83627hf w83627hf.656: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jan 30 11:48:33 Tower kernel: w83793 0-002f: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jan 30 11:48:33 Tower kernel: w83793 0-002f: Registered watchdog chardev major 10, minor: 130

If I go and manually try and run sensors I get this after the plugin has finished its detect:

 

Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 14: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 16: Undeclared bus id referenced
sensors_init: Can't parse bus name

I have removed, tried commenting out the lines with issues and I can get sensors to work properly at command line, but not in the plugin...

 

 

Any ideas?

Link to comment

Hi All

 

I hope this is the right place to ask this...

 

I got the temp working and then the probes was gone and I haven't been able to get them back?

I just got the new Gigabyte motherboard C246-WU4 supporting the new Intel’s Xeon E-2176G

and sofar its been working great with UNRAID

 

I have deleted the plugin and re-installed it but havent been able to get the sensors back again?

Running the command: root@Tower:~# sensors-detect got the below output.

And yes I have also tried to go through the https://wiki.unraid.net/index.php/Setting_up_CPU_and_board_temperature_sensing

but without any success.

 

image.png.d18228ff39688cd8608819a773de0ec5.png

 

Driver `jc42':
  * Bus `SMBus I801 adapter at efa0'
    Busdriver `i2c_i801', I2C address 0x18
    Chip `IDT TSE2004' (confidence: 5)
  * Bus `SMBus I801 adapter at efa0'
    Busdriver `i2c_i801', I2C address 0x1a
    Chip `IDT TSE2004' (confidence: 5)

Driver `coretemp':
  * Chip `Intel digital thermal sensor' (confidence: 9)

Do you want to generate /etc/sysconfig/lm_sensors? (yes/NO): yes
Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors
for initialization at boot time.
You should now start the lm_sensors service to load the required
kernel modules.

Unloading i2c-dev... OK

 

If anyone have any input on what to do next?

Again thanks for a great plugin and this great support community its really extraordinary!

Cheers

Casperse

 

Link to comment

try hitting the detect button in the plugin settings page. if that does not work, try in the text field just "jc42" and hit save (no coretemp). there should be only name of the driver, I believe that the driver name is not "coretemp jc42".

hope that fixes your problem

Edited by Maor
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.