Jump to content

Help me with editing DSDT for ACPISensors


Alex009988
 Share

2 posts in this topic

Recommended Posts

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.

post-974387-0-83045100-1363956604.png

DSDT.aml.zip

Link to comment
Share on other sites

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)
								 }

post-974387-0-89763000-1363968929_thumb.png

Ver0.1DSDT.aml.zip

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...