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

 

 

 

AMD RX560 on Debian Stretch - Not supported?

Need help with peripherals or devices?
Message
Author
User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: AMD RX560 on Debian Stretch - Not supported?

#16 Post by stevepusser »

You're using MX 18 now? If so, just open up Synaptic and search for "kernel realtime", though you should also be asking those questions on the MX forums and not here. We have the 4.19 realtime kernel available, though you can also install the Liquorix kernel easily in the MX Package Installer under "Kernels" and have them all available as boot options.

Don't randomly install some 4.16 rt kernel deb from $(DEITY) knows where.
MX Linux packager and developer

zimbodel
Posts: 73
Joined: 2009-12-22 19:37

Re: AMD RX560 on Debian Stretch - Not supported?

#17 Post by zimbodel »

Question to Stevepusser,

Which forum do you suggest for MX18 related questions ?
The only one I could find is on LinuxQuestions.org.
Is that the main forum ?

zimbodel
Posts: 73
Joined: 2009-12-22 19:37

Re: AMD RX560 on Debian Stretch - Not supported?

#18 Post by zimbodel »

Yes I do.
See my post as I did not see yours.
It already solved all my bluetooth problems I had unexpectedly as well as jittery sound with Debian Stretch.
Really great distro !
stevepusser wrote:You're using MX 18 now? m $(DEITY) knows where.

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#19 Post by mrkapqa »

Hello ,

i have also this card RX560 and just upgraded to Debian Stretch.


What is the best way to install drivers for this card on Debian 9?


Should i install Amdgpu like shown here

https://linuxconfig.org/how-to-install- ... etch-linux

Should i download and install official AMD Driver

https://www.amd.com/en/support/graphics ... eon-rx-560

or is there another way that is more preferable?



Thanks

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: AMD RX560 on Debian Stretch - Not supported?

#20 Post by Wheelerof4te »

mrkapqa wrote:i have also this card RX560 and just upgraded to Debian Stretch.
Cool, now you can upgrade to Buster, it just went Stable :mrgreen:
https://www.debian.org/releases/stable/ ... ading.html

Also, this question has been asked and answered a million times, so here's a million-oneth time:

Code: Select all

apt install firmware-amd-graphics
after enabling non-free repo.

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#21 Post by mrkapqa »

Thanks ,

i just installed Debian Buster,


and it stalls with no Desktop (GNome) and fails completely with (KDE).


Quite an experience. It seems since Wheezy Debian has gone a long way in complicating the user experience.


I wonder why the installer is not picking up the correct driver for the RX560 or what is the problem here?
I have 2 monitors connected.

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#22 Post by mrkapqa »

Wheelerof4te wrote:
mrkapqa wrote:i have also this card RX560 and just upgraded to Debian Stretch.
Cool, now you can upgrade to Buster, it just went Stable :mrgreen:
https://www.debian.org/releases/stable/ ... ading.html

Also, this question has been asked and answered a million times, so here's a million-oneth time:

Code: Select all

apt install firmware-amd-graphics
after enabling non-free repo.


i would then boot into "recovery"

and try to enable contrib and non-free in the sources.list but it would not do

the apt-get update afterwards complaining of deb.debian.org not found etc.


The firmware-amd-graphics is not found in Main repository.

Total fail.

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#23 Post by mrkapqa »

from recovery mode:

apt-get update


Could not resolve 'security.debian.org'
Could not resolve 'deb.debian.org'
Could not resolve 'deb.debian.org'


never trust a buster.

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: AMD RX560 on Debian Stretch - Not supported?

#24 Post by L_V »

Is your network active ?

Code: Select all

ping -c5 1.1.1.1
+ to see

Code: Select all

grep ^d /etc/apt/sources.list

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: AMD RX560 on Debian Stretch - Not supported?

#25 Post by Head_on_a_Stick »

mrkapqa wrote:Total fail.
Yes, you're not doing well, are you? :mrgreen:

Boot with the systemd.unit=multi-user.target kernel command line parameter to disable the graphical desktop, use ifupdown or nmcli to connect then add the non-free component to your sources, update the package database and install the non-free firmware required by your graphics card.

Debian is intended for competent GNU/Linux users so if you find this all a bit challenging then you could try something like MX Linux instead until you get the hang of things.
deadbang

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#26 Post by mrkapqa »

Hei!

Thanks for the heads-up!

Obviously the internet was working fine as i was able to install DEbian Buster thanks to the NetInstaller.

For some unknown reason, the DVD Iso images has failed on my computer, and i tested this several times. Maybe it does not recognize the DVD-RW or there is some bug in the installer.


So, as Debian seems "dependent" on Internet, i am wondering, why the "recovery" mode does shut me off from it?

Yes, that was an epic fail, poor me.

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#27 Post by mrkapqa »

I am sorry not be able to investigate this issue atm as i resorted to Ubuntu LTS.

No issue at all with RX560 out of the box.


I am using Debian since Squeeze/Wheezy and am really a novice user with a fair understanding of computer , but i seem do not fail to notice when quality control is deteriorating.

Sorry for the rant, that were too many errors at the same time (no graphics on gnome AND KDE, no internet at recovery etc.) - so it is fair to blame it on my poor understanding of Debian.

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#28 Post by mrkapqa »

Poor is, what poorly does, and i cannot blame Ubuntu for perfectly functioning here.

I would never have thought to state this, but i would no longer recommend Debian over Ubuntu, and i tested also quite a lot.

Most of my Linux machines still run Debian Wheezy, but with Jessie onwards things just went out of my reach.


So all of you, thanks for the development of Debian , but i hope someone can hear this up the echelon and do something about it.
A "new" operating system i think should be able to correctly interpret a graphics card from 2017-2018, otherwise , there is no point in selecting a Desktop Environment at all, and it is my understanding, that GNOME is still the most favored of the Debian Project.
Last edited by mrkapqa on 2019-07-28 20:30, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: AMD RX560 on Debian Stretch - Not supported?

#29 Post by Head_on_a_Stick »

mrkapqa wrote:i hope someone can hear this up the echelon
Nope, no developers visit here.
mrkapqa wrote:A "new" operating system i think should be able to correctly interpret a graphics card from 2017-2018
I'm using Debian buster with a Vega 8 graphics card (same generation as your RX560) and it works very well indeed, better than in Win10 in fact.

Debian cannot include the non-free firmware that your device requires because it violates their Social Contract. Now **** off to Ubuntu and stop bothering us with your ignorant nonsense.
deadbang

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#30 Post by mrkapqa »

Head_on_a_Stick wrote:
mrkapqa wrote:
Debian cannot include the non-free firmware that your device requires because it violates their Social Contract. Now **** off to Ubuntu and stop bothering us with your ignorant nonsense.
Hei,
i was not asking for the non-free firmware, but to boot into working Gnome3 Desktop Environment, which obviously i was not able to.
As a resort, i remember the post from our friend here, advised a little more up to install the firmware as the prefered way to get good graphics driver.
So i am wondering, what sort of recovery should i resort to, if the recovery mode does automatically cut me "off the cloud" ..
someone should get some developers involved and ask them this.
...and off i am.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: AMD RX560 on Debian Stretch - Not supported?

#31 Post by Head_on_a_Stick »

mrkapqa wrote:what sort of recovery should i resort to, if the recovery mode does automatically cut me "off the cloud"
For the benefit of others: use the systemd.unit=multi-user.target kernel command line parameter to disable the graphical desktop.
deadbang

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#32 Post by mrkapqa »

Head_on_a_Stick wrote:
mrkapqa wrote:what sort of recovery should i resort to, if the recovery mode does automatically cut me "off the cloud"
For the benefit of others: use the systemd.unit=multi-user.target kernel command line parameter to disable the graphical desktop.
Thanks ,

this seems complicated to me. does this apply also on a VirtualBox?
i would like to add that i did a "fresh install" on a SSD (RyzenPC with dedicated RX560 Graphics) so i am really wondering why this happens. The RX560 is a reformulated RX460 if i understood correctly. Should lead to a graphical environment, if selected, on Debian 10.

+the recovery offers no internet connectivity?
+the DVD installer seems faulty again (hence i resorted to USB > no DVD line is added to sources.list > no internet > no package installs.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: AMD RX560 on Debian Stretch - Not supported?

#33 Post by Head_on_a_Stick »

mrkapqa wrote:i did a "fresh install" on a SSD (RyzenPC with dedicated RX560 Graphics) so i am really wondering why this happens.
Because that card needs non-free firmware to work properly, as has already been explained several times in this thread.
mrkapqa wrote:The RX560 is a reformulated RX460 if i understood correctly. Should lead to a graphical environment, if selected, on Debian 10.
Not unless you install the non-free firmware. So that card isn't supported by the official Debian release but the necessary packages are available from the non-free component of the Debian repositories.
mrkapqa wrote:+the recovery offers no internet connectivity?
AFAIUI, only a limited number of services are started in recovery mode so the networking services must be excluded. It is certainly possible to connect from the recovery mode though and booting to multi-user.target should leave you with the networking enabled.
deadbang

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#34 Post by mrkapqa »

Head_on_a_Stick wrote:
mrkapqa wrote:Total fail.
Yes, you're not doing well, are you? :mrgreen:

Boot with the systemd.unit=multi-user.target kernel command line parameter to disable the graphical desktop, use ifupdown or nmcli to connect then add the non-free component to your sources, update the package database and install the non-free firmware required by your graphics card.
Hello ,

i tried once more to install this (now with Debian-10-Gnome-Live.iso)


where should i enter this "systemd.unit=multi-user.target command line?

If i press "E" @Grub there comes a very long list of commands.

Mode 2, to regain Network-Connectivity:
In recovery mode, the command
"ifupdown" is unknown
and "nmcli" gives no result
and "ifconfig eth0 up" is not working in recovery because "ifconfig" is apparently no longer included since Stretch.

Very smart Debian

https://nology.de/debian-recovery-mode- ... rking.html

mrkapqa
Posts: 181
Joined: 2014-04-22 08:30

Re: AMD RX560 on Debian Stretch - Not supported?

#35 Post by mrkapqa »

mrkapqa wrote:
Head_on_a_Stick wrote:
mrkapqa wrote:Total fail.

where should i enter this "systemd.unit=multi-user.target command line?

If i press "E" @Grub there comes a very long list of commands.
Ok, Thanks, now i found out:

i would insert it in line "linux" after "quiet" -

now it is booting into recovery with Internet capabilities again.
but installing

apt install firmware-amd-graphics

solved nothing.
Last edited by mrkapqa on 2019-08-03 15:31, edited 1 time in total.

Post Reply