Artix Linux Forum

Init systems => runit => Topic started by: jzS6qNc on 30 September 2021, 13:51:41

Title: Random Freezes
Post by: jzS6qNc on 30 September 2021, 13:51:41
I started randomly getting total system freezes. I can't find anything related in logs, but I get this message every minute in
Code: [Select]
/var/log/everything
.
Code: [Select]
<timestamp> localhost kernel: [drm] PCIE gen 2 link speeds already enabled
<timestamp> localhost kernel: amdgpu 0000:03:00.0: amdgpu: PCIE GART of 1024M enabled (table at 0x000000F400000000).
<timestamp> localhost kernel: [drm] UVD initialized successfully.
It might be related to graphics card, I have an Intel graphics card and AMD graphics card, but AMD card isn't configured,
Code: [Select]
xrandr --listproviders
lists only the Intel card.

How can I disable those things from happening every minute and what might be the cause of the freeze?
Title: Re: Random Freezes
Post by: mattz7 on 30 September 2021, 14:00:19
Hi! :)

What happens when you blacklist amdgpu, run mkinitcpio -P and reboot your computer?

1.
/etc/modprobe.d/amdgpu.conf
Code: [Select]
blacklist amdgpu

2.
Code: [Select]
# mkinitcpio -P
3.
Code: [Select]
# reboot
EDIT:
BTW, do you have linux-firmware installed?
Code: [Select]
pacman -Qi linux-firmware
Title: Re: Random Freezes
Post by: jzS6qNc on 30 September 2021, 14:16:30
Thanks, I don't see those messages in log anymore. I'm not sure about the freezes because they come randomly and I can't figure out what triggers them.
Title: Re: Random Freezes
Post by: jzS6qNc on 03 October 2021, 00:37:52
BTW, do you have linux-firmware installed?
Code: [Select]
pacman -Qi linux-firmware
Sorry I haven't seen the edit.
Yes I have linux-firmware version 20210919.d526e04-1 installed
Title: Re: Random Freezes
Post by: Arch_user on 04 October 2021, 11:45:06
If you still facing random freeze , Then I will suggest to Test your RAM with Memtest86+ (http://www.memtest.org/)