Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sensoren frage
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
swain
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2002
Posts: 136

PostPosted: Sat Feb 15, 2003 2:27 pm    Post subject: sensoren frage Reply with quote

Hi ihr,

ich habe es geschaft meine sensoren vom MoBo werden ausgelesen .. *g*

keine leichte geburt, daber dafür wieder was gelernt *g*

Jetzt habe ich aber eine frage benzüglich des Outputs....

folgendes kommt bei mir raus wenn ich sensors aufrufe..

Code:
as99127f-i2c-0-2d
Adapter: SMBus Via Pro adapter at e800
Algorithm: Non-I2C SMBus adapter
VCore 1:   +1.82 V  (min =  +4.08 V, max =  +4.08 V)       ALARM 
VCore 2:   +0.09 V  (min =  +4.08 V, max =  +4.08 V)       ALARM 
+3.3V:     +3.28 V  (min =  +2.97 V, max =  +3.63 V)             
+5V:       +4.94 V  (min =  +4.50 V, max =  +5.48 V)             
+12V:     +12.01 V  (min = +10.79 V, max = +13.11 V)             
-12V:     -15.30 V  (min = -15.06 V, max = -12.32 V)       ALARM 
-5V:       -4.83 V  (min =  -5.48 V, max =  -4.50 V)       ALARM 
fan1:        0 RPM  (min = 3000 RPM, div = 2)              ALARM 
fan2:        0 RPM  (min = 3000 RPM, div = 2)              ALARM 
fan3:        0 RPM  (min = 3000 RPM, div = 2)              ALARM 
temp1:       +28°C  (limit =  +60°C)                             
temp2:     +55.0°C  (limit = +120°C, hysteresis = +100°C)        (beep)
temp3:    +224.4°C  (limit = +120°C, hysteresis = +100°C)       
vid:      +1.950 V
alarms:   
beep_enable:
          Sound alarm enabled


Zum einen finde ich es komisch das meine Fans nicht erkannt werden, das kann aber auch an den Potentiometern liegen die ich drauf habe.,..
Aber wie kann ich den jetzt zB in gkrellm die werte der temp richtig zu ordnen ? temp1 scheint mir Gehäuse oder MoBo zu sein, temp2 die CPU aber was is temp3 ?

vielleicht kann ja jemand licht ins dunkel bringen...

danke
Swain
Back to top
View user's profile Send private message
awiesel
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 134

PostPosted: Sat Feb 15, 2003 2:58 pm    Post subject: Reply with quote

Um langsam drehende Lüfter anzuzeigen muss man den Fan-Divisor ändern. Der hohe Temperaturwert könnte ein falscher Sensortyp sein, oder es ist gar keiner vorhanden. Hier mal meine /etc/init.d/sensors:

Quote:

#!/sbin/runscript

start() {
ebegin "Starting Sensors"
# I2C adapter drivers
modprobe i2c-isa
# I2C chip drivers
modprobe it87 temp_type=0x38
echo 8 8 8 > /proc/sys/dev/sensors/it87-isa-0290/fan_div
#
eend $? "Failed to start Sensors"
}

stop() {
ebegin "Stopping Sensors"
modprobe -r it87
modprobe -r i2c-isa
eend $? "Failed to stop Sensors"
}


Ich hatte mir das zusammengebaut bevor ich feststellte, dass es ein i2c und lmsensors Ebuild gibt. Von daher kann das Gentoo-Script etwas anders aussehen. Ach ja, die Module, Parameter und Pfade gelten erstmal nur für ein K7S5A. Weitere Informationen zu den Temperatursensoren und den Fan-Divisors findet man in dem doc-Verzeichnis von lmsensors oder bei http://secure.netroedge.com/~lm78
Back to top
View user's profile Send private message
A.Stranger
Tux's lil' helper
Tux's lil' helper


Joined: 31 Oct 2002
Posts: 148
Location: Dortmund

PostPosted: Sat Feb 15, 2003 5:18 pm    Post subject: Reply with quote

Hi,

erzähl doch mal, was Du für ein MoBo hast. Oder goggle mal ein wenig nach Deinem Mobo und "lm_sensors". So habe ich auch damals die Config für mein MoBo gefunden.
_________________
Bis denn...
A.Stranger
_________________________
System: findet Ihr hier
Back to top
View user's profile Send private message
swain
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2002
Posts: 136

PostPosted: Sun Feb 16, 2003 9:49 am    Post subject: Reply with quote

ich habe nen Asus AV7266-E, aber ich google einfach mal :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum