Changes between Version 1 and Version 2 of Ticket #17296


Ignore:
Timestamp:
Oct 1, 2021, 7:54:06 PM (3 years ago)
Author:
FuRuYa7
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17296 – Description

    v1 v2  
    77### I used "Xubuntu 20.04.3" to check the temperature of my PC:
    88
    9 ```
     9{{{
    1010$ uname -r
    11115.11.0-37-generic
    12 ```
     12}}}
     13
    1314
    1415-
     
    1617#### When using "Haiku", the PC housing gets hot:
    1718
    18 ```
     19{{{
    1920$ cat /sys/class/thermal/thermal_zone0/temp
    202167000
    21 ```
     22}}}
    2223
    2324-
     
    2526#### I'm using "Xubuntu 20.04.3" and after a while:
    2627
    27 ```
     28
     29{{{
    2830$ cat /sys/class/thermal/thermal_zone0/temp
    293143000
    30 ```
    31 
     32}}}
    3233
    3334-
     
    3536### syslog "acpi" related messages:
    3637
    37 ```
     38{{{
    3839KERN: CPU 1: features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clfsh ds acpi mmx fxsr sse sse2 ss htt tm pbe sse3 pclmulqdq dtes64 monitor dscpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tscdeadline xsave osxsave rdrnd syscall nx pdpe1gb long dts arat pln ecmd ptm aperfmperf epb tsc_adjust erms invpcid ibrs stibp l1d_flush ssbd xsaveopt
    3940KERN: publish device: node 0xffffffff82a10b40, path acpi/namespace, module bus_managers/acpi/namespace/device_v1
    4041KERN: driver busses/i2c/pch_i2c/acpi/driver_v1 init failed: Invalid Argument
    4142KERN: publish device: node 0xffffffff8293a5a8, path power/button/power_fixed, module drivers/power/acpi_button/device_v1
    42 ```
     43}}}
     44
    4345
    4446-
    45 
    4647
    4748---
     
    5960-
    6061
    61 ```
     62{{{
    6263~> uname -v
    6364hrev55464 Sep 30 2021 06:38:30
     
    6566~> uname -i
    6667x86_64
    67 ```
     68}}}
    6869
    6970-
     
    7273#### PC used:
    7374
    74 ```
     75{{{
    7576- Device : ASUS Chromebox CN60 (Panther)
    7677- Intel Celeron 2955U(@1.4GHz x2): "Haswell"
     
    8586Fw Type: Full ROM / UEFI
    8687Fw Ver: MrChromebox-4.14 (07/25/2021)
    87 ```
     88}}}
    8889
    8990-
     
    9596As a result, the PC boots in UEFI.  It is an ordinary PC that cannot start "Chrome OS".
    9697
     98-