Thanks for that.<br><br>Compiling in HID support (usbhid) solved the problem of not being able to enter anything at the login: prompt but login still hung.<br><br>After a period of considering whither to reformat and go back to Gentoo, I noticed that the /etc/login.defs was expecting a /etc/securetty<br>
file which did not exist.<br><br># If defined, either full pathname of a file containing device names or<br># a ":" delimited list of device names.  Root logins will be allowed only<br># upon these devices.<br>#<br>
CONSOLE        /etc/securetty<br>#CONSOLE    console:tty01:tty02:tty03:tty04<br><br>uncommenting the list didn't work ( tty01 ?) but copying a /etc/securetty file from the host Arch setup did.<br><br>Now it seems to work<br>
<br>Thanks again <br>