Kernel 5.15

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 5.15

Post by xeno74 »

Skateman wrote: Fri Sep 17, 2021 7:56 am Kernel 5.15 rc1 up and running fine on my AmigaOne X5000

FYI
My normal speed is around 600 / 40 Mbit (as shown in the screenshot)
With the X5000 DPAA on the CLI 300+ mbit is not a problem (see Speedtest-cli output) . Using a browser...the speed is always capped with a max of 100Mbit.
Hi Skateman,

Thanks a lot for testing the RC1 and thanks for reporting your speed results. I have to use the unplug/replug trick to get a connection via the DPAA onboard ethernet so I prefer my Realtek PCI network card.

Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 5.15

Post by xeno74 »

FYI because of the issues with the new NTFS3 driver by Paragon Software:
I wrote: Hello Konstantin,

Is the new driver compatible with big endian systems? (byte order)

If I format a partition with NTFS [1], then I can mount it afterwards with the new NTFS driver. I can also create a file and access it with an editor. But I can’t list the files on this partition because the new driver can’t read the hidden ”.” file. After a umount of this partition, it isn't possible
to mount it again. [2]

Please find attached the kernel config.

Further information: viewtopic.php?f=58&t=4713&start=50

Thanks,
Christian

[1] sudo mkfs -t ntfs /dev/sdc3
[2] wrong fs type, bad option, bad superblock on /dev/sdc3, missing codepage or helper program ...
Link to the thread: [Linux PPC] Issues with NTFS read-write driver (GPL implementation by Paragon Software)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 5.15

Post by xeno74 »

Hi All,

I have released the RC2 of kernel 5.15 for testing.

New:
Download: linux-image-5.15-rc2-X1000_X5000.tar.gz

Image


@Darren
Thanks a lot for your pas_pci_init patch! It still works without any problems. Could you please submit your patch to the kernel developers?

@All
Please test the kernels.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
kilaueabart
Posts: 1070
Joined: Mon Mar 05, 2012 2:36 am

Re: Kernel 5.15

Post by kilaueabart »

Rc2 is running on my Fienix.
15r2.png
User avatar
Skateman
Posts: 858
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: Kernel 5.15

Post by Skateman »

Kernel 5.15 RC2 up and running on my AmigaOne X5000

Image

Big picture http://www.skateman.nl/wp-content/uploa ... 081725.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 5.15

Post by xeno74 »

kilaueabart wrote: Mon Sep 20, 2021 5:44 pm Rc2 is running on my Fienix.
Great! Thanks a lot for testing! :-)
Skateman wrote: Tue Sep 21, 2021 7:20 am Kernel 5.15 RC2 up and running on my AmigaOne X5000
Many thanks for testing the RC2! :-)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 5.15

Post by xeno74 »

http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
kilaueabart
Posts: 1070
Joined: Mon Mar 05, 2012 2:36 am

Re: Kernel 5.15

Post by kilaueabart »

I can't imagine how I missed the RC3 notice yesterday, but I saw it this morning and I'm running it now.

I hope the bonus I got with RC2 will survive into RC3. For many months when I have Shutdown/Reset Fienix, I have met with a 90 second wait for a Stop job running for User ID 1000, or something like that, roughly 19 times out of 20. Since I started booting with 5.15 RC2 that has happened only twice! I wonder why. But I sure like it!
Last edited by kilaueabart on Thu Sep 30, 2021 6:21 pm, edited 2 times in total.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 5.15

Post by xeno74 »

kilaueabart wrote: Wed Sep 29, 2021 7:47 pm I can't imagine how I missed the RC3 notice yesterday, but I saw it this morning and I'm running it now.
Great! Thanks a lot for testing!
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 5.15

Post by xeno74 »

Hi All,

I successfully tested the RC3 of kernel 5.15 with Void PPC in a virtual e5500 QEMU machine today.

Void starts very fast because of the runit init system in this virtual machine.

QEMU command:

Code: Select all

qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -kernel uImage-5.15 -drive format=raw,file=void-live-powerpc-20210822.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net,netdev=mynet0 -append "rw root=/dev/vda2" -device virtio-vga -device virtio-mouse-pci -device virtio-keyboard-pci -smp 4
Screenshot:

Image

Please test the RC3.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply