* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
@ 2026-05-15 10:53 ` bugzilla-daemon
2026-05-15 10:53 ` bugzilla-daemon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-15 10:53 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #1 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
Created attachment 310127
--> https://bugzilla.kernel.org/attachment.cgi?id=310127&action=edit
Omen Gaming hub log
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
2026-05-15 10:53 ` [Bug 221523] " bugzilla-daemon
@ 2026-05-15 10:53 ` bugzilla-daemon
2026-05-15 14:02 ` bugzilla-daemon
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-15 10:53 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
Ahmet Özt (sivasli-ahmet@gmx.de) changed:
What |Removed |Added
----------------------------------------------------------------------------
Kernel Version| |Linux 6.17.0-23-generic
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
2026-05-15 10:53 ` [Bug 221523] " bugzilla-daemon
2026-05-15 10:53 ` bugzilla-daemon
@ 2026-05-15 14:02 ` bugzilla-daemon
2026-05-15 14:06 ` bugzilla-daemon
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-15 14:02 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
Krishna Chomal (krishna.chomal108@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |krishna.chomal108@gmail.com
--- Comment #2 from Krishna Chomal (krishna.chomal108@gmail.com) ---
Created attachment 310134
--> https://bugzilla.kernel.org/attachment.cgi?id=310134&action=edit
Proposed patch for adding support for board ID 8E35
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
` (2 preceding siblings ...)
2026-05-15 14:02 ` bugzilla-daemon
@ 2026-05-15 14:06 ` bugzilla-daemon
2026-05-15 23:06 ` bugzilla-daemon
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-15 14:06 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #3 from Krishna Chomal (krishna.chomal108@gmail.com) ---
Hi Ahmet,
Your device ID 8E35 was not present in any whitelist, which caused platform
profile switching and fan control to fail.
Could you please apply the patch (attachment 310134) and test the following:
1. Check dmesg for successful registration message:
"hp_wmi: Registered as platform profile handler"
2. Verify that fan RPM is readable and controllable via sysfs
(/sys/devices/platform/hp-wmi/hwmon/*).
3. Verify that on changing platform profile, and it does physically change the
amount of power drawn in the CPU/GPU.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
` (3 preceding siblings ...)
2026-05-15 14:06 ` bugzilla-daemon
@ 2026-05-15 23:06 ` bugzilla-daemon
2026-05-16 0:33 ` bugzilla-daemon
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-15 23:06 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #4 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
Hi Krishna,
thank you very much for your quick help. I tried compiling and installing
kernel 7.1, but unfortunately I have issues with that as I am currently on
6.17. I get errors when trying to install and kernel panics when trying to
boot.
I also see I cannot apply the fix to 6.17 version of hp_wmi. The file was
refactored in between. Copy pasting the new file to 6.17 causes compile errors.
Can you provide an equivalent fix for 6.17?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
` (4 preceding siblings ...)
2026-05-15 23:06 ` bugzilla-daemon
@ 2026-05-16 0:33 ` bugzilla-daemon
2026-05-16 0:49 ` bugzilla-daemon
2026-05-16 8:05 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-16 0:33 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #5 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
(In reply to Krishna Chomal from comment #3)
> Hi Ahmet,
>
> Your device ID 8E35 was not present in any whitelist, which caused platform
> profile switching and fan control to fail.
>
> Could you please apply the patch (attachment 310134 [details]) and test the
> following:
>
> 1. Check dmesg for successful registration message:
> "hp_wmi: Registered as platform profile handler"
>
> 2. Verify that fan RPM is readable and controllable via sysfs
> (/sys/devices/platform/hp-wmi/hwmon/*).
>
> 3. Verify that on changing platform profile, and it does physically change
> the amount of power drawn in the CPU/GPU.
Hi Krishna,
I was now able to update the hp_wmi with dkms. The board is now detected by
hp_wmi. But I cannot control the PWMs.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
` (5 preceding siblings ...)
2026-05-16 0:33 ` bugzilla-daemon
@ 2026-05-16 0:49 ` bugzilla-daemon
2026-05-16 8:05 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-16 0:49 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #6 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
BTW, the fanX_max values are 0.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 221523] [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
2026-05-15 10:51 [Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM) bugzilla-daemon
` (6 preceding siblings ...)
2026-05-16 0:49 ` bugzilla-daemon
@ 2026-05-16 8:05 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2026-05-16 8:05 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #7 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
Hi Krishna,
I realized, that my hp_wmi.c was a modified version. I updated the file to the
newest revision from the linux repo and added your modifications. hp_wmi is
recognized and the fancontrol is working. I will test the platform profile
today.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread