I need help enabling the amdgpu kernel driver

Modules are stored in a folder accessed by the kernel. Placing a module, whether manually or by using an installer into that folder - making it present in the folder - is "installed."

The Linux Kernel includes a large number of these modules as part of the build, including a large number that you do not use - in order to have universal functionality on the broad range of systems out there.
Present in the folder - does not mean your hardware supports those modules, correct.

You can disable it

sudo modprobe -r amdgpu

Or yes, as you suggest, remove:

sudo apt remove libdrm-amdgpu1 amdgpu*

1 Like

I did this without "amdgpu*" because it gave some errors, and now I'm stuck at a tty1 command line

Did I mess up?

What errors did it give?

So, the command you used was sudo apt remove libdrm-amdgpu1?

It couldn't find some things so it ignored or replaced them

Yes

We really need more information on this... You say you ended up with no graphics.

Package management is particular.

In the meantime, just try:

sudo apt install --reinstall libdrm-amdgpu1 -y

in terminal and... see if you can boot into your desktop.

I should've paid more attention to that, my bad. It wasn't like ERROR, more like "some things didn't work as intended but anyway..."

Nope... I really admire you patience an will to help others though. I'm this :pinching_hand: close to reinstalling everything

Does

grep "remove" /var/log/apt/history.log

Show us what all was just removed?

Commandline: packagekit role='remove-packages'
Commandline: apt remove xfce4
Commandline: apt remove libdrm-amdgpu1

I don't remember doing that...

Hmmm...
That log is not as verbose as I would like...
Well, what about this?

Didn't work

I have a lot of concerns about this... Most often, I see output like this in regards to replacing 64 bit with 32 bit - usually disasterous.
I wish we knew more at this point.
But:

If you are fine with reinstalling, then resetting the above to use Radeon driver instead of AMDGPU (Which as a side question... You installed the AMD Supplied AMDGPU pacakge? Or were you referring to the included AMDGPU in the Linux Kernel?), I think it is the safest and easiest option.

Using TTY or Terminal, I wonder if this may be helpful at this time, too:

Does this work with different Zorin versions?

I'm not sure, I followed a bunch of videos and tutorials in forums and just downloaded what they said

Does.. what work with different Zorin editions?

Sorry, I misread it

How?

This?

I tried the Y PPA Manager tutorial you made and it gave the same warning

Should I just reinstall it? I didn't download much

I would. It is just easier.

Now, we know what that warning was...
Brave Browser repository lacks the GPG key.
That is not relevant to the graphics or the TTY issue.
It only means that apt won't pull from that repository for updates until the key is verified.
We can check that after reinstall...

Oh, no! Am I getting hacked? :smiley:

2 Likes

All Your Base are belong to us, hahaha!

1 Like