INT3515 ACPI on Ubuntu 23.04

Just asking for feedback here to understand a bit about this, since every time the whole system locks it shows, the last one was today about 2 hours ago, so started researching what in the world it is, the only thing I found was this from 2018 https://patchwork.kernel.org/project/linux-acpi/patch/20181128113024.42126-15-andriy.shevchenko@linux.intel.com/ which got reverted later here https://www.spinics.net/lists/linux-usb/msg218217.html as it looks.

But basically, what is INT3515? I see it on motherboards from Asus that I have tested (3 Z790, including the Hero, Apex and Strix), on all 3 it locks after playing or streaming for more or less an hour or 2. Even watching a video (was watching a Rust course on google chrome and everything froze). I tested with Kernels from the default one to the 6.2 and 6.3 Same issue. So if I can figure out what it is, maybe I can figure out how to skip or disable it altogether (if possible of course).

> Jun 10 11:44:23 xtreme kernel: asus_wmi: Failed to get event during flush: -5
> Jun 10 11:44:23 xtreme kernel: asus_wmi: Failed to get WMI notify code: AE_NOT_FOUND
> Jun 10 11:44:23 xtreme kernel: Serial bus multi instantiate pseudo device driver INT3515:00: error -ENXIO: Error requesting irq at index 1
> Jun 10 11:44:23 xtreme kernel: Serial bus multi instantiate pseudo device driver INT3515:00: error -ENXIO: IRQ index 1 not found
> Jun 10 11:44:23 xtreme kernel: ata7.00: supports DRM functions and may not be fully accessible
> Jun 10 11:44:23 xtreme kernel: ata8.00: supports DRM functions and may not be fully accessible
> Jun 10 11:44:23 xtreme kernel: ata7.00: supports DRM functions and may not be fully accessible
> Jun 10 11:44:23 xtreme kernel: ata8.00: supports DRM functions and may not be fully accessible
> Jun 10 11:44:23 xtreme kernel: i2c i2c-2: Failed to register i2c client ITE8853:00 at 0x4e (-16)
> Jun 10 11:44:23 xtreme kernel: usb: port power management may be unreliable
> Jun 10 11:44:23 xtreme kernel: acpi PNP0C14:06: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:02)
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
> Jun 10 11:44:23 xtreme kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
> Jun 10 11:44:23 xtreme kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
> Jun 10 11:44:23 xtreme kernel: hpet_acpi_add: no address or irqs in _CRS
> Jun 10 11:44:23 xtreme kernel: acpi PNP0A08:00: MMCONFIG is disabled, can't access extended configuration space under this bridge
> Jun 10 11:44:23 xtreme kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
> Jun 10 11:44:23 xtreme kernel:  #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31

The current setup today is:

image

The only warnings or errors on dmesg are:

ACPI BIOS Error (bug): Failure creating named object [_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20221020/dsfield-184)
ACPI Error: Aborting method _SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20221020/psparse-529)
ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20221020/dswload2-477)
Bluetooth: hci0: Malformed MSFT vendor event: 0x02
i2c i2c-2: Failed to register i2c client ITE8853:00 at 0x4e (-16)
iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Serial bus multi instantiate pseudo device driver INT3515:00: error -ENXIO: Error requesting irq at index 1
Serial bus multi instantiate pseudo device driver INT3515:00: error -ENXIO: IRQ index 1 not found
snd_hda_intel 0000:00:1f.3: no codecs found!

2 of those are related to the Nvidia card (4090 with 535 driver, although I got the same thing with 530 and 525).

1 Like