Software > Operating Systems and Porting

Linux kernel packages 5.9.6 for Debian buster with 4k page size available

<< < (3/5) > >>

MauryG5:
No I haven't tried to disable Wayland, in fact I don't know if Debian now also enables it by default in fact. I will try to insert that line in that file you are talking about in the discussion dedicated to Wayland and I will try to see the firmware installed, what version must there be to be correct?
Yes I understood that I had to remove the kernel with this command thanks to the information ...

pocock:

Wayland: yes, Debian enables it by default.  If you remove the '#' in the config, that disables it

For the firmware, for an RX 5700, I think that you want to make sure it is a 2020 firmware package.  If you have the 2019 firmware package that may not be OK.

For Big Navi, RX 6800 / RX 6900, the 2020 firmware package may not be sufficient, it may require the next firmware package or a manual installation of the firmware from Git.

MauryG5:
Pocock, while verifying the firmware installed on Debian, I wanted to understand if to try the Kernel 5.9 4K that you compiled on Fedora, you can perform the exact same procedure that is used for Debian ... What can you tell me about it?

pocock:

For the firmware, can you please show me the output confirming which firmware you already have?

For using the kernel on Fedora: this is not what I would regard as a supported installation, it is a hack.  What you can try to do:

a) unpack the 5.9 Debian kernel package in a temporary location (use dpkg -X)

b) repack it into a tar file

c) copy the tar file into a Fedora system

d) untar the file in Fedora

e) manually copy the files into the correct places on Fedora, for example, copy the vmlinux and initrd file to /boot and copy the modules to /lib/modules, be careful not to overwrite any other files in those places or Fedora may not boot again

f) on the next boot, in petitboot, manually edit the petitboot settings to use the vmlinux and initrd file

This is unsupported from either Debian or Fedora but it may let you test.  In the Fedora environment, everything else will be much newer than in Debian, you will already have newer mesa, newer Xorg, newer firmware, maybe the RX 5700 will work.

Fedora's wiki provides instructions for building the kernel as an RPM, this might be a better way to proceed.  It is not very difficult.  The only thing you need to change in the official package is this one line:


--- Code: ---CONFIG_PPC_64K_PAGES=n

--- End code ---

According to search results people did get the RX 5700 working on Debian buster on x86 / 4k.  One of them mentions firmware.  You can try to download and install the firmware update like this:


--- Code: ---sudo apt update
sudo apt install -t buster-backports firmware-linux-nonfree

--- End code ---

MauryG5:
Pocock here is the output you asked me, I hope it is well readable ...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version