Re: [ibm-acpi-devel] fan inhibited by kernel's acpi: which info to provide?

2017-09-24 Thread Raph
On Sat, Sep 16, 2017 at 08:34:08AM -0300, Henrique de Moraes Holschuh wrote: > On Wed, 13 Sep 2017, Raf D wrote: > > I own a Lenovo E555. > > After the switch from Debian Jessie to Stretch fan stopped working > > Symptom: overheat then halt circa 90° and fan does not wake up. > > > > Booting with

Re: [ibm-acpi-devel] fan inhibited by kernel's acpi: which info to provide?

2017-09-28 Thread Raph
On Sun, Sep 24, 2017 at 07:11:47PM -0300, Henrique de Moraes Holschuh wrote: > The cooling devices are likely at: > /sys/devices/virtual/thermal One per CPU core, all having identical values: type = Processor cur_state = 0 max_state = 3 runtime_enabled = disabled runtime_status = unsupported runt

Re: [ibm-acpi-devel] fan inhibited by kernel's acpi: which info to provide?

2017-09-30 Thread Raph
On Fri, Sep 29, 2017 at 10:52:13PM -0300, Henrique de Moraes Holschuh wrote: > Can you send me the DSDT and XSDTs? You'll need a recent version of > acpidump to extract them. Binary format (compressed) is fine, I can run > them through iasl (the ACPI AML disassembler) myself. # acpidump-acpica

Re: [ibm-acpi-devel] fan inhibited by kernel's acpi: which info to provide?

2017-10-05 Thread Raph
On Sun, Oct 01, 2017 at 12:32:50AM -0300, Henrique de Moraes Holschuh wrote: > On Sat, 30 Sep 2017, Raph wrote: > > I didn't find XSDT/RSDP tables (but maybe I didn't understand the concept) > > Nah, I screwed up. I need all the SSDT tables, not the XSDT. acpidump do

Re: [ibm-acpi-devel] fan inhibited by kernel's acpi: which info to provide?

2017-10-05 Thread Raph
On Thu, Oct 05, 2017 at 11:44:18AM -0300, Raph wrote: > acpidump does not let dumps multiple table of a specific type: > $ acpidump-acpica | awk 'BEGIN{l=0}{if($0~/^SSDT @/)l=1;else > if(l==1&&$0~/^$/){print("");l=0;} if(l==1)print($0);}' attachment, fo

Re: [ibm-acpi-devel] fan inhibited by kernel's acpi: which info to provide?

2017-10-22 Thread Raph
On Tue, Oct 10, 2017 at 02:37:00AM -0300, Henrique de Moraes Holschuh wrote: > Please boot with fan_control=1 debug=0x8011 sorry, Henrique, for the late reply (and thank you for your patient guidance!). Attached is > dmesg |egrep 'thinkpad|ACPI|acpi|fan|cool' (with acpi_cpufreq debug on) Part of