Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Radeon failed VCE resume

Need help with peripherals or devices?
Post Reply
Message
Author
?Syntax Error
Posts: 15
Joined: 2021-08-12 12:07
Has thanked: 1 time

[Solved] Radeon failed VCE resume

#1 Post by ?Syntax Error »

Hello,

I want to solve the error I get at boot. I get this error:

Code: Select all

radeon 0000:01:00.0: failed VCE resume (-110).
I'm running Debian 11 on CrunchBang++
I found a couple of possible solutions at these links, but I don't know if they would apply to my system since they are for Arch. It's stated that a workaround is to use AMDGPU instead of Radeon. I'm also not too knowledgeable... just a home user of linux.

https://wiki.archlinux.org/title/AMDGPU ... K)_support <-- At the southern islands/sea islands section.
https://bugzilla.kernel.org/show_bug.cgi?id=107381 <-- Comment #21
https://drive.google.com/file/d/1syPagZ ... sp=sharing <-- HardInfo Report
Last edited by ?Syntax Error on 2021-09-24 19:15, edited 1 time in total.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Radeon failed VCE resume

#2 Post by bw123 »

I think using AMDGPU instead of radeon driver would depend on your hardware, if the required non-free firmware is installed I'd think this should be decided automatically, but maybe for some older or transitional cards you'd have to help with a simple snippet around /etc/X11/xorg.conf.d

Please don't install anything out of debian repo on debian, and be careful to follow instructions for debian on debian systems. . I don't use anything else, so can't say how it would work on anything else.

It should be simple enough to give it a try, and possibly completely safe, but be sure you have a way to undo it easily if it doesn't work.
https://html.duckduckgo.com/html/?q=how ... +of+radeon

Older thread might help here
viewtopic.php?t=135279
good luck
resigned by AI ChatGPT

?Syntax Error
Posts: 15
Joined: 2021-08-12 12:07
Has thanked: 1 time

Re: Radeon failed VCE resume

#3 Post by ?Syntax Error »

I had to download the firmwares for AMDGPU from git and copy them into /lib/firmware/amdgpu
There were a few firmware files I had to hunt down and one is still unreleased, but unnecessary.

Ultimately, I got AMDGPU to work after creating some conf files in modprobe.d and regenerating the initramfs. Anyone else's mileage may vary. Research around.
Note that blacklisting the radeon driver doesn't work after kernel 4.12. Refer to enabling southern islands and sea islands support for AMDGPU and disabling southern islands and sea islands support for radeon.

https://wiki.archlinux.org/title/AMDGPU ... K)_support
https://man.archlinux.org/man/modprobe.d.5
viewtopic.php?p=666360
https://git.kernel.org/pub/scm/linux/ke ... ree/amdgpu
https://git.kernel.org/pub/scm/linux/ke ... 7ad77f269c
https://github.com/Umio-Yasuno/unoffici ... mware-repo <--- Other unnofficial AMDGPU firmware files.
https://tthtlc.wordpress.com/2020/10/18 ... pu-issues/
https://github.com/vladkinoman/just-my-notes/issues/6

https://forums.lutris.net/t/change-from ... gpu/4865/3
https://forums.lutris.net/t/change-from ... mdgpu/4865
https://askubuntu.com/questions/1124253 ... for-amdgpu
https://lists.freedesktop.org/archives/ ... 49620.html
https://www.reddit.com/r/linux4noobs/co ... _a_sudden/
https://www.reddit.com/r/debian/comment ... esume_110/
https://www.phoronix.com/scan.php?page= ... ux50&num=1

Post Reply