저는 Linux 5.9.18과 Busybox로 구성된 시스템을 구축하고 있습니다.
껍질을 열 수 있어요. 그런데 키보드가 작동하지 않습니다.
Qemu와 함께 libvirt를 사용합니다.
My kernel config is configured as the following (allnoconfig, and then the settings below):
[*] 64-bit kernel
-> General setup
-> Configure standard kernel features
[*] Enable support for printk
-> General setup
[*] Initial RAM filesystem and RAM disk (initramfs/initrd) support
-> Executable file formats / Emulations
[*] Kernel support for ELF binaries
[*] Kernel support for scripts starting with #!
-> Device Drivers
-> Character devices
[*] Enable TTY
-> Device Drivers
-> Character devices
-> Serial drivers
[*] 8250/16550 and compatible serial support
[*] Console on 8250/16550 and compatible serial port
-> File systems
-> Pseudo filesystems
[*] /proc file system support
[*] sysfs file system support
-> Kernel hacking
-> Compile-time checks and compiler options
[*] Debug filesystem
-> Kernel hacking
[*] Early printk
VM의 XML 파일을 다음과 같이 편집했습니다.
<device>
...
<input type='evdev'>
<source dev='/dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd' grab='all' repeat='on'/>
</input>
...
</device>
키보드가 가상 머신 창을 잡는 것 같지만 아무 키나 눌러도 아무 것도 입력되지 않습니다. 문제가 무엇인지 잘 모르겠습니다. 어떤 도움이라도 대단히 감사하겠습니다!
감사합니다!