Page 111 of 124
Re: New kernels
Posted: Fri Mar 07, 2025 3:43 pm
by Roland
xeno74 wrote: Thu Mar 06, 2025 8:48 pm
Thank you for testing. I will not compress the kernel modules anymore.
I see... But I have the same issue as Skateman - no audiodriver (SoundBlaster Live!). 'lsmod' does not find anything.
Re: New kernels
Posted: Fri Mar 07, 2025 4:29 pm
by xeno74
I tested it on Adélie Linux as well and it also works.
Please try to load the NTFS3 kernel module with the following command as root:
After that please post the output of lsmod.
Sometimes the computer needs a reboot after copying the kernel modules directory to /lib/modules.
Please also post the output of
ls -l /lib/modules/6.12.17-powerpc64-smp/kernel/fs/ntfs3/ntfs3.ko.zst
On my Adélie:
Code: Select all
adelie-live /lib/modules # ls -l /lib/modules/6.12.17-powerpc64-smp/kernel/fs/ntfs3/ntfs3.ko.zst
-rw-r--r-- 1 root root 140230 Mar 7 15:20 /lib/modules/6.12.17-powerpc64-smp/kernel/fs/ntfs3/ntfs3.ko.zst
Please also test the md5sum of the downloaded package.
Code: Select all
md5sum linux-image-6.12.17-X1000_e5500.tar.gz
3c8952f4a85457256533d056401355fd linux-image-6.12.17-X1000_e5500.tar.gz
Re: New kernels
Posted: Sat Mar 08, 2025 9:34 am
by xeno74
xeno74 wrote: Fri Mar 07, 2025 3:16 pm
Skateman wrote: Thu Mar 06, 2025 9:01 pm
Kernel 6.12.17 running, but kernel modules not working.
Strange, the kernel modules for the kernel 6.12.17 are working here:
Yesterday, I tested it with Void PPC in a virtual e5500 QEMU VM. Today, I successfully tested the kernel modules with Void PPC on my X5000/40. It is really strange, that the kernel modules don't work on your machine with Void PPC.
Maybe the download from github wasn't ok. I uploaded it to Xenosoft today.
Download link:
linux-image-6.12.17-X1000_e5500.tar.gz
md5sum:
3c8952f4a85457256533d056401355fd
I also tested the zstd compressed kernel modules with ubuntu MATE 16.04.7 but they don't work there.
I will remove the support for zstd compressed kernel modules from the next kernel 6.12 (6.12.18).
Re: New kernels
Posted: Sat Mar 08, 2025 2:32 pm
by Roland
I redownloaded the modules from xenosoft, but they still did not work. But when I checked them, they WERE all in .zst format! So you did NOT abandon that format yet...? I must have misunderstood something...
Re: New kernels
Posted: Sat Mar 08, 2025 8:32 pm
by xeno74
Roland wrote: Sat Mar 08, 2025 2:32 pm
I redownloaded the modules from xenosoft, but they still did not work. But when I checked them, they WERE all in .zst format! So you did NOT abandon that format yet...? I must have misunderstood something...
Which Linux distribution do you use?
I will remove the support for zstd compressed kernel modules from the next kernel 6.12 (6.12.18).
Re: New kernels
Posted: Sun Mar 09, 2025 4:47 pm
by Roland
xeno74 wrote: Sat Mar 08, 2025 8:32 pm
Which Linux distribution do you use?
MintPPC. And as I already explained when testing the previous version, installing the unpacker would need too much changes to the other components of the OS.
I will remove the support for zstd compressed kernel modules from the next kernel 6.12 (6.12.18).
Fine!
Re: New kernels
Posted: Mon Mar 10, 2025 7:44 pm
by xeno74
Hi All,
Here is the
RC6 of kernel
6.14 for the X1000 and X5000.
Download and further information:
github.com
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Tue Mar 11, 2025 10:21 am
by Skateman
Kernel 6.14 RC6 up and running on my e5500 x4 Computer!
big picture
https://www.skateman.nl/wp-content/uplo ... -16-30.png
Re: New kernels
Posted: Tue Mar 11, 2025 7:30 pm
by xeno74
Skateman wrote: Tue Mar 11, 2025 10:21 am
Kernel 6.14 RC6 up and running on my e5500 x4 Computer!
Great! Thank you for testing!
@All
FYI:
Re: New kernels
Posted: Wed Mar 12, 2025 9:37 pm
by xeno74
Workaround if you have
issues with compressed kernel modules:
For example for the stable long-term kernel
5.10.234 with the MATE PowerPC Remix 2017:
-
Code: Select all
find /lib/modules/5.10.234-powerpc64-smp -name "*.xz" -exec unxz {} \;
-
