Am 17.11.24 um 08:45 schrieb Farhan Anwar:
Although I'm using Swift SFG14-41, I have noticed the same events on my laptop as well. Connect AC adapter : acer_wmi: Unknown function number - 8 - 1 Disconnect AC adapter : acer_wmi: Unknown function number - 8 - 0 The event for disconnection is printed twice. I've also noticed following message occasionally along with these events. workqueue: acpi_os_execute_deferred hogged CPU for >13333us 19 times, consider switching to WQ_UNBOUND Kernel version: 6.11.0-9-generic Thanks, Farhan
Those events seem to signal a AC connect/disconnect, so i think it should be safe to ignore those events. Regarding the warning: it seems that some ACPI Notify() or GPE handler takes quite long to execute, so nothing directly related to the acer-wmi driver. I am currently moving and thus unable to access my dev machine. I already prepared some patches for the acer-wmi driver, i will send a prototype soon. Thanks, Armin Wolf