* acpi problems on a medion 8800 desktop pc @ 2007-10-27 18:55 Bart 2007-10-27 20:00 ` Alexey Starikovskiy 0 siblings, 1 reply; 3+ messages in thread From: Bart @ 2007-10-27 18:55 UTC (permalink / raw) To: linux-acpi [-- Attachment #1: Type: text/plain, Size: 667 bytes --] Hi, Currently I'm having two acpi problems on linux. 1. My temperature is reported as -47°C (THRM/temperature). 2. And sometimes the pc is automatically shutdown due to a critical temperature event (not often). I've tried to decompile it with iasl and changed some dsdt logic but I am not able to solve the problem. I've fixed some errors and I also tried to remove the operating system checks in the DSDT so the same logic is executed on linux as on windows, however without success. Any feedback would be very appreciated on how I can solve these problems. In attachment you can see my dsdt.dat. Kind regards, Bart Van Rillaer [-- Attachment #2: dsdt.dat --] [-- Type: application/octet-stream, Size: 18575 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: acpi problems on a medion 8800 desktop pc 2007-10-27 18:55 acpi problems on a medion 8800 desktop pc Bart @ 2007-10-27 20:00 ` Alexey Starikovskiy 2007-10-28 0:58 ` Thomas Renninger 0 siblings, 1 reply; 3+ messages in thread From: Alexey Starikovskiy @ 2007-10-27 20:00 UTC (permalink / raw) To: Bart; +Cc: linux-acpi Bart wrote: > Hi, > > Currently I'm having two acpi problems on linux. > > 1. My temperature is reported as -47°C (THRM/temperature). > 2. And sometimes the pc is automatically shutdown due to a critical > temperature event (not often). First, check if you use lm_sensors. They work with the same hardware as ACPI, and might cause wrong readings. > > I've tried to decompile it with iasl and changed some dsdt logic > but I am not able to solve the problem. > > I've fixed some errors and I also tried to remove the operating > system checks in the DSDT so the same logic is executed on linux > as on windows, however without success. > > Any feedback would be very appreciated on how I can solve > these problems. > > In attachment you can see my dsdt.dat. > > Kind regards, > > Bart Van Rillaer > > - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: acpi problems on a medion 8800 desktop pc 2007-10-27 20:00 ` Alexey Starikovskiy @ 2007-10-28 0:58 ` Thomas Renninger 0 siblings, 0 replies; 3+ messages in thread From: Thomas Renninger @ 2007-10-28 0:58 UTC (permalink / raw) To: Alexey Starikovskiy; +Cc: Bart, linux-acpi On Sun, 2007-10-28 at 00:00 +0400, Alexey Starikovskiy wrote: > Bart wrote: > > Hi, > > > > Currently I'm having two acpi problems on linux. > > > > 1. My temperature is reported as -47°C (THRM/temperature). > > 2. And sometimes the pc is automatically shutdown due to a critical > > temperature event (not often). > First, check if you use lm_sensors. > They work with the same hardware as ACPI, and might cause wrong readings. Yep, it's probably that. Temperature is read through these ports: OperationRegion (SEN1, SystemIO, 0x0295, 0x02) Field (SEN1, ByteAcc, NoLock, Preserve) { SEI0, 8, SED0, 8 } There was another bug report where these were also accessed via sensor modules... This should be caught by the acpi vs native interference checker in future. Bart: Those patches will pop up in next -mm release, it would be great if you can give them a try. You should see a message in your syslog then that a module failed to load... Thanks, Thomas - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-28 0:58 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2007-10-27 18:55 acpi problems on a medion 8800 desktop pc Bart 2007-10-27 20:00 ` Alexey Starikovskiy 2007-10-28 0:58 ` Thomas Renninger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox