* [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
` (12 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
` (11 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
` (10 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
` (9 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
` (8 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
` (7 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
` (6 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
2026-05-17 23:59 ` bugzilla-daemon
` (5 subsequent siblings)
13 siblings, 0 replies; 15+ 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] 15+ 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
` (7 preceding siblings ...)
2026-05-16 8:05 ` bugzilla-daemon
@ 2026-05-17 23:59 ` bugzilla-daemon
2026-05-18 8:57 ` bugzilla-daemon
` (4 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2026-05-17 23:59 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #8 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
Hi Krishna,
I tested the platform profile and I can see the CPU and iGPU consumption
increases in performance mode. The dGPU consumption does not change with the
platform profile.
--
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] 15+ 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
` (8 preceding siblings ...)
2026-05-17 23:59 ` bugzilla-daemon
@ 2026-05-18 8:57 ` bugzilla-daemon
2026-05-19 5:30 ` bugzilla-daemon
` (3 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2026-05-18 8:57 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #9 from Krishna Chomal (krishna.chomal108@gmail.com) ---
Hey, apologies for the delay in response. Since fan control is working and
CPU/iGPU power limits are raised, then driver seems to be working. Regarding
the dGPU issue, if you have an nvidia graphics card then you would need
nvidia-powerd [1] to get dynamic boost working.
[1]: https://wiki.archlinux.org/title/CPU_frequency_scaling#nvidia-powerd
--
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] 15+ 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
` (9 preceding siblings ...)
2026-05-18 8:57 ` bugzilla-daemon
@ 2026-05-19 5:30 ` bugzilla-daemon
2026-05-20 14:13 ` bugzilla-daemon
` (2 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2026-05-19 5:30 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #10 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
Hi,
sorry for the question, but it is not clear to me now if you will proceed to
integrate this fix or not. Can we go forward with the fix?
--
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] 15+ 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
` (10 preceding siblings ...)
2026-05-19 5:30 ` bugzilla-daemon
@ 2026-05-20 14:13 ` bugzilla-daemon
2026-05-31 6:27 ` bugzilla-daemon
2026-06-01 6:26 ` bugzilla-daemon
13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2026-05-20 14:13 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #11 from Krishna Chomal (krishna.chomal108@gmail.com) ---
Oh sorry, I assumed you were fixing the dGPU power raise issue. If you believe
power modes and fan control are working, let me know, I will send this patch to
the mailing list.
Also please confirm if this is correct for the Tested-by and Reported-by tags
of the patch:
Ahmet Ozt <sivasli-ahmet@gmx.de>
--
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] 15+ 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
` (11 preceding siblings ...)
2026-05-20 14:13 ` bugzilla-daemon
@ 2026-05-31 6:27 ` bugzilla-daemon
2026-06-01 6:26 ` bugzilla-daemon
13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2026-05-31 6:27 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #12 from Ahmet Özt (sivasli-ahmet@gmx.de) ---
Hi Krishna,
I was not able to set up the nvidia service to fix the dGPU issue. Now after
two weeks of testing I can confirm the power modes and fan control are working.
Please use this as tag: Ahmet Öztürk <sivasli-ahmet@gmx.de>
Kind regards
--
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] 15+ 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
` (12 preceding siblings ...)
2026-05-31 6:27 ` bugzilla-daemon
@ 2026-06-01 6:26 ` bugzilla-daemon
13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2026-06-01 6:26 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221523
--- Comment #13 from Krishna Chomal (krishna.chomal108@gmail.com) ---
Alright, I will send the patch soon. Thanks for the help!
--
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] 15+ messages in thread