Disabling IRQ after recent update.

Ever since an update about a week ago, I have noticed a little message pops up that it is disabling IRQ 16.
Can anyone help me solve this?

Here’s my dmesg output. It finishes booting. Then a while later shows this irq 16: nobody cared. I have “irqpoll” set as a boot option, and it made no change.

1428.068151] irq 16: nobody cared (try booting with the “irqpoll” option)
1428.068156] CPU: 7 PID: 0 Comm: swapper/7 Tainted: G U O 5.14.14-1-default #1 openSUSE Tumbleweed eb80aab517ad5c2c72fc7811cce14acf272d56c0
1428.068158] Hardware name: Gigabyte Technology Co., Ltd. Z590 VISION G/Z590 VISION G, BIOS F4d 04/16/2021
1428.068159] Call Trace:
1428.068160] <IRQ>
1428.068161] dump_stack_lvl+0x46/0x5a
1428.068165] __report_bad_irq+0x35/0xa7
1428.068167] note_interrupt.cold+0xb/0x61
1428.068169] handle_irq_event+0xa5/0xb0
1428.068171] handle_fasteoi_irq+0x78/0x1c0
1428.068173] __common_interrupt+0x3b/0xa0
1428.068175] common_interrupt+0x7e/0xa0
1428.068177] </IRQ>
1428.068177] asm_common_interrupt+0x1e/0x40
1428.068179] RIP: 0010:cpuidle_enter_state+0xc7/0x350
1428.068182] Code: 8b 3d 75 73 e5 4f e8 f8 a1 91 ff 49 89 c5 0f 1f 44 00 00 31 ff e8 e9 b7 91 ff 45 84 ff 0f 85 fa 00 00 00 fb 66 0f 1f 44 00 00 <45> 85 f6 0f 88 06 01 00 00 49 63 d6 4c 2b 2c 24 48 8d 04 52 48 8d
1428.068182] RSP: 0018:ffffb67e80173ea8 EFLAGS: 00000246
1428.068184] RAX: ffff95cc505ef900 RBX: 0000000000000003 RCX: 000000000000001f
1428.068184] RDX: 0000000000000000 RSI: 00000000238e38e3 RDI: 0000000000000000
1428.068185] RBP: ffffd67e7fbc0800 R08: 0000014c7f7a2e97 R09: 0000000000000006
1428.068185] R10: 000000000000001c R11: 0000000000000017 R12: ffffffffb165a2c0
1428.068186] R13: 0000014c7f7a2e97 R14: 0000000000000003 R15: 0000000000000000
1428.068188] ? cpuidle_enter_state+0xb7/0x350
1428.068189] cpuidle_enter+0x29/0x40
1428.068190] do_idle+0x1f2/0x2b0
1428.068191] cpu_startup_entry+0x19/0x20
1428.068192] secondary_startup_64_no_verify+0xc2/0xcb
1428.068194] handlers:
1428.068195] <0000000093561532>] i801_isr [i2c_i801]
1428.068199] <000000002f943c85>] azx_interrupt [snd_hda_codec]
1428.068206] Disabling IRQ #16

And, here is what us using IRQ 16.
16: 0 0 655 0 0 0 0 99690 0 0 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi i801_smbus, snd_hda_intel:card0

thank you for any help.

The last two lines of you message, from which command is that the output? (Always good to use code tags around your paste and to include the command)

This thread discusses i801, maybe it has some suggestion that can help?

For you reference, the first interrupts on my system:

$ cat /proc/interrupts  
           CPU0       CPU1       CPU2       CPU3        
  0:          7          0          0          0  IR-IO-APIC   2-edge      timer 
  5:          0          0          0          0  IR-IO-APIC   5-edge      parport0 
  8:          0          0          1          0  IR-IO-APIC   8-edge      rtc0 
  9:          0          5          0          0  IR-IO-APIC   9-fasteoi   acpi 
 16:         31          0          0          0  IR-IO-APIC  16-fasteoi   ehci_hcd:usb3 
 18:          0          0          8          0  IR-IO-APIC  18-fasteoi   i801_smbus 
 23:          0          0          0         35  IR-IO-APIC  23-fasteoi   ehci_hcd:usb4 
 24:          0          0          0          0  DMAR-MSI   0-edge      dmar0 
 25:          0          0          0          0  DMAR-MSI   1-edge      dmar1

Possibly the same as this: https://bugzilla.opensuse.org/show_bug.cgi?id=1192194

might be a stray irq after de-registering the HD-audio controller irq

see comment #1

Try to set up sound cards.

https://www.gigabyte.com/Motherboard/Z590-VISION-G-rev-10/sp#sp

  1. Builtin Realtek ALC 4080.
  2. HDMI/DP/USB-C audio output.

Thanks, I do have a suspicion it’s the sound… I’ve had issues w/ that since install, since this is (or was) such a new chipset. But, audio works. (The issues I had were w/ the ports… like plugging something into the front jack didn’t detect it as headphones). The other option is the motherboard sensors, which is that i801 device. But all my sensors appear to be working fine, too. I’m not actually sure how to change the sound driver, etc… But I will start searching. (Been using opensuse for over 10 years, but am usually lucky w/ hardware just working… Only ever had to mess w/ graphics)

https://www.kernel.org/doc/html/latest/i2c/busses/i2c-i801.html