Activate keyboard on real hardware (notebook)
Posted: Sun Jan 05, 2014 8:41 pm
Hi,
I have resently extended my OS by a interrupt handler for IRQ1, and keyboard input works perfectly with qemu. However when I boot from USB on my netbook, the interrupt handler is never called. Other interrupt handler (IRQ0 for timer) are called.
(The same also with a second notebook)
I'm not sure how to even check what keyboard type (PS/2, USB, other?) the netbook has. I do have a file (in ubuntu) `/dev/input/by-path/platform-i8042-serio-0-event-kbd` if that says anything to anyone.
Is it possible that I have to somehow activate my keyboard in a way that is not necessary in qemu? What could be the problem?
Thanks for help.
I have resently extended my OS by a interrupt handler for IRQ1, and keyboard input works perfectly with qemu. However when I boot from USB on my netbook, the interrupt handler is never called. Other interrupt handler (IRQ0 for timer) are called.
(The same also with a second notebook)
I'm not sure how to even check what keyboard type (PS/2, USB, other?) the netbook has. I do have a file (in ubuntu) `/dev/input/by-path/platform-i8042-serio-0-event-kbd` if that says anything to anyone.
Is it possible that I have to somehow activate my keyboard in a way that is not necessary in qemu? What could be the problem?
Thanks for help.