DomiStyle / docker-idrac6

iDRAC 6 web interface and VNC proxy
https://hub.docker.com/r/domistyle/idrac6/
MIT License
756 stars 135 forks source link

Keyboard input incorrect #63

Open ashikitti opened 1 year ago

ashikitti commented 1 year ago

I am having an issue with incorrect input being passed through to the iDRAC virtual console. From what I can tell it seems to be affecting the arrow keys and the number pad. I have tried to enable the keycode fix by setting IDRAC_KEYCODE_HACK=TRUE that I saw was implemented in another previously closed issue but have not noticed any change in behavior of affected keys. For example I can press F2 via the virtual console and get my R710 to enter bios but cannot navigate as the up/left/right arrow keys seem to have no response and the down arrow key acts as if I was pressing Enter. I booted into a USB liveCD and see the same issue there when interacting via the container. I am running the container on v0.9 (have also tried 0.8) using docker via Unraid and am not presently in a position to attempt to run it under another OS at present. Is there something I should do different to resolve this?