View previous topic :: View next topic |
Author |
Message |
Martux Veteran
Joined: 04 Feb 2005 Posts: 1917
|
Posted: Thu Nov 06, 2008 3:35 pm Post subject: [gelöst] Gkrellm + hddtemp = nö |
|
|
Hallo! Beim update auf gkrellm-2.3.2 ist mir das useflag "hddtemp" aufgefallen, welches ich auch gleich ausprobiert habe. Es wurde hddtemp-0.3_beta15-r3 mitinstalliert. Wenn ich dieses nun manuell aufrufe kommt etwas wie:
Code: |
hddtemp /dev/sda
WARNING: Drive /dev/sda doesn't appear in the database of supported drives
WARNING: But using a common value, it reports something.
WARNING: Note that the temperature shown could be wrong.
WARNING: See --help, --debug and --drivebase options.
WARNING: And don't forget you can add your drive to hddtemp.db
/dev/sda: SAMSUNG HD753LJ: 22°C or °F
|
Es handelt sich um eine SATA-Festplatte.
In der /etc/conf.d/hddtemp habe ich stehen:
Code: |
# the hddtemp executable
HDDTEMP_EXEC=/usr/sbin/hddtemp
# various options to pass to the daemon
HDDTEMP_OPTS="-l 127.0.0.1"
# a list of drives to check
HDDTEMP_DRIVES="/dev/sda /dev/sdb /dev/sdc /dev/sdd"
|
Den Daemon habe ich am laufen. Trotzdem zeigt mir gkrellm für alle Platten nur 0 Grad an.
Was mache ich falsch? _________________ "Coincidence is God's way of remaining anonymous."
Albert Einstein
"The road to success is always under construction"
Last edited by Martux on Sun Nov 09, 2008 11:58 am; edited 1 time in total |
|
Back to top |
|
|
Max Steel Advocate
Joined: 12 Feb 2007 Posts: 2272 Location: My own world! I and Gentoo!
|
Posted: Thu Nov 06, 2008 3:46 pm Post subject: |
|
|
evtl. muss man dazu in die HDDTEMP_OPTS noch -d einbauen.
So startet er im daemon Mode.
Sorry, doch nicht, ist bereits gesetzt. _________________ mfg
Steel
___________________
Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2) |
|
Back to top |
|
|
Martux Veteran
Joined: 04 Feb 2005 Posts: 1917
|
Posted: Sat Nov 08, 2008 8:00 pm Post subject: |
|
|
Hat wirklich niemand eine Idee? Geht es denn bei Euch? Scheint jedenfalls kein Bug zu sein. _________________ "Coincidence is God's way of remaining anonymous."
Albert Einstein
"The road to success is always under construction" |
|
Back to top |
|
|
root_tux_linux l33t
Joined: 21 Dec 2003 Posts: 966
|
Posted: Sun Nov 09, 2008 12:27 am Post subject: |
|
|
Martux wrote: | Hat wirklich niemand eine Idee? Geht es denn bei Euch? Scheint jedenfalls kein Bug zu sein. |
hddtemp will give you the temperature of your hard drive by reading Self-Monitoring Analysis and Reporting Technology (S.M.A.R.T.) information on drives that support this feature.
-b, --drivebase
Display the database file that allows hddtemp to recognize a supported drive.
http://linux.die.net/man/8/hddtemp _________________ Intel Core i7 6700K@4.6GHz, Gigabyte GTX 980 Ti G1, Gigabyte Gaming 7, Hyper X Fury 32GB, 2 TB Samsung EVO 840 Basic
ASUS ROG Swift PG348Q Display
ASUS ROG ASUS G771JW Notebook |
|
Back to top |
|
|
pieter_parker Veteran
Joined: 07 Aug 2006 Posts: 1488 Location: 127.0.0.1
|
Posted: Sun Nov 09, 2008 11:39 am Post subject: |
|
|
mit einem editor deiner wahl guck dir
/usr/share/hddtemp/hddtemp.db
an
fuege
SAMSUNG HD753LJ
hinzu und pass den rest der zeile so an wie es bei anderen samsung festplatten aussieht
du wirst eventuel ausprobieren muessen bis du richtige werte bei hddtemp angezeigt bekommst
wenn dir hddtemp etwas anzeigt das deine festplatte 80 grad oder mehr hat, hast du keine festplatte mehr oder aber der eingetragene wert ist falsch, ich hoffe nur letzteres (-;
noch ein tipp
hddtemp /dev/sd[abcdefg]
vereinfacht die ausgabe bei der temeperatur werte, da muss man nicht immer den pfad zu jeder festplatte tippen
ob es in in
/etc/conf.d/hddtemp
mit
HDDTEMP_DRIVES="/dev/sd[abcd]"
auch funktioniert kannst du dann berichten1 |
|
Back to top |
|
|
Martux Veteran
Joined: 04 Feb 2005 Posts: 1917
|
Posted: Sun Nov 09, 2008 11:57 am Post subject: |
|
|
He, danke für den Tipp!
Mit folgenden Feldern geht es jetzt:
Code: |
"SAMSUNG HD753LJ" 194 C "SAMSUNG HD753LJ (xy GB)"
"SAMSUNG HD502IJ" 194 C "SAMSUNG HD502IJ (xy GB)"
|
Danke & Gruß,
Marcus _________________ "Coincidence is God's way of remaining anonymous."
Albert Einstein
"The road to success is always under construction" |
|
Back to top |
|
|
|