All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: "Frédéric Boiteux" <fboiteux@calistel.com>
Subject: Re: terminal_input=at_keyboard not working
Date: Wed, 23 Mar 2011 20:34:36 +0100	[thread overview]
Message-ID: <4D8A4B4C.3090307@gmail.com> (raw)
In-Reply-To: <20110204151850.5b7834c3@prem6s>

[-- Attachment #1: Type: text/plain, Size: 1471 bytes --]

On 04.02.2011 15:18, Frédéric Boiteux wrote:
> 	Hello,
>
>   I've installed the 1.99rc1 version of Grub2 on my Debian system to
> use the new keyboard layout system. I've read that to work, I have to
> set up following configuration :
>
> * in /etc/default/grub :
>
> GRUB_TERMINAL_INPUT=at_keyboard
>
> * in /etc/grub.d/40_custom :
>
> insmod keylayouts
> keymap /boot/grub/bepo.gkb
>
>
> with the Grub's keymap 'bepo.gkb' done with :
> ckbcomp fr bepo |grub-mklayout -v -o /boot/grub/bepo.gkb
>
>
>   I've tested this config on one laptop with success, but on another, a
> HP 6730b, I found that 'GRUB_TERMINAL_INPUT=at_keyboard' does freeze
> the system, and I've to restart the system from a USB key to recover
> the grub system (I didn't find a way to tell Grub2 to ignore its
> grub.cfg file).
>
>   Do you know a possible cause for my problem, and some possible
> solution ?
>   
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);
 


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

  reply	other threads:[~2011-03-23 19:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-04 14:18 terminal_input=at_keyboard not working Frédéric Boiteux
2011-03-23 19:34 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2011-03-24 16:25   ` Frédéric Boiteux
2011-03-30  6:46   ` Frédéric Boiteux
2011-03-30  7:27     ` Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D8A4B4C.3090307@gmail.com \
    --to=phcoder@gmail.com \
    --cc=fboiteux@calistel.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.