View previous topic :: View next topic |
Author |
Message |
benjamin200 Veteran
Joined: 01 Feb 2004 Posts: 1426 Location: DE Munich
|
Posted: Thu Nov 18, 2004 11:08 am Post subject: /proc/acpi/thermal_zone - keine Daten |
|
|
Hallo,
ich möchte wenn ich unter Gentoo arbeite die Temparatur von CPU+Mainboard auslesen. Das ganze soll in " /proc/acpi/thermal_zone/THRM/temperature" geschrieben werden.
Leider wird aber nichts in das Verzeichnis geschrieben. Unter Windows zeigt das Programm Asus_Probe die gewünschten Einstellungen an, also gehe ich davon aus das dass BIOS korrekt konfiguriert ist und es an meiner Gentoo Konfiguration liegen muss.
Folgendes habe ich in den Kernel konfigurationen:
Quote: |
[*] ACPI Support │ │
│ │ [*] Sleep States (EXPERIMENTAL) │ │
│ │ <*> AC Adapter │ │
│ │ <*> Battery │ │
│ │ <*> Button │ │
│ │ <*> Fan │ │
│ │ <*> Processor │ │
│ │ <*> Thermal Zone │ │
│ │ < > ASUS/Medion Laptop Extras │ │
│ │ < > Toshiba Laptop Extras │ │
│ │ (0) Disable ACPI for systems before Jan 1st this year │ │
│ │ [ ] Debug Statements
|
Hat jemand eine Idee woran es liegen könnte. Würde mich sehr freuen die proc Variante zum laufen zu bekommen.
Gruß,
Benjamin _________________ Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens |
|
Back to top |
|
|
tm130 Tux's lil' helper
Joined: 28 Jul 2004 Posts: 110 Location: Indianapolis, IN, USA
|
Posted: Thu Nov 18, 2004 11:59 am Post subject: |
|
|
ASUS verwendet meistens kein ACPI zur Temperatur-/Lüftersteuerung // zur Temperatur-/Lüfterdrehzahlerfassung.
Um lm_sensors wirst Du wohl nicht herumkommen. (Tipp: Auf neueren Mainboards verbaut ASUS den ASB100/Bach) _________________ GORT KLAATU BARADA NIKTO |
|
Back to top |
|
|
benjamin200 Veteran
Joined: 01 Feb 2004 Posts: 1426 Location: DE Munich
|
Posted: Thu Nov 18, 2004 1:56 pm Post subject: |
|
|
tm130 schrieb:
Quote: |
ASUS verwendet meistens kein ACPI zur Temperatur-/Lüftersteuerung // zur Temperatur-/Lüfterdrehzahlerfassung.
|
Wo bekomme ich das raus, ob es wirlich nicht über ACPI funktionieren kann? Direkt bei Asus oder via TryAndError?
tm130 schrieb:
Quote: |
Um lm_sensors wirst Du wohl nicht herumkommen. (Tipp: Auf neueren Mainboards verbaut ASUS den ASB100/Bach)
|
Noch ne Frage zu "sensors". Wenn ich mir die vorhanden Parameter anschaue, finde ich keine Möglichkeit dir mir eine Auto-Refresh-Option bietet.
Code: |
bash-2.05b$ sensors --help
Usage: sensors [OPTION]... [CHIP]...
-c, --config-file Specify a config file
-h, --help Display this help text
-s, --set Execute `set' statements too (root only)
-f, --fahrenheit Show temperatures in degrees fahrenheit
-a, --algorithm Show algorithm for each chip
-A, --no-adapter Do not show adapter for each chip
-U, --no-unknown Do not show unknown chips
-u, --unknown Treat chips as unknown ones (testing only)
-v, --version Display the program version
By default, a list of directories is examined for config file `sensors.conf'.
Use `-' after `-c' to read the config file from stdin.
If no chips are specified, all chip info will be printed.
Example chip names:
lm78-i2c-0-2d *-i2c-0-2d
lm78-i2c-0-* *-i2c-0-*
lm78-i2c-*-2d *-i2c-*-2d
lm78-i2c-*-* *-i2c-*-*
lm78-isa-0290 *-isa-0290
lm78-isa-* *-isa-*
lm78-*
bash-2.05b$
|
Ist keine vorhanden? Gibt es eine Möglichkeit mit einem Befehl das Programm automatisch (z.B. alle 3 Sekunden) zustarten, so das die Werte in diesem Abstand aktuallisiert werden?
Gruß,
Benjamin _________________ Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens |
|
Back to top |
|
|
awiesel Tux's lil' helper
Joined: 30 Jun 2002 Posts: 134
|
|
Back to top |
|
|
HeadbangingMan Apprentice
Joined: 24 Mar 2003 Posts: 265 Location: Heimbach-Weis / Germany
|
Posted: Thu Nov 18, 2004 4:21 pm Post subject: |
|
|
Für KDE wäre auch KSensors eine Alternative.
Das kann man im Kicker andocken und zeigt die Temperatur dann dort an. _________________ Always bang your Head! |
|
Back to top |
|
|
|