public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION][BISECTED] asus-wmi driver fails on my laptop
@ 2024-12-06 13:33 Yura Strilets
  2024-12-06 18:15 ` Armin Wolf
  0 siblings, 1 reply; 4+ messages in thread
From: Yura Strilets @ 2024-12-06 13:33 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: regressions, linux-kernel

Hello,

After upgrading from 6.11 to 6.12 a bunch of Fn+Fx buttons(touchpad, 
mic, kb backlight, my asus) stopped working and the 
/sys/(...)/asus::kbd_backlight interface is missing, which, considering 
the dmesg, looks like an asus-wmi driver issue.

I've been able to bisect the issue to the commit 
[b012170fed282151f7ba8988a347670c299f5ab3] "platform/x86: asus-wmi: Fix 
thermal profile initialization"

Additionally, here's some maybe-helpful information:
my laptop's model -- ASUS Zenbook UX3402VA
linux distro -- Arch Linux
.config for bisection -- was taken from /proc/config.gz at 6.12.1 arch 
kernel(attached in [1]) and missing options are default
dmesg logs -- The "grep asus" parts of both good and bad scenarios can 
be seen below and full logs are at [2] and [3]

== bad.log ==
[    3.664546] asus_wmi: ASUS WMI generic driver loaded
[    3.713358] asus_wmi: Initialization: 0x1
[    3.714126] asus_wmi: SFUN value: 0x21
[    3.714131] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    3.757420] asus_wmi: Failed to set throttle thermal policy (retval): 0x0
[    3.757425] asus_wmi: Failed to set default thermal profile
[    3.757429] asus-nb-wmi asus-nb-wmi: probe with driver asus-nb-wmi 
failed with error -5
== end ==

== good.log ==
[    4.557898] asus_wmi: ASUS WMI generic driver loaded
[    4.776587] asus_wmi: Initialization: 0x1
[    4.777253] asus_wmi: SFUN value: 0x21
[    4.777256] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    4.777258] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    4.805497] input: Asus WMI hotkeys as 
/devices/platform/asus-nb-wmi/input/input15
== end ==

[1] .config - https://pastebin.com/raw/3nDSV8Sm
[2] bad.log - https://pastebin.com/raw/fvR5Sjzt
[3] good.log - https://pastebin.com/raw/EazfLAWA

Thanks,
Yurii

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-06 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 13:33 [REGRESSION][BISECTED] asus-wmi driver fails on my laptop Yura Strilets
2024-12-06 18:15 ` Armin Wolf
2024-12-06 21:18   ` Yurii Strilets
2024-12-06 22:02     ` Armin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox