Comment 61 for bug 2026658

Revision history for this message
koba (kobako) wrote :

@Eli, may i know it it a brand-new notebook?

in the logs, there's one entry to limit your cpu.
this is came from bios through ACPI.
~~~
1694076246][INFO]index 2: type:passive temp:90000 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:4
~~~

the cpu temperatrue is 93000 that exceed temp:90000, so thermald try to cool the cpu,
~~~
[1694076254][DEBUG]pref 0 type 3 temp 91000 trip 90000
[1694076254][DEBUG]Passive Trip point applicable
[1694076254][DEBUG]Trip point applicable > 2:90000
[1694076254][DEBUG]cdev size for this trippoint 4
[1694076254][DEBUG]cdev at index 27:rapl_controller
[1694076254][DEBUG]>>thd_cdev_set_state temperature 90000:91000 index:27 state:1 :zone:6 trip_id:2 target_state_valid:0 target_value :0 force:0 min_state:0 max_state:0
~~~

if this's a brand-new notebook, you should contact the vendor first.
if not, we need to investigate further.
thanks