Machine lockups when suspend is envoked:
Hi, openSUSE Tumbleweed here with KDE. I recently replaced the Nvidia Quadro K600 video card with an AMD RX550 video card in the machine. Issue is that when suspend is envoked there are lockups possibly 15 to 20 percent of the time. Then REISUB is used to complete the powercycle. For a couple weeks I had just left the Nvidia packages and Nvidia kernel boot parameters as they were after installing the rx550 and experienced a lockup during suspend 30 percent of the time. Now I purged the Nvidia packages and removed the Nvidia related kernel boot options and updated grub. Now I have been computing for about 3 weeks total with the RX550. inxi -Gayz output > https://paste.opensuse.org/pastes/b87ed48936da - lspci -k | grep -A 2 -E "(VGA|3D)" 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM] (rev c1) Subsystem: Dell Device 1713 Kernel driver in use: amdgpu I have looked a bit into this for instance: passing eglinfo -B as user and not root gives a possible red herring error message > _amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13) Really I do believe RX550 is creating the suspend issue somehow. As with the prior video card, suspend was still reliable. How can I troubleshoot this problem more correctly?
Hello, In the Message; Subject : Machine lockups when suspend is envoked: Message-ID : <408a0f81-43a9-4015-bff9-78ace9f5d40e@gmx.com> Date & Time: Tue, 19 Nov 2024 04:29:14 -0600 [pj] == -pj via openSUSE Users <users@lists.opensuse.org> has written: [...] pj> lspci -k | grep -A 2 -E "(VGA|3D)" pj> 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. pj> [AMD/ATI] Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM] (rev c1) pj> Subsystem: Dell Device 1713 pj> Kernel driver in use: amdgpu pj> I have looked a bit into this for instance: pj> passing eglinfo -B as user and not root gives a possible red herring pj> error message > _amdgpu_device_initialize: pj> amdgpu_query_info(ACCEL_WORKING) failed (-13) [...] Install the AMDGPU-Pro driver from AMD’s website. After installation, enable OpenCL by running. Best Regards & Good Night. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ " Reading widely about things that don't seem immediately or practically useful, in the hope that what you learn now may prove meaningful later―that's pretty much the definition of a liberal- arts education. Who knew that one of its best defenders would turn out to be a computer scientist? " -- "What Does It Really Mean to Learn?" THE NEW YORKER --
Install the AMDGPU-Pro driver from AMD’s website.
After installation, enable OpenCL by running.
Best Regards & Good Night.
--- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ " Reading widely about things that don't seem immediately or practically useful, in the hope that what you learn now may prove meaningful later―that's pretty much the definition of a liberal- arts education. Who knew that one of its best defenders would turn out to be a computer scientist? "
-- "What Does It Really Mean to Learn?" THE NEW YORKER --
This seems to be working so far. Thank you for your excellent support on this matter. -Good Night
Hello, In the Message; Subject : Re: Machine lockups when suspend is envoked: Message-ID : <b875971a-7cf8-4605-82bc-817f1e23ef65@gmx.com> Date & Time: Wed, 20 Nov 2024 14:42:09 -0600 [pj] == -pj via openSUSE Users <users@lists.opensuse.org> has written: MN> > Install the AMDGPU-Pro driver from AMD’s website. MN> > After installation, enable OpenCL by running. [...] pj> This seems to be working so far. Thank you for your excellent support on pj> this matter. From now on, I will not add RES to your emails at all. This is the last RES. Change your mindset about being able to use it. Your problem is clearly with the kernel, and more specifically, the amd driver. I don't understand why you would use an old video card if you can't even make that determination. Let me give you a simple example. Among openSUSE users, there are many people who are still using NVIDIA video cards that use the 470 driver and who blame NVIDIA for ending support. However, this is strange. The reason why NVIDIA had to stop supporting the 470 driver was not because it wanted to, but because it was forced into a situation where it had to. The reason for this was Intel, and people who use Intel CPUs from the 12th generation onwards should be aware of this. Another reason is that the kernel development team's nouveau driver development team introduced the accelerated mode that stopped supporting for video cards using the 470 driver. If you're going to use an old video card in a situation where it's normal to make progress, you need to be prepared for that. Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: m.nomiya+suse @ gmail.com ┃\/彡 ┗━━┛ Think! -- The IBM slogan --
On 11-20-2024 06:24PM, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Re: Machine lockups when suspend is envoked: Message-ID : <b875971a-7cf8-4605-82bc-817f1e23ef65@gmx.com> Date & Time: Wed, 20 Nov 2024 14:42:09 -0600
[pj] == -pj via openSUSE Users <users@lists.opensuse.org> has written:
MN> > Install the AMDGPU-Pro driver from AMD’s website.
MN> > After installation, enable OpenCL by running. [...]
pj> This seems to be working so far. Thank you for your excellent support on pj> this matter.
From now on, I will not add RES to your emails at all. This is the last RES.
I do not understand about "RES". Does this mean resolved? Will you respond to any further emails from me?
Change your mindset about being able to use it.
What does this refer too? Changing my thoughts on using the RX550?
Your problem is clearly with the kernel, and more specifically, the amd driver. I don't understand why you would use an old video card if you can't even make that determination.
Ok reviewing forums people seemed to be u sing amdgpu with amd video cards. amdgpu-pro is for old cards is what you say?
Let me give you a simple example.
Among openSUSE users, there are many people who are still using NVIDIA video cards that use the 470 driver and who blame NVIDIA for ending support. However, this is strange.
The NVIDIA Quadro K600 here was working with https://download.nvidia.com/opensuse/tumbleweed repositories enabled. The support isn't as good for dual monitor it seems.
The reason why NVIDIA had to stop supporting the 470 driver was not because it wanted to, but because it was forced into a situation where it had to. The reason for this was Intel, and people who use Intel CPUs from the 12th generation onwards should be aware of this.
Ok Penryn architecture cpu on this machine. So Alder Lake is 12th generation.
Another reason is that the kernel development team's nouveau driver development team introduced the accelerated mode that stopped supporting for video cards using the 470 driver.
Why did it stop supporting video cards with nouveau accelerated?
If you're going to use an old video card in a situation where it's normal to make progress, you need to be prepared for that.
The video cards are old here yes. Tell me more about what you mean please.
Best Regards.
--- ┏━━┓彡 Masaru Nomiya mail-to: m.nomiya+suse @ gmail.com ┃\/彡 ┗━━┛ Think! -- The IBM slogan -- -Thanks
participants (2)
-
-pj
-
Masaru Nomiya