You are not logged in.
Pages: 1
Hello,
Linux 5.4 switched to kernel exFat module, and AUR deleted the exFat dkms module. Kernel 6.6.1 still had a exFat module built in, but kernel 6.6.3 is lacking it completely.
no built in or dkms module means I can only access exFat SD cards with the loop module - too bad.
Offline
The module is where it has always been.
$ modinfo exfat
filename: /lib/modules/6.6.3-arch1-1/kernel/fs/exfat/exfat.ko.zst
author: Samsung Electronics Co., Ltd.
description: exFAT filesystem support
license: GPL
alias: fs-exfat
srcversion: BE74E2B8874AC5A998F250C
depends:
retpoline: Y
intree: Y
name: exfat
vermagic: 6.6.3-arch1-1 SMP preempt mod_unload
sig_id: PKCS#7
signer: Build time autogenerated kernel key
sig_key: 69:6C:E3:C7:A7:CE:C9:01:01:29:07:C1:98:32:97:96:8C:ED:04:4A
sig_hashalgo: sha512
signature: 30:64:02:30:08:77:1C:DA:35:B6:47:DA:4E:C1:E8:5B:95:B8:7D:A7:
78:CE:AD:D9:03:57:14:92:D2:DA:B6:56:6C:7A:FF:8E:6C:67:B4:B1:
87:BC:29:24:7B:48:D0:AF:0B:D4:C4:A8:02:30:43:E4:92:AD:9D:B5:
70:DD:77:08:E3:6F:8A:8B:28:7F:20:D8:D8:9B:1F:CC:37:2B:D3:A4:
92:D4:6E:82:BB:47:1A:CD:DF:AC:9C:B9:65:10:C0:AA:17:D3:ED:53:
E2:3BWhat do you mean by accessing SD cards with the loop module?
Offline
linux 6.6.3.arch1-1 in core contains usr/lib/modules/6.6.3-arch1-1/kernel/fs/exfat/exfat.ko.zst
linux 6.6.4.arch1-1 in core-testing contains usr/lib/modules/6.6.4-arch1-1/kernel/fs/exfat/exfat.ko.zst
Is there a mismatch between the version of your running kernel `uname -a` and the linux package's version `pacman -Q linux`?
Offline
In my experience that's usually happened when booting off of a mismatched kernel:initrd. Meaning if you have '/boot/efi' instead of just '/boot' and you upgrade the kernel and do not have the function automated to replace the kernel or initramfs in /boot/efi then you're going to boot of an outdated kernel as far as the loader's/loader-entry is concerned and therefor no modules for you at boot time.
Offline
Pages: 1