AMD 3200G systemd-udevd Not tainted und tainted

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
Benutzeravatar
OrangeJuice
Beiträge: 625
Registriert: 12.06.2017 15:12:40

AMD 3200G systemd-udevd Not tainted und tainted

Beitrag von OrangeJuice » 23.11.2019 16:49:31

Hallo,

ich habe hier ein AMD System(3200G) mit einem Debian Testing und Kernel aus Sid am laufen(Desktop) und es treten sobald ich HDMI verwende immer sehr viele "systemd-udevd tainted" und ein "systemd-udevd not tainted" auf. Verwende ich einen DisplayPort-HDMI-Adapter, passiert das nicht. Hat jemand eine Idee? Das selbe passiert auch unter Ubuntu 19.10, Fedora 31 usw.

Link: nopaste

Kleiner Auszug:

Code: Alles auswählen

uname -a
Linux debian 5.3.0-2-amd64 #1 SMP Debian 5.3.9-3 (2019-11-19) x86_64 GNU/Linux

demesg -x -l crit,warn,err
kern  :warn  : [    1.672103] WARNING: CPU: 1 PID: 147 at drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:1726 write_i2c_retimer_setting.cold+0x4f/0xb5 [amdgpu]
kern  :warn  : [    1.672103] Modules linked in: amdgpu(+) crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel gpu_sched i2c_algo_bit ttm aesni_intel xhci_pci xhci_hcd drm_kms_helper usbcore drm ahci libahci libata aes_x86_64 mfd_core crypto_simd usb_common cryptd glue_helper r8169 scsi_mod realtek libphy i2c_piix4 wmi video button
kern  :warn  : [    1.672117] CPU: 1 PID: 147 Comm: systemd-udevd Not tainted 5.3.0-2-amd64 #1 Debian 5.3.9-3
...
kern  :warn  : [    1.673305] WARNING: CPU: 1 PID: 147 at drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:1758 write_i2c_retimer_setting.cold+0xae/0xb5 [amdgpu]
kern  :warn  : [    1.673305] Modules linked in: amdgpu(+) crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel gpu_sched i2c_algo_bit ttm aesni_intel xhci_pci xhci_hcd drm_kms_helper usbcore drm ahci libahci libata aes_x86_64 mfd_core crypto_simd usb_common cryptd glue_helper r8169 scsi_mod realtek libphy i2c_piix4 wmi video button
kern  :warn  : [    1.673311] CPU: 1 PID: 147 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3

Code: Alles auswählen

dmesg|grep -i tainted
[    1.668068] CPU: 2 PID: 142 Comm: systemd-udevd Not tainted 5.3.0-2-amd64 #1 Debian 5.3.9-3
[    1.669126] CPU: 2 PID: 142 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3
[    1.670143] CPU: 2 PID: 142 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3
[    1.671161] CPU: 2 PID: 142 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3
[    1.672179] CPU: 2 PID: 142 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3
[    1.673198] CPU: 2 PID: 142 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3
[    1.674220] CPU: 2 PID: 142 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3
[    1.675240] CPU: 2 PID: 142 Comm: systemd-udevd Tainted: G        W         5.3.0-2-amd64 #1 Debian 5.3.9-3

Code: Alles auswählen

for i in $(seq 18); do echo $(($i-1)) $(($(cat /proc/sys/kernel/tainted)>>($i-1)&1));done
0 0
1 0
2 0
3 0
4 0
5 0
6 0
7 0
8 0
9 1
10 0
11 0
12 0
13 0
14 0
15 0
16 0
17 0
Table for decoding tainted state
9 _/W 512 kernel issued warning

Benutzeravatar
hikaru
Moderator
Beiträge: 13594
Registriert: 09.04.2008 12:48:59

Re: AMD 3200G systemd-udevd Not tainted und tainted

Beitrag von hikaru » 26.11.2019 11:37:08

Der A300M scheint generell etwas zickig zu sein (RAM, mögliche Gehäuse-Kurzschlüsse). [1] Insbesondere bei [2] vermute ich eine Ähnlichkeit zu deiner Situation (FullHD-Monitor?).
Kannst du einen Monitor mit einer anderen Auflösung (idealerweise 4k) testen?

[1] https://www.computerbase.de/forum/threa ... t.1860142/
[2] https://www.computerbase.de/forum/threa ... t-22397394

Benutzeravatar
OrangeJuice
Beiträge: 625
Registriert: 12.06.2017 15:12:40

Re: AMD 3200G systemd-udevd Not tainted und tainted

Beitrag von OrangeJuice » 26.11.2019 14:40:29

Mein Ram habe ich mit memtest86 überprüft, konnte damit keine Fehler finden. Die andere Hardware ist bis jetzt auch okay. 4K Monitor habe ich keinen. An einem HD-Ready TV könnte ich den noch anschließen. Ich verwende einen FullHD Monitor.
Dann werde ich mich mal etwas weiter umschauen.

Antworten