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 {} \;

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 {} \;
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 for testing!Skateman wrote: Sat Mar 22, 2025 5:02 pm Kernel 6.14 RC7 up and running on my e5500 x4 PPC computer.