From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VaXlB-0001sO-Qt for mharc-grub-devel@gnu.org; Sun, 27 Oct 2013 17:20:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaXl1-0001rN-Jq for grub-devel@gnu.org; Sun, 27 Oct 2013 17:20:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaXkt-0004A7-76 for grub-devel@gnu.org; Sun, 27 Oct 2013 17:20:23 -0400 Received: from smtp.volny.cz ([2001:4de8:71c:62::33]:33642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaXkt-00046a-0U for grub-devel@gnu.org; Sun, 27 Oct 2013 17:20:15 -0400 Received: from [192.168.6.11] (unknown [193.86.90.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: starous@volny.cz) by smtp.volny.cz (Postfix) with ESMTPSA id BF17F260ABA for ; Sun, 27 Oct 2013 22:20:12 +0100 (CET) Message-ID: <526D8386.2020905@volny.cz> Date: Sun, 27 Oct 2013 22:20:06 +0100 From: =?UTF-8?B?QWxlxaEgTmVzcnN0YQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation. References: <51EBFE3F.2020509@volny.cz> <754db81ef5b348866aa9285809d3889d@mail.volny.cz> <51F2960A.6030805@volny.cz> <51F2AE5E.5070700@gmail.com> <51F522F1.1030507@volny.cz> <51F524DE.4040903@volny.cz> <5238AD0C.60608@gmail.com> <526D5531.7030601@gmail.com> <526D7190.2090305@volny.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4de8:71c:62::33 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, 27 Oct 2013 21:20:32 -0000 Dne 27.10.2013 21:19, Javier Vasquez napsal(a): > On the other hand, I believe as part of prior experiments I've already > tried loading ohci after ehci, and that didn't make any difference... > OK, as I wrote, order is not critical. But it looks like your PC never loaded OHCI module at all. > Can you please make a suggestion on how to generate the ELF image? It is probably question mainly for the Vladimir or others, I hope somebody of them will give some advice to you soon - unfortunately I am not expert for GRUB general use or whatever else, specially on non x86 architectures, I know only few USB specific parts... :-( The only one thing that I can say is that GRUB did not load and execute the OHCI module on your PC - but I don't know what can cause such behavior. For the first look it seems like OHCI module is not included in your GRUB image or the OHCI module is not correctly built - but I cannot say why, sorry. BR, Ales