Page 151 of 151

Re: New kernels

Posted: Sun Jan 04, 2026 3:18 pm
by Hypex
xeno74 wrote: Thu Jan 01, 2026 4:47 pm Could you please test the kernel 6.12.63 because of the new cross-compiling environment?
Hello. Currently testing it with Xenial. Booted and working fine so far on X1000. Modules loaded look like sound module. Do see a harmless message about unmatched mount options in dmesg.

Code: Select all

damien@ubuntu:~$ lsmod
Module                  Size  Used by
snd_hda_codec_idt      57344  1
snd_hda_codec_generic    86016  1 snd_hda_codec_idt
snd_hda_codec_hdmi     77824  1
snd_hda_intel          36864  5
snd_intel_dspcfg       12288  1 snd_hda_intel
snd_hda_codec         131072  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_idt
snd_hda_core           98304  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_idt

Code: Select all

[   26.541359] Adding 8679476k swap on /dev/sda6.  Priority:-2 extents:1 across:8679476k 
[   26.743538] 8139too 0000:06:06.0 eth1: link up, 100Mbps, full-duplex, lpa 0xC5E1
[   28.353468] new mount options do not match the existing superblock, will be ignored

Code: Select all

damien@ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda15 during installation
UUID=012a14e5-b522-4fff-aa6b-d909a563d026 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=dbf2afa2-9238-4511-ac58-e70240054836 none            swap    sw              0       0

Re: New kernels

Posted: Sun Jan 04, 2026 6:17 pm
by xeno74
Hypex wrote: Sun Jan 04, 2026 3:18 pm Hello. Currently testing it with Xenial. Booted and working fine so far on X1000. Modules loaded look like sound module. Do see a harmless message about unmatched mount options in dmesg.
Great, that it works. Thank you for testing. :-)

Re: New kernels

Posted: Sun Jan 04, 2026 6:19 pm
by xeno74
We have a Dockerfile for building a Linux PPC kernel test image. :-)

Image

Re: New kernels

Posted: Mon Jan 05, 2026 4:25 am
by xeno74

Re: New kernels

Posted: Wed Jan 07, 2026 6:09 am
by xeno74
Hi All,

Here is the RC4 of kernel 6.19 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs).

Could you please test this kernel because of the new cross-compiling environment in a Docker container?

@Mirari users
Please test the USB3.0 Renesas controller because of the firmware file from the git. I hope, I have uploaded the correct firmware to the git.

Download and further information: github.com

Image

Thanks,
Christian