grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.


From: Aleš Nesrsta
Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.
Date: Sun, 27 Oct 2013 21:03:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Dne 27.10.2013 19:33, Javier Vasquez napsal(a):
> OK, I'll re-dump removing such call, :-)

Hi Javier,

maybe it is not necessary - at least with your current configuration.
Why:

1.
This:

"...
bus/usb/ehci.c:1772: detect_dev: EHCI STATUS: 0000c004

bus/usb/ehci.c:1774: detect_dev: iobase=0xb4073010, port=0, status=0x1403

bus/usb/ehci.c:1772: detect_dev: EHCI STATUS: 0000c004

bus/usb/ehci.c:1774: detect_dev: iobase=0xb4073010, port=1, status=0x1403
..."

does mean:

On EHCI ports 0 and 1 are connected Low speed devices.
EHCI cannot handle Low and Full speed devices on root ports (by design) - it have to be done by companion controller(s), i.e. by OHCI or UHCI (or via USB2 hub...).
In your case it should be OHCI.


2.
I don't see loading of OHCI module in debug output !
Do you really have this module included in your image?


I recommend to check and regenerate your GRUB image to be able to load OHCI module. And possibly change order of loading of USB modules - load EHCI as first and OHCI as second module. (It is not critical but little bit more effective.)

Then try if USB keyboard will work. If not, send new full debug output.

BR,
Ales



reply via email to

[Prev in Thread] Current Thread [Next in Thread]