From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TV7OH-0004MS-Cb for mharc-grub-devel@gnu.org; Sun, 04 Nov 2012 16:05:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV7OG-0004MM-0H for grub-devel@gnu.org; Sun, 04 Nov 2012 16:05:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TV7OF-0000sJ-3I for grub-devel@gnu.org; Sun, 04 Nov 2012 16:05:55 -0500 Received: from smtp.volny.cz ([62.44.29.27]:42220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV7OE-0000rn-Sm for grub-devel@gnu.org; Sun, 04 Nov 2012 16:05:55 -0500 Received: from [192.168.6.160] (unknown [193.86.90.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: starous) by smtp.volny.cz (Postfix) with ESMTPSA id 6537D260A96 for ; Sun, 4 Nov 2012 22:05:52 +0100 (CET) Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation. From: =?UTF-8?Q?Ale=C5=A1?= Nesrsta To: The development of GNU GRUB In-Reply-To: References: <508D6906.5000100@gmail.com> <1351547244.2511.11.camel@king.jenpiliny.cz> <1351628069.2535.33.camel@king.jenpiliny.cz> Content-Type: text/plain; charset="ISO-8859-2" Date: Sun, 04 Nov 2012 22:05:51 +0100 Message-ID: <1352063151.3020.36.camel@pracovna> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.44.29.27 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: Sun, 04 Nov 2012 21:05:56 -0000 Javier Vasquez wrote: > Are somewhere available more detailed information > about Your loongson-2f > Mini-PC HW? > > I'm attaching more information about the mini-pc... OK, OHCI is present as companion controller, i.e. directly connected USB keyboard should work. As You wrote, USB probably does not work at all - it seems like OHCI driver is not loaded by GRUB. There should be some "insmod ohci" command in grub.cfg somewhere in "00_header" section - is it there, did You check it?