New kernels

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

Re: New kernels

Post by xeno74 »

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

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: New kernels

Post by musa »

Hi
Mint boot with kernel_vmlinux-5.19_rc8
No error
Have a nice day
Image
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

musa wrote: Mon Jul 25, 2022 6:45 pm Hi
Mint boot with kernel_vmlinux-5.19_rc8
No error
Have a nice day
Hi Musa,

Thanks a lot for testing the RC8! :-)

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: New kernels

Post by xeno74 »

xeno74 wrote: Sun Jun 26, 2022 12:31 pm BTW, I compiled Open Sonic on Ubuntu 10.04 yesterday and it works great on it. Unfortunately it's a very old game and there are some sound issues on modern Linux distributions.

Download: opensnc-linux-powerpc.tar.gz

Image
I have also sound on Void PPC! :-) I am happy! :-)

I installed the packages alsa-oss and allegro4-4.4.3.1_2 and deleted the liballeg.so.4.4 in the opensnc-linux-powerpc folder.

Code: Select all

sudo xbps-install -S alsa-oss

Code: Select all

xbps-query -Rs allegro

Code: Select all

sudo xbps-install -S allegro4

Code: Select all

rm liballeg.so.4.4
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: New kernels

Post by xeno74 »

The same works on MintPPC too. :-)

I installed the packages alsa-oss and liballegro4.4 and deleted the liballeg.so.4.4 in the opensnc-linux-powerpc folder.

Code: Select all

# apt install alsa-oss

Code: Select all

# apt install liballegro4.4

Code: Select all

rm liballeg.so.4.4
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: New kernels

Post by xeno74 »

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: New kernels

Post by xeno74 »

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: New kernels

Post by xeno74 »

Hi All,

I released the stable longterm kernel 5.10.133 for the X1000 and X5000 today.

It's suitable for old Linux distributions which don't work with the latest kernels for example Ubuntu 10.04. It's also suitable if you have some issues with the latest kernels.

Download: linux-image-5.10.133-X1000_X5000.tar.gz

Image

Please test the kernel.

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: New kernels

Post by xeno74 »

Wrong output of lscpu since the alpha1 of kernel 5.20 (6.0):

Code: Select all

┌──(mintppc㉿mintppc)-[~]
└─$ lscpu
Architecture:                    ppc64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Big Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Thread(s) per core:              2
Core(s) per socket:              1
Socket(s):                       1
Model:                           1.2 (pvr 0090 0102)
Model name:                      PA6T, altivec supported
L1d cache:                       64 KiB
L1i cache:                       64 KiB
Vulnerability Itlb multihit:     Not affected
Vulnerability L1tf:              Vulnerable
Vulnerability Mds:               Not affected
Vulnerability Meltdown:          Vulnerable
Vulnerability Mmio stale data:   Not affected
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; __user pointer sanitization
Vulnerability Spectre v2:        Vulnerable
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected
One core with 2 threads is wrong. Two cores are correct. Each core has one thread.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply