From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Uxdvt-0005VB-N5 for mharc-grub-devel@gnu.org; Fri, 12 Jul 2013 10:02:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxdvq-0005V4-Iy for grub-devel@gnu.org; Fri, 12 Jul 2013 10:02:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uxdvp-00050l-1f for grub-devel@gnu.org; Fri, 12 Jul 2013 10:02:46 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:45519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxdvo-00050b-P4 for grub-devel@gnu.org; Fri, 12 Jul 2013 10:02:44 -0400 Received: by mail-we0-f172.google.com with SMTP id q56so8098815wes.17 for ; Fri, 12 Jul 2013 07:02:43 -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=DMG4iaCP79cqAT/J2s9QXrkI3JwTsqi+GXHOGDnLqcw=; b=Kk8oW1LG2KzmpTrw4y3T00kfQSZaOI+b74/6Hq6xCkGtpId4K/BKtPiZ9G2vMG0usD 3srmDmWeI3iQkFifNPHC7niXkCjHJToNhZ1ZkJ1ihAPLndJIGKQO94JWDP/cEqLPSwLo X38zaZttzhw/IHquRUwYt2Pc9g/IjTn39qrf42R4mndtSTF9QMPThOjTW6VbSTtq3rrP rxnn88cVUW8PekvcLBciJV+SrhbkJmQqf7l+wRwXO9oeiHbNtociwAjnnLKz0C9DG8Wo y7d1iMgXXxb7y70R+TLVxcMow0TOs7JcqQi2wrNQOXyfJ+q6x/kRVo/lnJdUzCCQyB3M 2nyA== X-Received: by 10.180.78.39 with SMTP id y7mr1838608wiw.4.1373637763488; Fri, 12 Jul 2013 07:02:43 -0700 (PDT) Received: from [192.168.42.68] (117-236.197-178.cust.bluewin.ch. [178.197.236.117]) by mx.google.com with ESMTPSA id fb9sm3662893wid.2.2013.07.12.07.02.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 12 Jul 2013 07:02:42 -0700 (PDT) Message-ID: <51E00C7F.6080700@gmail.com> Date: Fri, 12 Jul 2013 16:02:39 +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: grub-devel@gnu.org 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> 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:c03::22c 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: Fri, 12 Jul 2013 14:02:48 -0000 I fixed the usb keyboard bug on fuloong. Looks like some "antivirus" software blocked my message with GRUB binary. Also thers is grub.elf (from 2.00~rc1) in downloads section. On 03.11.2012 22:34, Javier Vasquez wrote: > On Tue, Oct 30, 2012 at 2:14 PM, Aleš Nesrsta > wrote: > > Javier Vasquez píše v Po 29. 10. 2012 v 17:03 -0600: > > > According to USB keyboard: Maybe it sounds funny, but try this, > please: > > > Unplug and plug again keyboard when GRUB is loaded. > > > Does it help? > > > > > > BR > > > Ales > > > > > > Thanks, I tried, and it didn't work, :-( > > > > BTW, forgot to menion that I also tried adding usb and > usb_keyboard as > > GRUB_PRELOAD_MODULES (grub.cfg has the corresponding insmod > statements > > at the beginning), and that didn't work. That's the current setup > > actually... > > > > Thanks, > > > OK, so it will be some another case. > > There will be helpful additional information - does work USB at all? > I.e. when You connect e.g. USB flasdisk, is it working, can You use it > in GRUB? > (Sorry if it is not possible to try such situation, I never seen > loongson (fuloong) mini-pc...) > > > No, it does not work. pmon handles it correctly, but grub provides the > error disk not found, :-( > > > Another thing - You mentioned You used OHCI GRUB driver. As I see on > http://www.lemote.com/en/products/mini-computer/2010/0310/111.html , > there is mentioned USB 2.0, i.e. it should be probably EHCI controller > - ? > > > I also generated image including the ehci module, and it didn't make a > change... > > (OHCI is USB 1.1 controller - but it could be used together with USB 2.0 > EHCI as so called companion controller). > Is it possible that Your Mini-PC has USB 2.0 only (i.e. EHCI) controller > (without companion controller)? > Are somewhere available more detailed information about Your loongson-2f > Mini-PC HW? > > > I'm attaching more information about the mini-pc... Notice dmesg > indicates linux used ohci for this device without problems: > > % uname -a > Linux mini-1 3.2.0-4-loongson-2f #1 Debian 3.2.32-1 mips64 GNU/Linux > > % dmesg > ... > [ 6.820000] usb 2-2: new low-speed USB device number 3 using ohci_hcd > [ 7.048000] usb 2-2: New USB device found, idVendor=04d9, idProduct=1702 > [ 7.052000] usb 2-2: New USB device strings: Mfr=1, Product=2, > SerialNumber=0 > [ 7.056000] usb 2-2: Product: USB Keyboard > [ 7.060000] usb 2-2: Manufacturer: > [ 7.100000] input: USB Keyboard as > /devices/pci0000:00/0000:00:0e.4/usb2/2-2/2-2:1.0/input/input1 > [ 7.116000] generic-usb 0003:04D9:1702.0002: input,hidraw1: USB HID > v1.10 Keyboard [ USB Keyboard] on usb-0000:00:0e.4-2/input0 > [ 7.144000] input: USB Keyboard as > /devices/pci0000:00/0000:00:0e.4/usb2/2-2/2-2:1.1/input/input2 > [ 7.152000] generic-usb 0003:04D9:1702.0003: input,hidraw2: USB HID > v1.10 Device [ USB Keyboard] on usb-0000:00:0e.4-2/input1 > ... > > I'm attaching several logs and info, including dmsg output... > > > BR, > Ales > > > Thanks, > > -- > Javier. > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >