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

all 17 comments

sorted by: hot top controversial new old
[–] 9 points 2 years ago (1 child)

Hint: try another USB port.

USB is like a network, and it could be a jungle of cables and ports and switches and bridges and whatnot. But the closer you get to the mainboard, the better are your chances to escape such a problem.

  • source
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    I 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?

  • source
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (1 child)

    I had a motherboard like this: the USB ports didn't work until it booted into an OS. You had to connect a PS2 to make changes in the BIOS, and could only boot from IDE. It was super-annoying.

  • source
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    Check if you find anything about this in the kernel log (dmesg).

  • source
  • [–] 2 points 2 years ago

    Are 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

  • source
  • [–] 1 point 2 years 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.

  • source
  • [–] 1 point 2 years ago (1 child)

    I believe this is a hardware issue. Have you checked the USB options in the BIOS?

  • source
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    I've had this happen before on some weird systems. Unplugging and replugging the keyboard woke the keyboard back up.

  • source
  • [–] 1 point 2 years ago (1 child)

    Was there no option about it on the BIOS/UEFI about something like that?

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 2 years ago (2 children)

    How would bios change how linux loads usb devices?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    There are lots of BIOS options that impact USB devices, and especially input devices. I'd start digging. If anything, I'd try plugging into the USB ports that are connected to the main bridge at the top of the board, and not any that are extended via passthrough cable. On some boards, those USB ports are set to emulate PS2 serial.

  • source
  • parent