cyates559 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Add fan monitor for alienware M15x #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can you add a fan monitor for the fans of the alienware M15x?
When you need infos contact me ;)

thx

Original issue reported on code.google.com by tobias.h...@googlemail.com on 8 Jul 2010 at 3:07

GoogleCodeExporter commented 9 years ago
Laptops are in general a bit difficult to support. To have a chance of 
implementing something, I need to know which hardware / interface is used to 
monitor the fans.

Could you attach an OpenHardwareMonitor.Report.txt (File / Save Report...) of 
your Alienware M15x? And maybe a report from CPUID HWMonitor (or similiar) 
would be usefull as well.

Original comment by moel.mich on 8 Jul 2010 at 4:14

GoogleCodeExporter commented 9 years ago
Yes ;-)
Nice project. open source is very good.

My old Dell XPS M1530 was supported by HWMonitor...things were RAM temperatur, 
fan speeds, chipset and the other normals ^^

*sorryformybadenglish*

Da ich gerade sehe, dass du Schweizer bist...im Anhang mal die 3 Files vom 
HWMonitor, openHardwareMonitor und CPU-Z. Beim meinem alten Notebook (Dell XPS 
M1530) gab es eine HWMonitor Unterstützung mit der Drehzahl der Fans, RAM 
Temperatur und vielen mehr ;) Vielleicht lässt sich sowas beim M15x ja auch 
machen? Gerade die Gaming-Freaks kontrollieren ja öfters mal ihre Temperaturen 
;)

Danke im Vorraus, wenn du noch was brauchst, melde dich ;)

Original comment by tobias.h...@googlemail.com on 8 Jul 2010 at 5:11

Attachments:

GoogleCodeExporter commented 9 years ago
Was ich noch vergessen habe, kA ob man das aus den Files intepretieren 
kann...es gibt 2 Lüfter...CPU & CPU ^^

Original comment by tobias.h...@googlemail.com on 8 Jul 2010 at 5:21

GoogleCodeExporter commented 9 years ago
Der direkte Zugriff auf die Hardware dürfte schwierig werden. Der M15x 
verwendet auch den ITE IT8512 Chip, welcher noch einen eigenen Controller mit 
(undokumentierter) Firmware enhält. Ich bin nicht mal sicher, ob man da 
überhaupt zugreifen könnte ohne irgendwelche anderen Funktionen der Hardware 
(Lüftersteuerung, IR, ...) zu stören. Zudem ist auch das Datenblatt zum 
IT8512 (bzw. einem ähnlichen Chip) nicht so einfach zu verstehen.

Du könntest aber mal noch schauen ob Dell da zufälligerweise Hardware Daten 
über das WMI Interface von Windows zugänglich gemacht hat. Und zwar so:

- download des "WMI Explorer" von hier 
http://www.ks-soft.net/hostmon.eng/downpage.htm
- wmiexplorer.exe starten
- Menu -> Action -> Connect to host/namespace...
- bei "Name space" folgendes eingeben und dann mit ok schliessen: 
root\CIMv2\Dell
- schauen ob es im "Classes" tab einen eintrag CIM_Tachometer (oder auch 
CIM_Fan, CIM_DiscreteSensor, CIM_TemperatureSensor, CIM_VoltageSensor) hat und 
diesen anclicken
- falls jetzt links unten bei "Instances" etwas aufgelistet wird, dort die 
einzelnen Instanzen mal durchclicken und schauen ob unten rechts was sinnvolles 
angezeigt wird.
- wenn es dort etwas interessantes gibt, dann entweder screenshots machen oder 
ganze rechts unten auf "Execute" clicken, und dann im Menu -> Action -> Save 
query results as...

Original comment by moel.mich on 8 Jul 2010 at 7:43

GoogleCodeExporter commented 9 years ago
Danke für deine Antwort.
Leider gibt es den Pfad, den du angegeben hast, gar nicht :-(

Original comment by tobias.h...@googlemail.com on 9 Jul 2010 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago
Ok dann wird es für mich wohl zur Zeit nicht möglich sein, sowas zu 
implementieren, da der Zugriff aud diese Hardware nirgends dokumentiert ist.

Vielleicht funktioniert diese Technik http://www.diefer.de/i8kfan/index.html 
auch auf dem Alienware, das wäre noch ein möglichser Ansatzpunkt.

---

This Issue needs more information about the hardware / firmware used in an 
Alienware M15x and how the fan tachometer (possibly in the ITE IT8512 chip) can 
be accessed.

Original comment by moel.mich on 9 Jul 2010 at 2:52

GoogleCodeExporter commented 9 years ago
Ich habe nochmal nach deinen Sachen gesucht...zwei waren erfolgreich:

Original comment by tobias.h...@googlemail.com on 9 Jul 2010 at 5:11

Attachments:

GoogleCodeExporter commented 9 years ago
Das ist noch interessant. Aber leider scheinen die Instanzen bei den 
interessanten Feldern keine Daten zu liefern.

CIM_Tachometer oder Win32_TemperatureProbe gibt es auch nicht in root\cimv2 
oder root\WMI?

Original comment by moel.mich on 9 Jul 2010 at 6:01

GoogleCodeExporter commented 9 years ago
Ersteres zeitg nichts an...letzteres schon:

Original comment by tobias.h...@googlemail.com on 9 Jul 2010 at 6:04

Attachments:

GoogleCodeExporter commented 9 years ago
Das ist wohl nochmal das gleiche wie CIM_TemperatureSensor. Gibt es irgend ein 
anderes Tool, dass die Fan Speeds auslesen kann (Speedfan, I8Kfan, Tool von 
Dell falls es sowas gibt ...)?

Original comment by moel.mich on 9 Jul 2010 at 6:17

GoogleCodeExporter commented 9 years ago
Nein, leider nicht :-(

Original comment by tobias.h...@googlemail.com on 9 Jul 2010 at 6:23

GoogleCodeExporter commented 9 years ago
Issue 117 has been merged into this issue.

Original comment by moel.mich on 3 Oct 2010 at 6:19