Re: New kernels
Posted: 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.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?
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

