blacklist the current running hp_wmi driver
-
Build the module:
make
-
After building, copy the module file (hp_wmi.ko) to the appropriate location, as mentioned in the documentation or installation guide.
-
Also copy the executables on the locations as mentioned in the folder
Note
BIOS protection is 120 seconds — so OmenHsa must be called every 120 seconds to maintain fan settings. A timer function has been added for this; you can check how it works in the scripts
Max fan set works for 120 seconds. This can be done using the application called fan_max using the following command:
fan_max 0 - Turns off max fan mode
fan_max 1 - Enables max fan modeFor manual fan speed control, there is also an application called fan_speed which takes a hexadecimal value as input:
fan_speed [hex_value]The backlight feature has been added for devices that support it.[8BCD]
Performance modes are now available and can be controlled via platform-profiles.
"
Also, feel free to read through the executables/scripts — they are simple and easy to understand.