Ran.Rutenberg n00b
Joined: 23 Mar 2007 Posts: 28
|
Posted: Tue Aug 13, 2024 6:53 pm Post subject: Thunderbolt dock keyboard not working during startup (LUKS) |
|
|
Hi,
I've a keyboard connected through a Thunderbolt dock. My computer as a encrypted filesystem using LUKS.
When I start the computer, I can use the keyboard during the GRUB screen. However, when it asks for the filesystem password, the keyboard doesn't work (and I have to use the laptop's own keyboard). After it finished booting up, everything is working again. If I have a screen connected to the same Thunderbolt dock, it works all the time.
I have an initramfs generated using dracut. I configed dracut to add the thunderbolt kernel module using:
Code: | root# cat /etc/dracut.conf.d/thunderbolt.conf
add_drivers+=" thunderbolt "
|
and verified that it really did so:
Code: | root # lsinitrd /boot/initramfs-6.6.35-gentoo-dist.img | grep thunder
drwxr-xr-x 2 root root 0 Aug 2 19:29 lib/modules/6.6.35-gentoo-dist/kernel/drivers/net/thunderbolt
-rw-r--r-- 1 root root 85192 Jul 14 00:48 lib/modules/6.6.35-gentoo-dist/kernel/drivers/net/thunderbolt/thunderbolt_net.ko
drwxr-xr-x 2 root root 0 Aug 2 19:29 lib/modules/6.6.35-gentoo-dist/kernel/drivers/thunderbolt
-rw-r--r-- 1 root root 999232 Jul 14 00:48 lib/modules/6.6.35-gentoo-dist/kernel/drivers/thunderbolt/thunderbolt.ko
|
What am I doing wrong?
Thanks,
Ran |
|