Without other usb devices the keyboard works immediately. With them it takes 5 ish seconds for it to start responding. This is regardless of which device is discovered first (which I can manipulate), it seems to just wait for all of them. Is there a way to make it not do that?
Edit: This is specifically about linux boot. It otherwise works fine in bios / bootloader
devtoi ( @devtoi@feddit.nu ) 5•9 months agoI had an issue where one keyboard (worked with another one) worked in bootloader, but not when entering the encryption password after that. I believe I solved that by moving keyboard earlier in the module list in mkinitcpio.conf. Maybe something similar would solve your issue?
I did try messing with the hook order but it’s already as early as it can be.
0x0 ( @0x0@programming.dev ) 2•9 months ago…on which hardware?
Last i encountered this issue i had to connect it directly to an USB port, instead of through an USB hub.
belated_frog_pants ( @belated_frog_pants@beehaw.org ) 2•9 months agoAre you using the usb ports on the motherboard itself? Because you need to with a lot of MBs depending on when they initialize other USB
Eugenia ( @eugenia@lemmy.ml ) English1•9 months agoWas there no option about it on the BIOS/UEFI about something like that?
How would bios change how linux loads usb devices?
Eugenia ( @eugenia@lemmy.ml ) English2•9 months agoYou never know how the kernel would behave compared to how the BIOS is setup. There might be some bios settings that force the kernel to behave a specific way.
The Doctor ( @drwho@beehaw.org ) English1•9 months agoI’ve had this happen before on some weird systems. Unplugging and replugging the keyboard woke the keyboard back up.