Siduction Forum

Siduction Forum => Hardware - Support => Topic started by: pjnsmb on 2022/04/20, 18:03:26

Title: AMD Ryzen 5 journalctl error
Post by: pjnsmb on 2022/04/20, 18:03:26
Hello
No problem running the computer but I am intrigued as to why I get the following error in journalctl log  :

amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003D to IRQ, err -517

This error has appeared in kernel  5.17.4-1-siduction-amd64 and  5.17.3-1-siduction-amd64

but not in 5.17.2-1-siduction-amd64

root@peter-desktop:~# inxi
CPU: 6-core AMD Ryzen 5 5600X (-MT MCP-) speed/min/max: 2200/2200/4650 MHz

root@peter-desktop:~# uname -a
Linux peter-desktop 5.17.4-1-siduction-amd64 #1 SMP PREEMPT siduction 5.17-4 (2022-04-20) x86_64 GNU/Linux
root@peter-desktop:~# journalctl -b -p err

Apr 20 16:37:03 peter-desktop kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003D to IRQ, err -517
Apr 20 16:37:03 peter-desktop kernel:

root@peter-desktop:~# uname -a
Linux peter-desktop 5.17.2-1-siduction-amd64 #1 SMP PREEMPT siduction 5.17-2 (2022-04-08) x86_64 GNU/Linux
root@peter-desktop:~# journalctl -b -p err
Apr 20 16:39:44 peter-desktop kernel:
Title: Re: AMD Ryzen 5 journalctl error
Post by: unklarer on 2022/04/20, 19:12:02
No idea, but *guugln* helps:   :P

https://lkml.iu.edu/hypermail/linux/kernel/2204.1/10110.html
https://lkml.org/lkml/2022/4/13/1450
Title: Re: AMD Ryzen 5 journalctl error
Post by: Mister00X on 2022/04/21, 07:47:13
So,

on my main system this error message appeared too. And I was also starting to wonder what it's cause is.

Fortunately @unklarer was way faster with googling this than me and the thread on the lkml was an interesting read. There was also a link to a reddit post (https://www.reddit.com/r/linux/comments/u5hbk6/psa_linux_5173_on_dell_amd_laptops_might_cause/) which warns people on 5.17.3 with Dell laptops about putting them to sleep because:
Quote
A bug introduced in 5.18 rc2 and 5.17.3 kernel for Linux causes the system to not go to sleep correctly but compounded by bad Dell BIOS this means that your laptop may not turn on at all.

Here is what you'll experience: after closing the lid or letting the laptop fall in to s0ix sleep even if you press and hold power button to try to reset the laptop nothing happens.

Therefore watch out people with Dells
Title: [SOLVED] AMD Ryzen 5 journalctl error
Post by: pjnsmb on 2022/04/27, 09:34:04
After updating to kernel  5.17.4-2-siduction-amd64 today the error :

amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003D to IRQ, err -517

is no longer shown in the journalctl log or on initial startup.