From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Uz5eF-0003Cv-Ca for mharc-grub-devel@gnu.org; Tue, 16 Jul 2013 09:50:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz5eC-0003Cl-LT for grub-devel@gnu.org; Tue, 16 Jul 2013 09:50:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz5eA-0002zC-JV for grub-devel@gnu.org; Tue, 16 Jul 2013 09:50:32 -0400 Received: from mail-vb0-x235.google.com ([2607:f8b0:400c:c02::235]:36094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz5eA-0002yw-F2 for grub-devel@gnu.org; Tue, 16 Jul 2013 09:50:30 -0400 Received: by mail-vb0-f53.google.com with SMTP id p12so460258vbe.26 for ; Tue, 16 Jul 2013 06:50:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=599Zqv7pL7aDquH4LxxVfEthXemy9/2xTHFQm1pj5hw=; b=tgi8NTkfSzJKIlhRCewyljCXv+lNbIjxZb1h+b7j99ftqVPBPQtmXAPfPzHuilO2bY ds+xM9QN42f9MF+uc19YmbBVAUacKHPBxMq7IBIAw+C23q6kYQMva2yx7ipQCS0xXe4Y zB7WfDPRLGiq43Im0y0oRSXqX6E4KnwKZbNckpWaUSA3U8BeTKmzl12DnaqFsMwc13Cr 0J/s7dua0MGAJWRskWS4Pcj/p0hePMXgEtUBaAaRDrJr+ArHlv/1Z7u0XeKWW0cZGRyX m6/mUsnchLFoshlfNlcvxJUIuPXP960HCDsBQ/qZ6pyHLhRfI6BhTMkQgdlS9p1v+y8B Iizw== MIME-Version: 1.0 X-Received: by 10.221.64.18 with SMTP id xg18mr470448vcb.57.1373982629564; Tue, 16 Jul 2013 06:50:29 -0700 (PDT) Received: by 10.220.163.70 with HTTP; Tue, 16 Jul 2013 06:50:29 -0700 (PDT) In-Reply-To: References: <508D6906.5000100@gmail.com> <1351547244.2511.11.camel@king.jenpiliny.cz> <1351628069.2535.33.camel@king.jenpiliny.cz> <51E00C7F.6080700@gmail.com> <51E02E16.5020404@volny.cz> <51E10C46.2070605@gmail.com> <51E197FC.7060905@volny.cz> <51E1B066.4010800@gmail.com> <51E1C52B.10204@volny.cz> <51E3CE3E.70009@gmail.com> Date: Tue, 16 Jul 2013 07:50:29 -0600 Message-ID: Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation. From: Javier Vasquez To: The development of GNU GRUB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::235 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Tue, 16 Jul 2013 13:50:34 -0000 On 7/16/13, Javier Vasquez wrote: > On 7/15/13, Vladimir '=CF=86-coder/phcoder' Serbinenko > wrote: >>> And using the grub.elf provided by grub-install, that didn't change a >>> thing, :-) I still can't use the usb keyboard, :-( >>> >> You need to preload ehci and ohci. > > Now I have this: > > GRUB_PRELOAD_MODULES=3D"ehci ohci" > > which generates in the menu: > > insmod ehci > insmod ohci > ... > > and that doesn't help either. Am I missing something still? > > Thanks, > > -- > Javier. > Having: GRUB_PRELOAD_MODULES=3D"ehci ohci usb_keyboard" and, combining with preload of usb_keyboard didn't do the magic either... Notice I'm loading the grub.elf from pmon like this: title Boot with GNU GRUB2 kernel (wd0,0)/grub.elf args console=3Dtty no_auto_cmd Thanks, --=20 Javier.