Hello there,
I recently installed openSUSE Leap 15.3 on an HP 15-ba100ng laptop. Sometimes I’m seeing multiple hardware issues after booting:
- if I plug a USB device into the USB 3 port, everything works fine. If I use the two other (USB 2 I believe) ports, nothing happens (no light on flash drive, no journalctl entry). But: If the flash drive is already plugged when booting, it works fine. If I then unplug it and replug while laptop is booted, nothing happens (no light, no journal entry).
- same problem with Ethernet cable: No light, no response, unless it has been plugged since before I booted.
I rebooted my laptop multiple times this morning, most of the times the two issues showed up, one time they didn’t. I don’t see the point, did no updates during that test whatsoever. Just booting and rebooting.
Some possibly related information:
- When installing Leap 15.3, it wouldn’t boot past “Loading initial ramdisk” until I added “iommu=soft” to the kernel boot parameter list. Found this solution in the following thread: https://bbs.archlinux.org/viewtopic.php?id=264837 (see post by dkaylor, he reported this problem related to Stoney Ridge architecture)
- Processor I have: A9-9410 (AMD Stoney Ridge)
- kernel:
> uname -sir
Linux 5.3.18-150300.59.49-default x86_64
- every time I boot I get the following output on the screen for a short while:
0.537854] ACPI BIOS Error (bug): Could not resolve symbol \_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20200925/psargs-330)
0.537854] ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20200925/psparse-531)
0.611555] ACPI BIOS Error (bug): Could not resolve symbol \_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20200925/psargs-330)
0.611565] ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20200925/psparse-531)
0.696293] ACPI BIOS Error (bug): Could not resolve symbol \_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20200925/psargs-330)
0.696305] ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20200925/psparse-531)
1.927805] tpm_crb MSFT0101:00: can't request region for resource [mem 0xdfb76000-0xdfb79fff]
- My boot arguments are (/etc/default/grub):
GRUB_CMDLINE_LINUX_DEFAULT="splash=silent iommu=soft mitigations=auto quiet"
For the sake of completeness (I’m not sure if this is really coupled to the above problem):
WLAN connection to my home network works sometimes. In the first few days it worked well, then started failing about 50% of the time. The following shows up in the journal:
Feb 27 11:51:28 localhost.localdomain kernel: wlan0: e4:bf:fa:cb:df:08 denied authentication (status 33)
Sometimes restarting the router removes the problem. Connecting to other networks (for example mobile phone hotspot) works fine, connecting other devices to my home WLAN Network (for example mobile phone) is also no problem.
Also, the following shows up in the journal every few seconds when I’m connected:
Feb 27 11:47:46 localhost.localdomain NetworkManager[1468]: <info> [1645958866.5866] policy: set-hostname: set hostname to 'localhost.localdomain' (Error reverse-resolving “192.168.0.195”: Name or service not known)
Any thoughts?