NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
AMRivlin
Mar 21, 2013Apprentice
OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Update: It is now unofficially possible using NTGR images to update legacy hardware to os6.X See Post #3, for directions to install 6.2.1 on x86 Ultra and Pro Models. (ARM NOT SUPPORTED by this OS) ...
- Jan 21, 2016
mdgm and I have decided that its time to lock this thread. So please do post any new OS6 on Legacy issues on their own threads.
Royan
Apr 20, 2013Aspirant
pywong wrote: I added the following to /etc/sensors3.conf and it did not work:
chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*" "nct6775-*" "nct6776-*"
......
label temp1 "CPU Temp"
label temp2 "M/B Temp"
label temp3 "Aux Temp"
label fan1 "CPU Fan"
label fan2 "System FAN2"
Any Ideas?
when you run sensors you get an output like:
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +45.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +37.0°C (high = +80.0°C, crit = +100.0°C)
it8721-isa-0a10
Adapter: ISA adapter
NC: +0.00 V (min = +0.00 V, max = +0.00 V) ALARM
V5_0: +4.91 V (min = +5.47 V, max = +5.47 V) ALARM
NC: +0.00 V (min = +0.00 V, max = +0.00 V) ALARM
NC: +0.00 V (min = +0.00 V, max = +0.00 V) ALARM
V3_3: +3.30 V (min = +2.76 V, max = +3.18 V) ALARM
VCOR: +1.16 V (min = +0.00 V, max = +0.00 V) ALARM
V+12: +11.87 V (min = +13.33 V, max = +13.33 V) ALARM
3VSB: +3.31 V (min = +4.61 V, max = +5.30 V) ALARM
VBat: +3.26 V
System Fan: 1829 RPM (min = 799 RPM)
temp1: +0.1°C (low = -55.0°C, high = -122.0°C) ALARM sensor = thermal diode
temp2: +0.0°C (low = +29.0°C, high = +51.0°C) sensor = thermal diode
temp3: -0.1°C (low = +31.0°C, high = +75.0°C) sensor = disabled
cpu0_vid: +2.050 V
make a file like /etc/sensors.d/custom.conf, and make it look something like the following (this is MY file for a PRO 2):
(leave /etc/sensors3.conf alone)
chip "it8721-isa-0a10"
label in0 "NC"
set in0_min 0
set in0_max 0
label in1 "V5_0"
set in1_min 5.0 * 0.93 #4.65
set in1_max 5.0 * 1.07 #5.35
label in2 "NC"
set in2_min 0
set in2_max 0
label in3 "NC"
set in3_min 0
set in3_max 0
label in4 "V3_3"
set in4_min 3.3 * 0.93 #3.07
set in4_max 3.3 * 1.07 #3.53
label in5 "VCOR"
set in5_min 0
set in5_max 0
label in6 "V+12"
set in6_min 12.0 * 0.93 #11.16
set in6_max 12.0 * 1.07 #12.84
label in7 "3VSB"
set in7_min 3.3 * 0.93 #3.07
set in7_max 3.3 * 1.07 #3.53
label in8 "VBat"
#set in8_min 3.07
#set in8_max 3.53
label fan1 "System Fan"
set fan1_min 800
ignore fan2
Notice I've used the whole chip name as reported by sensors.
Run sudo sensors -s to make your config stick.
when you next run sensors it should use the correct labels and values.
I found the values in my custom.conf by going to the admin interface, selecting logs and alerts, download logs.
In the downloaded zip file there'll be a file called boot_info.log
At about line 40 in that file there'll be a section like
labelvol0: NC
minvol0: 0.00
maxvol0: 0.00
labelvol1: V5_0
minvol1: 4.65
maxvol1: 5.35
...
labelvol8: VBAT
minvol8: 3.07
maxvol8: 3.53
...
labelfan0: SYS
reqfan0: 1
selffan0: 0
altfan0: 0
minfan0: 800
typefan0: 1500
those keys and values closely matches what lm-sensors want in your config file.
Notice I still have a problem getting sensor to recognize my voltage min/max values, but at least I get the correct labels and fan min value now.
Brgds
Royan
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!