After more time spending on the laptop, the problem seems not have been resolved yet.
I’ve removed the kernel option acpi_osi=linux
as it did nothing, apparently. I’ve even tried installing kernel 5.6, which was known to work on Neon (KDE’s distro based on Ubuntu 20.04), but the same problem arised.
I found a pretty useful command to read the dmesg’s error lines: journalctl --boot=-NUM --priority=err -k
.
This is the output for the kernel 5.6 (with the problem occourred):
nov 14 17:36:20 Ishtar kernel: ACPI BIOS Error (bug): Failure creating named object [\SMIB], AE_ALREADY_EXISTS (20200110/dsfield-627)
nov 14 17:36:20 Ishtar kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20200110/dswload2-159)
nov 14 17:36:20 Ishtar kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200110/psobject-220)
nov 14 17:36:21 Ishtar kernel: i2c_hid i2c-UNIW0001:00: HID over i2c has not been provided an Int IRQ
nov 14 17:36:24 Ishtar systemd[1]: Failed to activate swap /dev/disk/by-uuid/2c5e5a88-03b2-4bc2-9b05-a5e03e2e1478.
nov 14 17:36:24 Ishtar kernel: [drm:mod_hdcp_add_display_topology [amdgpu]] *ERROR* Failed to add display topology, DTM TA is not initialized.
nov 14 17:36:24 Ishtar kernel: snd_pci_acp3x 0000:04:00.5: Invalid ACP audio mode : 0
nov 14 17:36:24 Ishtar kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
And this is the one back in kernel 5.8, without the error:
nov 14 17:38:22 Ishtar kernel: ACPI BIOS Error (bug): Failure creating named object [\SMIB], AE_ALREADY_EXISTS (20200528/dsfield-637)
nov 14 17:38:22 Ishtar kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20200528/dswload2-162)
nov 14 17:38:22 Ishtar kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200528/psobject-220)
nov 14 17:38:23 Ishtar kernel: [drm:dm_helpers_dp_write_dpcd [amdgpu]] *ERROR* Failed to find connector for link!
nov 14 17:38:25 Ishtar systemd[1]: Failed to activate swap /dev/disk/by-uuid/2c5e5a88-03b2-4bc2-9b05-a5e03e2e1478.
nov 14 17:38:25 Ishtar kernel: snd_pci_acp3x 0000:04:00.5: Invalid ACP audio mode : 0
nov 14 17:38:25 Ishtar kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
nov 14 17:38:25 Ishtar kernel: acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
Even if I wish I had no errors at all (are those known errors?) it seems that there is no noticeable difference the two (at least to my eyes)… or maybe yes? I saw this line in particular: i2c_hid i2c-UNIW0001:00: HID over i2c has not been provided an Int IRQ
… might it that be? And in case, how can I resolve it?
I’ll have to recover the Neon hard drive and try the same command to see if there are differences.
Thanks
EDIT:
Yes, it must be that line. I rebooted and the problem was there on kernel 5.8:
-- Logs begin at Tue 2020-09-29 09:01:32 CEST, end at Sat 2020-11-14 17:54:49 CET. --
nov 14 17:54:15 Ishtar kernel: ACPI BIOS Error (bug): Failure creating named object [\SMIB], AE_ALREADY_EXISTS (20200528/dsfield-637)
nov 14 17:54:15 Ishtar kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20200528/dswload2-162)
nov 14 17:54:15 Ishtar kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200528/psobject-220)
nov 14 17:54:16 Ishtar kernel: i2c_hid i2c-UNIW0001:00: HID over i2c has not been provided an Int IRQ
nov 14 17:54:17 Ishtar kernel: [drm:dm_helpers_dp_write_dpcd [amdgpu]] *ERROR* Failed to find connector for link!
nov 14 17:54:18 Ishtar systemd[1]: Failed to activate swap /dev/disk/by-uuid/2c5e5a88-03b2-4bc2-9b05-a5e03e2e1478.
nov 14 17:54:19 Ishtar kernel: snd_pci_acp3x 0000:04:00.5: Invalid ACP audio mode : 0
nov 14 17:54:19 Ishtar kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
nov 14 17:54:19 Ishtar kernel: acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
EDIT 2:
I’ve tried rmmod/modprobe ic2-hid module and it seems to work… would it be possible, as a workaround, to execute the two simple commands at startup as last task before the user’s login?