intel / dptfxtract

Other
82 stars 9 forks source link

Empty thermald config for Dell XPS 13 9360 #13

Open artem opened 4 years ago

artem commented 4 years ago

I've tried to use dptfxtract 1.4.3 on my XPS 9360 and it has produced an empty configurations, surprisingly without any errors in stdout:

# ./dptfxtract

DPTF Tables Extraction Utility 
Copyright (c) 2000 - 2020 Intel Corporation

Output file file is /etc/thermald/thermal-conf.xml.auto
$ cat /etc/thermald/thermal-conf.xml.auto 
<?xml version="1.0"?> 
 <!-- BEGIN --> 
 <ThermalConfiguration> 
 <Platform>
        <Name> Auto generated </Name>
        <ProductName>XPS 13 9360</ProductName>
        <Preference>QUIET</Preference>
        <ThermalZones>
        </ThermalZones>
</Platform>
</ThermalConfiguration>
<!-- END -->

CPU installed in is Intel Core i5-8250U. ACPI dump. Laptop runs latest available BIOS

spandruvada commented 4 years ago

On Tue, 2020-02-11 at 16:21 -0800, Artem Labazov wrote:

I've tried to use dptfxtract 1.4.3 on my XPS 9360 and it has produced an empty configurations, surprisingly without any errors in stdout:

`# ./dptfxtract

DPTF Tables Extraction Utility Copyright (c) 2000 - 2020 Intel Corporation

Output file file is /etc/thermald/thermal-conf.xml.auto $ cat /etc/thermald/thermal-conf.xml.auto

Auto generated XPS 13 9360 QUIET `

CPU installed in is Intel Core i5-8250U. ACPI dumphttps://github.com/intel/dptfxtract/files/4189241/acpi.out.zip. Laptop runs latest available BIOS

This has some special way to define tables, which this tool is not capable to decode. We are thinking of solution for such cases, may be submit configuration files to some repository.

Thanks, Srinivas

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/intel/dptfxtract/issues/13?email_source=notifications&email_token=AA5ALNTB7MXZ3DUVLY5LS5LRCM6INA5CNFSM4KTOKRH2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IMYNX4Q, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5ALNVG3SG7JACOZEDMGOLRCM6INANCNFSM4KTOKRHQ.

benjaminsabatini commented 2 years ago

I guess this hasn't seen any progress? Just trying out thermald myself on the same laptop and the config is empty.

artem commented 2 years ago

@benjaminsabatini thermald now supports --adaptive option (since v2.3), and this external config generator is no longer necessary

bluefish6 commented 2 years ago

@artem current ubuntu LTS (20.04.3) still has thermald 1.9.1-1ubuntu0.6...

I'm on the other hand facing:

sudo ./dptfxtract 
DPTF Tables Extraction Utility 
Copyright (c) 2000 - 2020 Intel Corporation

No valid tables found 

on Intel® Core™ i7-8705G CPU on an Intel NUC HADES CANYON

dingodoppelt commented 2 years ago

@artem current ubuntu LTS (20.04.3) still has thermald 1.9.1-1ubuntu0.6...

I'm on the other hand facing:

sudo ./dptfxtract 
DPTF Tables Extraction Utility 
Copyright (c) 2000 - 2020 Intel Corporation

No valid tables found 

Same error for me. I'm on Ubuntu 20.04 running thermald 1.9.1 as well.

anilgurses commented 2 years ago

Any updates on this?