From: Iakov Karpov <sird@rkmail.ru>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] A config file for ASRock N68-GS UCC motherboard
Date: Tue, 07 Jul 2015 22:16:02 +0000 [thread overview]
Message-ID: <6652879.fnvNqCL888@stupidbox> (raw)
Hello,
I am happy to announce, I made my first config file for lm_sensors!
ASRock N68-GS UCC is low-price segment motherboard for AM3/DDR3 platform,
based on nForce 630a and has Winbond W83627DHG superio. ASRock made a few
very similar motherboards, so I suppose the config would work for them too.
Had no chance to test that theory on real hardware, but my experiments with
BIOS say for it.
Anyway, my newly-made config is below the line, feel free to critique it.
/etc/sensors.d/ASRock-N68-GS3-UCC.conf:
---------------------------------------------------------
#libsensors3 confiuration file for ASRock N68-GS3 UCC
#Probably would work for all AM3-based ASRock N68-[VGS3|VS3|GS3|S3] UCC boards
#aswell as for their AM3+ successors (ASRock N68-[VGS3|VS3|GS3|S3] FX)
#Built-in CPU sensor
chip "k10temp-*"
label temp1 "CPU Temp (on-chip)"
#Motherboard sensors
chip "w83627dhg-isa-*"
### Voltages
label in0 "Vcore"
label in2 "+3.3V"
label in5 "+5V"
label in6 "+12V"
ignore in1 #not listed in BIOS, North bridge?
ignore in3 #not listed in BIOS, looks like +3.3, but not the same voltage
#as in BIOS
ignore in4 #not listed in BIOS, unknown
ignore cpu0_vid #useless value, never changes
#Compute voltages
compute in5 @ * 3 , @ / 3 #Guessed from BIOS values
compute in6 @ * 6.6, @ / 6.6 #Guessed from BIOS values
#Set limits, +/- 5%
set in5_min 5 * 0.95
set in5_max 5 * 1.05
set in6_min 12 * 0.95
set in6_max 12 * 1.05
### Temperatures
label temp2 "CPU Temp (MB)"
label temp1 "System Temp 1" #Have no idea where these two are,
label temp3 "System Temp 2" #NB seems to be much hotter.
set temp1_max 80 #Was set to be alike other temps,
set temp1_max_hyst 75 #default values make no sense
### Fans
label fan1 "System Fan" #CHA_FAN1 on motherboard
label fan2 "CPU Fan" #CPU_FAN1 on motherboard
#Not present on motherboard
ignore fan3
ignore fan4
ignore fan5
set fan1_min 0 #Tweak this if you have case fan
set fan2_min 500 #This value is probably to low for an average computer
#but I love slow and quiet fans.
### Intrusion
ignore intrusion0 #Did not found a connector
---------------------------------------------------------
Hope this will help someone,
Thank you for your attention,
Iakov
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
reply other threads:[~2015-07-07 22:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6652879.fnvNqCL888@stupidbox \
--to=sird@rkmail.ru \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.