grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: terminal_input=at_keyboard not working


From: Frédéric Boiteux
Subject: Re: terminal_input=at_keyboard not working
Date: Wed, 30 Mar 2011 08:46:59 +0200

Le Wed, 23 Mar 2011 20:34:36 +0100,
Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden> a écrit :
 
> Could you try this patch:
> === modified file 'grub-core/term/at_keyboard.c'
> --- grub-core/term/at_keyboard.c    2011-01-08 00:45:57 +0000
> +++ grub-core/term/at_keyboard.c    2011-03-23 19:33:57 +0000
> @@ -330,6 +330,11 @@
>        return;
>      }
>  
> +#if !(defined (GRUB_MACHINE_MIPS_YEELOONG) || defined
> (GRUB_MACHINE_QEMU))
> +  current_set = 1;
> +  return;
> +#endif
> +
>    grub_keyboard_controller_write (grub_keyboard_controller_orig
>                    & ~KEYBOARD_AT_TRANSLATE);


        Hello Vladimir,

  I've tested your patch (adapted a little bit) on latest Debian's
grub-pc package (1.99-rc1-6), and it worked well, my HP laptop doesn't
freeze at Grub boot, and I can now use my custom keyboard layout !

    Thanks,
        Fred.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]