:Talking about USB keyboards, something should be done to get USB keyboards
:to work in single-user mode. (old issue but still total pain!) I just
:simple get jibberish when i boot into single-user mode and try typing
:anything.

    If you get jibberish its the keyboard mapping mode.  Hmm. I thought we
    fixed that!

    Just as a quick test, try changing this bit in
    /usr/src/sys/dev/usbmisc/ukbd/ukbd.c:

                /*
                 * Initialize the translation mode only if we are not
                 * reattaching to an already open keyboard (e.g. console).
                 * Otherwise we might rip the translation mode out from
                 * under X.
                 */
                if (!KBD_IS_CONFIGURED(kbd))
                        state->ks_mode = K_XLATE;
    To just:

                state->ks_mode = K_XLATE;

    This will break X, so its just a quick test to see if that's the issue.

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>

Reply via email to