Opened 11 years ago

Closed 11 years ago

#50 closed task (invalid)

USB Driver does not recognize 2. EHCI controler

Reported by: GerhardB Owned by: somebody
Priority: minor Component: basedrv
Version: 2.0 Keywords:
Cc:

Description

I'm using an Foxconn board defined in the annex with 10 usb connectors and 2 x EHCI. Uhci 1 to 6 are places at the front side and work, the other 4 at the rear side don't work. Program usbcfgb075 is recognizing 5 uhci and 1 uhci controler driver.The rest is missing. How to solv teh problem?

Attachments (1)

GerhardB.txt (65.2 KB) - added by GerhardB 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by GerhardB

Attachment: GerhardB.txt added

comment:1 Changed 11 years ago by Lars Erdmann

Your PCI output lists 5 UHCI and 2 EHCI controllers. Therefore specify only 5 UHCI driver instances and 2 EHCI instances.
Additionally just specify:
BASEDEV=USBD.SYS
without any additional parameters.
You will need to provide a trace, see enclosed readme.txt.

Your config.sys:
BASEDEV=USBUHCD.SYS /FS
BASEDEV=USBUHCD.SYS /FS
BASEDEV=USBUHCD.SYS /FS
BASEDEV=USBUHCD.SYS /FS
BASEDEV=USBUHCD.SYS /FS
BASEDEV=USBEHCD.SYS /FS
BASEDEV=USBEHCD.SYS /FS
BASEDEV=USBD.SYS

The /FS parameter is not strictly necessary but it can be necessary to properly shut down the system. You can try with or without this parameter.

Last edited 11 years ago by Lars Erdmann (previous) (diff)

comment:2 Changed 11 years ago by Lars Erdmann

Resolution: invalid
Status: newclosed

no further response from reporter

Note: See TracTickets for help on using tickets.