Page 17 of 139
Re: New kernels
Posted: Thu Sep 29, 2022 4:35 am
by xeno74
Hi All,
I released the
RC7 of kernel
6.0 for testing today.
New:
Download:
linux-image-6.0-rc7-X1000_X5000.tar.gz
Issue: There are some issues with KVM (HV + PR) if you use the kernels compiled with
GCC 11.2.0 so I compiled the kernels with
GCC 9.4.0 again.
Please also use them if you have other issues with the GCC 11.2.0 compiled kernels.
I will compile the
final kernel
6.0 with
GCC 9.4.0.
Downloads:
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Sat Oct 01, 2022 5:55 pm
by xeno74
I changed the GCC to version
9.4.0 because of the issues with KVM on Linux PPC today. (Cross compiling environment on Ubuntu 22.04.1)
-
Code: Select all
sudo apt install gcc-9-powerpc-linux-gnu
-
Code: Select all
sudo apt install g++-9-powerpc-linux-gnu
-
Code: Select all
sudo update-alternatives --install /usr/bin/powerpc-linux-gnu-gcc powerpc-linux-gnu-gcc /usr/bin/powerpc-linux-gnu-gcc-9 10
-
Code: Select all
sudo update-alternatives --install /usr/bin/powerpc-linux-gnu-g++ powerpc-linux-gnu-g++ /usr/bin/powerpc-linux-gnu-g++-9 10
Results:
Code: Select all
christian@cc-build-machine:~/Kernels$ powerpc-linux-gnu-gcc --version
powerpc-linux-gnu-gcc (Ubuntu 9.4.0-5ubuntu1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
christian@cc-build-machine:~/Kernels$ powerpc-linux-gnu-g++ --version
powerpc-linux-gnu-g++ (Ubuntu 9.4.0-5ubuntu1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Select all
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 6.0.0-rc7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="powerpc-linux-gnu-gcc (Ubuntu 9.4.0-5ubuntu1) 9.4.0"
Re: New kernels
Posted: Sun Oct 02, 2022 5:36 pm
by xeno74
Hi All,
Arminder has released the version 2 of his i2c-pasemi_apple_silicon patch.
I compiled a new test kernel with his new patch today and it works without any problems.
Download:
linux-image-6.0-rc7-2-X1000.tar.gz
Link to the thread:
[PATCH v2] i2c/pasemi: PASemi I2C controller IRQ enablement -- linuxppc-dev
Cheers,
Christian
Re: New kernels
Posted: Wed Oct 05, 2022 4:26 am
by xeno74
Hi All,
I am happy to release the
final kernel
6.0. Thanks a lot to Skateman and Musa for testing the alphas and release candidates.
New:
Download:
linux-image-6.0-X1000_X5000.tar.gz
Cheers,
Christian
Re: New kernels
Posted: Thu Oct 06, 2022 7:08 am
by xeno74
Re: New kernels
Posted: Sat Oct 08, 2022 4:44 pm
by xeno74
Hi All,
The merge window for
6.1 has been started and here is the first alpha for testing.
New:
Download:
linux-image-6.1-alpha1-X1000_X5000.tar.gz
Please test the
alpha1.
Thanks,
Christian
Re: New kernels
Posted: Sun Oct 09, 2022 6:42 pm
by xeno74
Hi All,
I released the
second alpha of kernel
6.1 for the X1000 and X5000 today.
New:
Download:
linux-image-6.1-alpha2-X1000_X5000.tar.gz
Screenshot of Otto Matic with Anaglyph 3D support on Fienix:
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Tue Oct 11, 2022 3:16 pm
by xeno74
Hi All,
I successfully compiled the alpha3 with the first PowerPC updates yesterday.
Unfortunately this kernel is really dangerous. Many things for example Network Manager and LightDM don't work anymore and produced several gigabyte of config files till the partition has been filled.
I deleted some files like the resolv.conf that had a size over 200 GB!
Unfortunately, MintPPC was still damaged. For example LightDM doesn't work anymore and the MATE desktop doesn't display any icons anymore because Caja wasn't able to reserve memory anymore.
In this case, bisecting isn't an option and I have to wait some weeks. It is really difficult to find the issue if the userland will damaged again and again.
Cheers,
Christian
Re: New kernels
Posted: Wed Oct 12, 2022 11:18 am
by musa
Hi
Mint ppc 32 with kernel6.1_a2
sorry to be so late with the test
Have a nice day

Re: New kernels
Posted: Wed Oct 12, 2022 11:38 am
by xeno74
musa wrote: Wed Oct 12, 2022 11:18 am
Hi
Mint ppc 32 with kernel6.1_a2
sorry to be so late with the test
Have a nice day
I am happy that it works for you!
Have a nice day too.