From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q2TpW-0005Xs-9c for mharc-grub-devel@gnu.org; Wed, 23 Mar 2011 15:34:54 -0400 Received: from [140.186.70.92] (port=60728 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2TpT-0005XR-Mj for grub-devel@gnu.org; Wed, 23 Mar 2011 15:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2TpS-0004rv-Dr for grub-devel@gnu.org; Wed, 23 Mar 2011 15:34:51 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:46112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2TpS-0004rm-7y for grub-devel@gnu.org; Wed, 23 Mar 2011 15:34:50 -0400 Received: by ewy9 with SMTP id 9so2368633ewy.0 for ; Wed, 23 Mar 2011 12:34:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type; bh=tM8Ed1NAiNBPtGxVFPiaSgXkoDKlQukhfmXsAw1ELr4=; b=tdyVFtYVF8trbXXoMKkwetP+EEXsDxvR7JqKjahB+RbPfDKjacc/oZsRzHgFt1JAJH nd2hGy5SvCymuKmu4i03rj305agdMFstZw4+SLPF93oXeXhebgf2s1ZADo04IfnAdJc0 B3sns3YZ8uZs6wRZtEtNyZsIRU+LcM3FCYFgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type; b=cacOFqMVMy6Mvirxgybc6icVppVPrMjK0EEYBa6RsoMpQOLO4nFv5nCR8S4YCf/J9B wV47AGFxjlZlQusJWK15Q+NM23w1EwOQFV6OPXXKMwZMOCmhbMlzUbzTkXtBpN0ApzEr PK6ajfPgsfY/l9TfTFwdO9hF5PsMH9WjVMXCw= Received: by 10.213.25.220 with SMTP id a28mr3175133ebc.137.1300908889306; Wed, 23 Mar 2011 12:34:49 -0700 (PDT) Received: from debian.x201.phnet (gprs41.swisscom-mobile.ch [193.247.250.41]) by mx.google.com with ESMTPS id v1sm3919198eeh.13.2011.03.23.12.34.44 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Mar 2011 12:34:47 -0700 (PDT) Message-ID: <4D8A4B4C.3090307@gmail.com> Date: Wed, 23 Mar 2011 20:34:36 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110303 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: The development of GNU GRUB References: <20110204151850.5b7834c3@prem6s> In-Reply-To: <20110204151850.5b7834c3@prem6s> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigD4EB0875012E387905AE5E20" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 Cc: =?UTF-8?B?RnLDqWTDqXJpYyBCb2l0ZXV4?= Subject: Re: terminal_input=at_keyboard not working X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2011 19:34:52 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD4EB0875012E387905AE5E20 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 04.02.2011 15:18, Fr=C3=A9d=C3=A9ric 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=3Dat_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=3Dat_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 ? > =20 Could you try this patch: =3D=3D=3D 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; } =20 +#if !(defined (GRUB_MACHINE_MIPS_YEELOONG) || defined (GRUB_MACHINE_QEMU= )) + current_set =3D 1; + return; +#endif + grub_keyboard_controller_write (grub_keyboard_controller_orig & ~KEYBOARD_AT_TRANSLATE); =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigD4EB0875012E387905AE5E20 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk2KS0wACgkQNak7dOguQgkApQEAmoJ+j1WJQdLVQkbRklHhfsMv uiu3E12nIfPB/fRi9NUA/jDHXeryOUXTEs6Cr2f8xumM22GxR1kvosrlDaEaMoF+ =3PBq -----END PGP SIGNATURE----- --------------enigD4EB0875012E387905AE5E20--