All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rock Cui <rockcui@viatech.com.cn>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: Grub2 can not detect usb disk
Date: Tue, 28 Jun 2011 09:19:23 +0800	[thread overview]
Message-ID: <4E092C1B.70906@viatech.com.cn> (raw)
In-Reply-To: <4E085945.3010408@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 5640 bytes --]

COREBOOTV4   GRUB1.98

> Which GRUB version is it?
>>> On 27.06.2011 11:16, Cui Lei wrote:
>>>>   Hi all,
>>>> I have gotten the uhci.mod and usbms.mod, then I insmoded them. But I
>>>> still can not see a usb device.
>>> What does "usb" (from usbtest.mod) say?
>>>
>>>> I set "debug=all" and
>>>> got the following results:
>>>>
>>>> /*****************************************************************************************************************************/
>>>>    1 grub>  insmod uhci
>>>>    2 [...]
>>>>    3 kern/dl.c:556: module name: uhci
>>>>    4
>>>>    5 kern/dl.c:557: init function: 0x7fe393ce
>>>>    6
>>>>    7 bus/usb/uhci.c:178: class=0x0c 0x03 interface 0x00 base=0x3000
>>>>    8
>>>>    9 bus/usb/uhci.c:268: UHCI initialized
>>>>   10 bus/usb/uhci.c:178: class=0x0c 0x03 interface 0x00 base=0x3020
>>>>   11
>>>>   12 bus/usb/uhci.c:268: UHCI initialized
>>>>   13 bus/usb/uhci.c:178: class=0x0c 0x03 interface 0x00 base=0x3040
>>>>   14
>>>>   15 bus/usb/uhci.c:268: UHCI initialized
>>>>   16 bus/usb/uhci.c:178: class=0x0c 0x03 interface 0x00 base=0x3060
>>>>   17
>>>>   18 bus/usb/uhci.c:268: UHCI initialized
>>>>   19 bus/usb/uhci.c:644: detect=0x480 port=0
>>>>   20
>>>>   21 bus/usb/uhci.c:644: detect=0x480 port=1
>>>>   22
>>>>   23 bus/usb/uhci.c:644: detect=0x493 port=0
>>>>   24
>>>>   25 bus/usb/uhci.c:586: enable=1 port=0
>>>>   26
>>>>   27 bus/usb/uhci.c:597: detect=0x493
>>>>   28
>>>>   29 bus/usb/uhci.c:606: reset completed
>>>>   30
>>>>   31 bus/usb/uhci.c:613: waiting for the port to be enabled
>>>>   32
>>>>   33 bus/usb/uhci.c:621:>3detect=0x497
>>>>   34
>>>>   35 bus/usb/usbtrans.c:43: control: reqtype=0x80 req=0x06 val=0x100
>>>> idx=0x00 size=18
>>>>   36
>>>>   37 bus/usb/uhci.c:402: transaction: endp=0, type=2, addr=0, toggle=0,
>>>> size=8 data=0x7fccc td=0x5ff87000
>>>>   38
>>>>   39 bus/usb/uhci.c:402: transaction: endp=0, type=0, addr=0, toggle=1,
>>>> size=18 data=0x5ff8d760 td=0x5ff87020
>>>>   40
>>>>   41 bus/usb/uhci.c:402: transaction: endp=0, type=1, addr=0, toggle=1,
>>>> size=0 data=0x0 td=0x5ff87040
>>>>   42
>>>>   43 bus/usb/uhci.c:476: setup transaction 0
>>>>   44
>>>>   45 bus/usb/uhci.c:482: initiate transaction
>>>>   46
>>>>   47 bus/usb/uhci.c:494:>t status=0x18800000 data=0x7fcc0 td=0x5ff87000
>>>>   48
>>>>   49 bus/usb/uhci.c:500: t status=0x18800000
>>>>   50
>>>>   51 bus/usb/uhci.c:494:>t status=0x18800000 data=0x7fcc0 td=0x5ff87000
>>>>   52
>>>>   53 bus/usb/uhci.c:500: t status=0x18800000
>>>>   54
>>>>   55 bus/usb/uhci.c:494:>t status=0x18800000 data=0x7fcc0 td=0x5ff87000
>>>>   56
>>>>   57 bus/usb/uhci.c:500: t status=0x18800000
>>>>   [...](retry...)
>>>>   bus/usb/uhci.c:541: transaction timed out
>>>>   bus/usb/uhci.c:551: transaction failed
>>>>
>>>> [...]
>>>>
>>>> 169 bus/usb/uhci.c:644: detect=0x480 port=1
>>>> 170
>>>> 171 bus/usb/uhci.c:676: registered
>>>> 172
>>>> 173 script/script.c:65: free 0x7fe73fd0
>>>> 174
>>>> 175 script/script.c:65: free 0x7fe74000
>>>> 176
>>>> 177 script/script.c:65: free 0x7fe74030
>>>> 178
>>>> 179 script/script.c:65: free 0x7fe73f80
>>>> 180
>>>> 181 script/script.c:65: free 0x7fe73fa0
>>>> 182 .
>>>> 183 script/script.c:65: free 0x7fe50620
>>>> 184
>>>> 185 script/script.c:65: free 0x7fe50570
>>>> 186
>>>> 187 script/script.c:65: free 0x7fe50590
>>>> /********************************************************************************************************/
>>>>
>>>> Can anyone give me some advices?
>>>> Thanks for your time.
>>>>
>>>> BRs,
>>>>
>>>> Rock.
>>>>
>>>>
>>>>
>>>>
>>>>> Thank you for you help, I searched them in my grub1.98 folder, but
>>>>> did not find any one. I found them in the grub1.99rc folder. I think
>>>>> may be I lost some configure option, but I built them with the same
>>>>> configure option:
>>>>>
>>>>> ./configure --with-platform=coreboot
>>>>>
>>>>>
>>>>>
>>>>>> On 23.06.2011 12:01, Cui Lei wrote:
>>>>>>> Hi all,
>>>>>>> I had build a coreboot with grub-1.98 as payload and I can use it to
>>>>>>> boot ubuntu11.04. Now I want to use it to boot
>>>>>>> the ubuntu11.04 liveUSB, but it seems the usb device can not be detected
>>>>>>> or grub don't do that, because when I
>>>>>>> type "ls", just get "memdisk" and "ata0". I don't know which module I
>>>>>>> need to add in.
>>>>>> usbms and uhci or ohci depending on USB controller
>>>>>>>   In addition, where can I get
>>>>>>> the detail about those grub2' modules ?
>>>>>>>
>>>>>>> BRs,
>>>>>>>
>>>>>>> Rock.
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Grub-devel mailing list
>>>>>>> Grub-devel@gnu.org
>>>>>>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>>>>>>
>>>>>> _______________________________________________
>>>>>> Grub-devel mailing list
>>>>>> Grub-devel@gnu.org
>>>>>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>>>> _______________________________________________
>>>>> Grub-devel mailing list
>>>>> Grub-devel@gnu.org
>>>>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>>> _______________________________________________
>>>> Grub-devel mailing list
>>>> Grub-devel@gnu.org
>>>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>>
>>> _______________________________________________
>>> Grub-devel mailing list
>>> Grub-devel@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> https://lists.gnu.org/mailman/listinfo/grub-devel
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


[-- Attachment #2: Type: text/html, Size: 7330 bytes --]

  reply	other threads:[~2011-06-28  1:19 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-23 10:01 Grub2 can not detect usb disk Cui Lei
2011-06-23 13:32 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-06-24  2:57   ` Cui Lei
2011-06-27  9:16     ` Cui Lei
2011-06-27  9:27       ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-06-27 10:04         ` Rock Cui
2011-06-27 10:19           ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-06-28  1:19             ` Rock Cui [this message]
2011-06-28  4:56               ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-06-28  8:45                 ` Rock Cui
2011-06-28  9:02                   ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-06-28 10:02                     ` Cui Lei
2011-06-28 11:08                       ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-06-28 11:27                         ` Graeme Russ
2011-06-30  2:38                         ` Cui Lei
2011-06-30 13:42                           ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-07-01  3:00                             ` Rock Cui
2011-07-01  6:57                               ` Rock Cui
2011-07-02 21:08                                 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-07-05  6:33                                   ` Cui Lei
2011-07-05  6:35                                     ` Cui Lei
2011-07-06 14:03                                       ` 崔磊
2011-07-12 11:11                                         ` Cui Lei
2011-07-21 11:11                                           ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-07-27  8:11                                             ` Rock Cui
2011-07-27  8:49                                               ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-07-27  9:28                                                 ` Rock Cui
2011-07-20 21:34                                         ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-07-21  1:19                                           ` Rock Cui
2011-07-21 11:07                                             ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-06-30 13:44                           ` Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E092C1B.70906@viatech.com.cn \
    --to=rockcui@viatech.com.cn \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.