Page 112 of 124

Re: New kernels

Posted: Thu Mar 13, 2025 4:29 pm
by xeno74
For Zstd compressed kernel modules:

On a new Linux distribution:

Code: Select all

find ./6.12.17-powerpc64-smp -name "*.zst" -exec zstd -d {} \;

Code: Select all

find ./6.12.17-powerpc64-smp -name "*.zst" -exec rm {} \;
Copy it to the old Linux distribution and execute "depmod".

Image

Re: New kernels

Posted: Fri Mar 14, 2025 3:55 pm
by xeno74
Hi All,

I have released the stable long-term kernel 6.12.19.

New:
Download: github.com

I successfully tested the NTFS3 kernel module from this kernel on the MATE PowerPC Remix today.

Have a nice weekend,

Christian

Re: New kernels

Posted: Sat Mar 15, 2025 12:18 pm
by Roland
xeno74 wrote: Fri Mar 14, 2025 3:55 pm I have released the stable long-term kernel 6.12.19.
Tested the 6.12.19... The modules are now working:

Code: Select all

~$ lsmod
Module                  Size  Used by
snd_emu10k1_synth      20480  0
snd_emux_synth         57344  1 snd_emu10k1_synth
snd_seq_midi_emul      16384  1 snd_emux_synth
snd_emu10k1           180224  3 snd_emu10k1_synth
snd_util_mem           12288  2 snd_emu10k1,snd_emux_synth
snd_ac97_codec        151552  1 snd_emu10k1
ac97_bus               12288  1 snd_ac97_codec
snd_hwdep              20480  2 snd_emu10k1,snd_emux_synth
snd_hda_codec_hdmi     73728  1
snd_hda_intel          45056  1
snd_intel_dspcfg       12288  1 snd_hda_intel
snd_hda_codec         163840  2 snd_hda_codec_hdmi,snd_hda_intel
snd_hda_core          106496  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
uio_pdrv_genirq        16384  0
uio                    28672  1 uio_pdrv_genirq
Thank you!-)

Re: New kernels

Posted: Sat Mar 15, 2025 1:10 pm
by xeno74
Roland wrote: Sat Mar 15, 2025 12:18 pm Tested the 6.12.19... The modules are now working
Thank you for testing! :-)

I tested the kernel 6.12.19 too today.

Image

Re: New kernels

Posted: Mon Mar 17, 2025 2:36 pm
by xeno74
Hi All,

I released the RC7 of kernel 6.14 today.

Download and further information: github.com

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Tue Mar 18, 2025 6:10 am
by xeno74
Alternative download link for the RC7: linux-image-6.14.0-rc7-X1000_e5500.tar.gz

Re: New kernels

Posted: Thu Mar 20, 2025 6:13 am
by xeno74
Hi All,

I released the new stable long-term kernel 5.10.235 with non-compressed kernel modules today.

Download: github.com

Alternative download link: linux-image-5.10.235-X1000_e5500.tar.gz

This kernel has been patched with the dpaa-v2.patch because of an issue with DPAA on Ubuntu 16.04.

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.

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Sat Mar 22, 2025 5:02 pm
by Skateman
Kernel 6.14 RC7 up and running on my e5500 x4 PPC computer.

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -53-45.png

Re: New kernels

Posted: Sun Mar 23, 2025 8:40 am
by xeno74
Skateman wrote: Sat Mar 22, 2025 5:02 pm Kernel 6.14 RC7 up and running on my e5500 x4 PPC computer.
Thank you for testing! :-)

Re: New kernels

Posted: Wed Mar 26, 2025 11:39 am
by xeno74
Hi All,

I'm happy to announce the final kernel 6.14.0.

Download and further information: github.com

Thanks a lot to Skateman, Kilaueabart, Musa, Hypex, SailorMH and Trevor for testing the alphas and release candidates.

Cheers,
Christian