After a normal boot run
- Code: Select all
dmesg
- Code: Select all
acpi_osi="Linux"
- Code: Select all
diff
- Code: Select all
diff <path_to_dmesg1> <path_to_dmesg2>
- Code: Select all
cat /proc/acpi/thermal_zone/THRM/trip_points
- Code: Select all
cat /proc/acpi/thermal_zone/THRM/temperature
- Code: Select all
cat /proc/acpi/fan/FAN/state
It seems that HP codes the DSDT to detect Vista, VistaSP1, VistaSP2, etc & Linux and treats them differently when detected. This is coded automatically in Vista, but for Linux, the acpi_osi="Linux" option has to be added to the boot options. By adding this to my HP laptop and desktop with Opensuse, acpi thermal is populated where it wasn't before. I'm curious to see if it has the same effects in Mint.


