powerupp icon indicating copy to clipboard operation
powerupp copied to clipboard

All greyed out. Card at drm/card1 (??)

Open tecumses opened this issue 1 year ago • 7 comments

Hello,

my System: RX 6700 XT, Fedora 37 Silverblue I installed upp, but it doesn't work because my card is at /sys/class/drm/card1. I tried to adjust the python file and was able to run e.g. upp dump without a problem or the necesarity to set the input file manually. But in both cases (edit / non edited upp.py) powerup stay greyed out. Powerupp detects my card at /sys/class/drm/card1. What can I do? Is the wrong card id maybe the problem or something else (Silverblue?) I recently changed my card from rx 580 without reinstalling anything. Also I have anaconda installed and pip3 installs into my anaconda folder.

Thank you very much!

Bildschirmfoto vom 2023-03-03 00-32-47

tecumses avatar Mar 02 '23 23:03 tecumses

The same for me, Fedora 37, tested Fedora 38. Upp is installed fine.

Smokolak avatar Apr 03 '23 12:04 Smokolak

Same for me, Arch Linux, kernel 6.4.8, RX 5700 XT. Everything worked great, but once my card became card1 and not card0 (don't know why), and powerupp became all-grayed even if I select my card in combobox.

ImmortAlexGM avatar Aug 08 '23 04:08 ImmortAlexGM

In my case the reason is simpledrm driver in kernel, which is loading as card0 before amdgpu driver. The workaround is to add kernel parameter initcall_blacklist=simpledrm_platform_driver_init. The only one drawback is black screen until kernel loads amdgpu module.

ImmortAlexGM avatar Aug 25 '23 16:08 ImmortAlexGM

Sorry for the lack of respone from my side, too busy these days. Thanks for the input @ImmortAlexGM! Does this solve the problem for all of you?

azeam avatar Aug 26 '23 18:08 azeam

It works intermittent. Sometimes it's just black screen. Using Garuda Linux.

aposhtol avatar Sep 01 '23 16:09 aposhtol

This is not going to go away. An actual solution rather than a workaround has to be found I think:

https://bbs.archlinux.org/viewtopic.php?id=287936

https://www.phoronix.com/news/Linux-5.14-Initial-DRM-Misc

JustEnoughDucks avatar Sep 08 '23 11:09 JustEnoughDucks

This is not going to go away. An actual solution rather than a workaround has to be found I think:

https://bbs.archlinux.org/viewtopic.php?id=287936

This is actually the thread I started, and workaround with kernel parameter is from that thread. Real solution will be the fix for powerupp to work correctly with card1.

ImmortAlexGM avatar Sep 11 '23 06:09 ImmortAlexGM