Alex009988 Posted March 22, 2013 Share Posted March 22, 2013 Hello I have a problems with editing DSDT for ACPISensors. I tried everything that I could. And now don't know what I should do next. Help me to cope with it, please. I have CPUSensors and GPUSensors at the moment. And I wish to HWmonitor would have showed voltage and fan's speed as well. DSDT.aml.zip Link to comment Share on other sites More sharing options...
Alex009988 Posted March 22, 2013 Author Share Posted March 22, 2013 I receive a little success. Device (SMCD) { Name (_HID, "MONITOR") Method (TCPU, 0, NotSerialized) { Store (^^EC.CTMP, Local0) Return (Local0) } } With this method I got CPUHeatsink. But I have no idea where is fan at my DSDT. Help me fellows, please! I know that I should add this method for fan Method (FAN0, 0, NotSerialized) { Store (\_SB.PCI0.LPC.EC.[size=5][b]What should be here in my case?[/b][/size], Local0) Return (Local0) } Ver0.1DSDT.aml.zip 1 Link to comment Share on other sites More sharing options...
Recommended Posts