random-archer / mkinitcpio-systemd-tool

Provisioning tool for systemd in initramfs (systemd-tool)
https://www.archlinux.org/packages/community/any/mkinitcpio-systemd-tool/
Other
113 stars 27 forks source link

support usb hcd #47

Closed Andrei-Pozolotin closed 4 years ago

Andrei-Pozolotin commented 4 years ago

new initrd service initrd-util-usb-hcd.service

# Provide enhanced configuration for usb keyboard inside initramfs.

# note:
# * sometimes usb drives are not properly detected/loaded for initrd
# * try to enable this service to see if that resolves the issue 
vaminakov commented 4 years ago

For solve this, need just move "keyboard" before "autodetect" in mkinitcpio.conf :)

Andrei-Pozolotin commented 4 years ago

move "keyboard" before "autodetect"

  1. that does not always work
  2. it is better to systemctl enable/disable rather then edit actual config files