LUKS don't mount USB drive

Hi all

I wanted USB flash encrypted by LUKS

My main system is Fedora Cinnamon 36
Made this USB-drive by gnome-disk-utility
No problem. Everything works fine. (I mean mount/umount)

another my system is Fedora LXQt 36
No problem.

but old Fedora LXQt 34 (upgraded today)- has problem
plug USB-flash - and nothing

journalctl says:

сер 01 20:12:35 IA445 kernel: usb 1-3: new high-speed USB device number 8 using ehci-pci
сер 01 20:12:35 IA445 kernel: usb 1-3: New USB device found, idVendor=1908, idProduct=0226, bcdDevice= 1.11
сер 01 20:12:35 IA445 kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
сер 01 20:12:35 IA445 kernel: usb-storage 1-3:1.0: USB Mass Storage device detected
сер 01 20:12:35 IA445 kernel: scsi host5: usb-storage 1-3:1.0
сер 01 20:12:36 IA445 kernel: scsi 5:0:0:0: Direct-Access Generic Mass-Storage 1.11 PQ: 0 ANSI: 2
сер 01 20:12:36 IA445 kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0
сер 01 20:12:37 IA445 kernel: sd 5:0:0:0: [sdc] Media removed, stopped polling
сер 01 20:12:39 IA445 kernel: sd 5:0:0:0: [sdc] Attached SCSI removable disk

that’s all

I ask

$ lsmod | grep dm_crypt

and nothing

# insmod dm_crypt
insmod: ERROR: could not load module dm_crypt: No such file or directory

ok, I ask

uname -a
Linux IA445 5.17.12-100.fc34.x86_64 #1 SMP PREEMPT Mon May 30 17:47:02 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

then I say

insmod /lib/modules/5.17.12-100.fc34.x86_64/kernel/drivers/md/dm-crypt.ko.xz

ok

$ lsmod | grep dm_crypt

$ lsmod | grep dm_crypt
dm_crypt 61440 0

ok, reconnect flash

and nothing

Q: What do I wrong?

For refrence:

rpm -qa |grep -i crypt
libgcrypt-1.9.3-3.fc34.x86_64
crypto-policies-20210213-1.git5c710c0.fc34.noarch
crypto-policies-scripts-20210213-1.git5c710c0.fc34.noarch
libtomcrypt-1.18.2-12.fc34.x86_64
libblockdev-crypto-2.26-1.fc34.x86_64
cryptsetup-libs-2.3.7-1.fc34.x86_64
cryptsetup-2.3.7-1.fc34.x86_64
libxcrypt-4.4.28-1.fc34.x86_64
libxcrypt-compat-4.4.28-1.fc34.x86_64
libxcrypt-devel-4.4.28-1.fc34.x86_64
python3-pycryptodomex-3.14.1-1.fc34.x86_64