LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-06-2009, 02:29 PM   #1
afreitascs
Member
 
Registered: Aug 2004
Distribution: Debian
Posts: 443

Rep: Reputation: 30
Giga-byte GA-MA78GM-S2H and lm-sensors ,Slack12.2 and Slack13(edited)


The Gigabyte GA-MA78GM-S2H uses the sensors IT8718 .

Slack 12.2, the file /etc/sensors3.conf uses the chip it8716.

In the same file ( /etc/sensors3.conf ) if you change the line it8716 by IT8718 , if more accurate measurements.

This same file ( /etc/sensors3.conf ) can be used in Slack13, that is, the file / etc/sensors3.conf used in Slack12.2 modified can be used in Slack13.


For otherwise

In the file / etc/sensors3.conf search for the line :

chip "it87-*" "it8712-*" "it8716-*" "it8718-*" "it8720-*"

comment out the line below

# label in8 "Vbat"

now ,copy and paste the text below

Quote:
# Voltages

label in0 "VCore"
label in1 "VDDR"
label in2 "+3.3V" # VCC3
label in3 "+5V" # VCC
label in4 "+12V"
# label in5 "-12V"
# label in6 "-5V"
label in7 "5VSB" # VCCH
label in8 "VBat"

compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
compute in4 ((30/10)+1)*@ , @/((30/10)+1)
# compute in5 (1+232/56)*@ - 4.096*232/56 , (@ + 4.096*232/56)/(1+232/56)
# compute in6 (1+120/56)*@ - 4.096*120/56 , (@ + 4.096*120/56)/(1+120/56)
compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)

# If vid (nominal CPU voltage) isn't correct, hardcode the correct value
# instead.
# set in0_min cpu0_vid * 0.95
# set in0_max cpu0_vid * 1.05
# set in1_min 1.8 * 0.95
# set in1_max 1.8 * 1.05
# set in2_min 3.3 * 0.95
# set in2_max 3.3 * 1.05
# set in3_min 5 * 0.95
# set in3_max 5 * 1.05
# set in4_min 12 * 0.95
# set in4_max 12 * 1.05
# set in5_max -12 * 0.95
# set in5_min -12 * 1.05
# set in6_max -5 * 0.95
# set in6_min -5 * 1.05
# set in7_min 5 * 0.95
# set in7_max 5 * 1.05
# The chip does not support in8 min/max

# Temperatures

# If you are lucky, the BIOS has set the proper sensor types for you.
# If your temperature readings are completely whacky you probably
# need to change the sensor types. Adujst and uncomment the
# appropriate lines below.
#
# 2 = thermistor; 3 = thermal diode; 0 = unused
# set temp1_type 3
# set temp2_type 3
# set temp3_type 3

# If a given sensor isn't used, you will probably want to ignore it
# as well (see ignore statement right below).
# The CPU sensor can be any of temp1, temp2 or temp3 - it's motherboard
# dependent. Same for the motherboard temperature.

# label temp1 "CPU Temp"
# label temp2 "M/B Temp"
# ignore temp3

# set temp1_max 60
# set temp1_min 10
# set temp2_max 50
# set temp2_min 10

# Fans

# The CPU fan can be any of fan1, fan2 or fan3 - it's motherboard
# dependent. Same for the case fan.

# label fan1 "CPU Fan"
# label fan2 "Case Fan"
# ignore fan3

# set fan1_min 2000
# set fan2_min 2000



Thanks
afreitascs

Dictionary.com

Last edited by afreitascs; 09-10-2009 at 10:40 PM.
 
Old 09-08-2009, 03:12 AM   #2
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
The sensors3.conf file is more motherboard-specific than distro-specific. See this LQ thread for a list of places to look for sensors3.conf files.
 
Old 09-08-2009, 11:53 PM   #3
afreitascs
Member
 
Registered: Aug 2004
Distribution: Debian
Posts: 443

Original Poster
Rep: Reputation: 30
Exclamation

Quote:
Originally Posted by catkin View Post
The sensors3.conf file is more motherboard-specific than distro-specific. See this LQ thread for a list of places to look for sensors3.conf files.
catkin

thanks for the warning ,you're right !

Please ask the moderator of this forum to do what must be done with this my thread.

Thank you and please forgive

afreitascs

Dictionary.com
 
Old 09-09-2009, 12:39 PM   #4
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by afreitascs View Post
Please ask the moderator of this forum to do what must be done with this my thread.

Thank you and please forgive
Asked! Nothing to forgive -- it didn't even cross my mind to say you were posting in the wrong forum, I was only trying to point you in the right direction to get the information you need
 
Old 09-09-2009, 01:15 PM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Moved: This thread is more suitable in the Linux - Hardware forum and has been moved accordingly to help your thread/question get the exposure it deserves.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slack13: Problem with machine_restart and acpi_poweroff kemsiro Slackware 1 09-03-2009 04:45 AM
HDMI on Gigabyte MA78GM-S2H with integrated HD3200 igorc Linux - Hardware 2 06-29-2009 01:38 AM
AMD Athlon 900 resource allocation problem (Giga-byte GA7-IXE) James Reynolds Linux - Hardware 4 02-07-2009 02:31 PM
No Sound Debian Lenny AMD64 Gigabyte GA-MA78GM-S2H AMD 780G McDale Debian 6 10-21-2008 11:48 PM
GIGA-BYTE M55Plus S3G bad luck! sergec Linux - Hardware 2 12-04-2006 04:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration