https://bugzilla.kernel.org/show_bug.cgi?id=218444

--- Comment #13 from Mateusz Kaduk (mateusz.ka...@gmail.com) ---
Dear Developers,

I've come across some errors and have a few questions:

1. Are ACPI errors critical for the laptop's operation, or can they be safely
ignored or silenced?

2. Should touchpad, battery, and speaker issues be reported elsewhere, or is
this the right place?

3. Are these problems related to each-other caused by some BIOS handling, or
are they separate issues to be filed somewhere else? If so where?

Additionally, I've encountered IRQ errors from i2c-i801 driver (see dmesg),
which I resolved by modifying the i2c-i801 driver configuration not to use
interrupts (https://www.kernel.org/doc/html/latest/i2c/busses/i2c-i801.html)
which probably hurts performance but driver is loading now.

echo >> /etc/modprobe.d/i2c-i801.conf 
options i2c-i801 disable_features=0x10

However, I'm still facing the error "azx_interrupt [snd_hda_codec] Disabling
IRQ #10." Any suggestions on how to address this without resorting to disabling
interrupts system-wide with irqpoll as that's gonna hurt other drivers?

Thanks for your 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.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to