Page 14 of 139

Re: New kernels

Posted: Wed Jul 20, 2022 4:18 am
by xeno74

Re: New kernels

Posted: Mon Jul 25, 2022 12:24 pm
by xeno74

Re: New kernels

Posted: Mon Jul 25, 2022 7:45 pm
by musa
Hi
Mint boot with kernel_vmlinux-5.19_rc8
No error
Have a nice day
Image

Re: New kernels

Posted: Tue Jul 26, 2022 2:00 pm
by xeno74
musa wrote: Mon Jul 25, 2022 7: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

Re: New kernels

Posted: Tue Jul 26, 2022 6:00 pm
by xeno74
xeno74 wrote: Sun Jun 26, 2022 1: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

Re: New kernels

Posted: Wed Jul 27, 2022 4:31 am
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

Re: New kernels

Posted: Thu Aug 04, 2022 8:26 am
by xeno74

Re: New kernels

Posted: Sun Aug 07, 2022 4:42 pm
by xeno74

Re: New kernels

Posted: Tue Aug 16, 2022 7:47 pm
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

Re: New kernels

Posted: Wed Aug 24, 2022 7:37 am
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.