From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Uz9RX-0000jV-22 for mharc-grub-devel@gnu.org; Tue, 16 Jul 2013 13:53:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz9RS-0000av-IG for grub-devel@gnu.org; Tue, 16 Jul 2013 13:53:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz9RR-0000P4-Ab for grub-devel@gnu.org; Tue, 16 Jul 2013 13:53:38 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:61024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz9RR-0000OO-45 for grub-devel@gnu.org; Tue, 16 Jul 2013 13:53:37 -0400 Received: by mail-wi0-f176.google.com with SMTP id ey16so4458905wid.3 for ; Tue, 16 Jul 2013 10:53:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=OXPBo1OqWZpK7KkykmBrLfvaLpxVY0cJfvXhAV9C2Sw=; b=0iSai7GdXlqKd7uYuPIKAIJ/sWkk1FJKGPaom7GTlCfycsMyq9Qz4Xl35wqpwPCTOX BCU8WyxRYZ5uRz07oa4RKTXYb0bVVyzXyV0rlFYdpPQ4FORMgLKv5uw0gC+Ih/VnKWwI jHCyW3QknPt8P2p+MPR97zlXkbbYcx7Hs/L5Y0GJ3qF5FBBNGGENpGIVVDw07UD/ELyl leKAvInMW6i5MiFSr2e1/AmbUL//K250btqDtESWsozNXYneuG/af7tRJosL6hred4i7 kCSC2prA7GMVTsH921s+S2V7aclkDyXF83L7CAgDu5ucUsGS2uyI4Qc67cb/R8RseV+P n31Q== X-Received: by 10.194.77.99 with SMTP id r3mr2167164wjw.5.1373997216336; Tue, 16 Jul 2013 10:53:36 -0700 (PDT) Received: from [192.168.42.127] (240-236.197-178.cust.bluewin.ch. [178.197.236.240]) by mx.google.com with ESMTPSA id fs8sm29513113wib.0.2013.07.16.10.53.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 10:53:35 -0700 (PDT) Message-ID: <51E5888D.7070609@gmail.com> Date: Tue, 16 Jul 2013 19:53:17 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation. 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> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::230 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 17:53:40 -0000 On 16.07.2013 15:50, Javier Vasquez wrote: > On 7/16/13, Javier Vasquez wrote: >> On 7/15/13, Vladimir 'φ-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="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="ehci ohci usb_keyboard" > > and, combining with preload of usb_keyboard didn't do the magic either... > Try different ports and try with/without hub, different keyboards etc. There is no problem on my system (but unlike you I don't use pmon). > Notice I'm loading the grub.elf from pmon like this: > > title Boot with GNU GRUB2 > kernel (wd0,0)/grub.elf > args console=tty no_auto_cmd > > Thanks, >