Hardware/USB: Difference between revisions

From Wii-Linux Wiki
Jump to navigation Jump to search
Describe the port layout
m Techflash moved page Wii Hardware/USB to Hardware/USB without leaving a redirect: USB is shared
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
** Port 1: Leftmost port on back
** Port 1: Leftmost port on back
** Port 2: Rightmost port on back
** Port 2: Rightmost port on back
** Port 3: Internal [[Shared Hardware/BCM2045A|BCM2045A]] Bluetooth card
** Port 3: Internal [[Hardware/BCM2045A|BCM2045A]] Bluetooth card
** Port 4: Disconnected
** Port 4: Disconnected
* OHCI0: 2 root ports
* OHCI0: 2 root ports
Line 21: Line 21:
** Port 2: Bottom port on back
** Port 2: Bottom port on back
** Port 3: Internal BCM2045A Bluetooth card
** Port 3: Internal BCM2045A Bluetooth card
** Port 4: ??
** Port 4: Disconnected?
** Port 5: ??
** Port 5: (vWii) Leftmost port on front
** Port 6: ??
** Port 6: (vWii) Rightmost port on front
* EHCI1: 2 root ports
* EHCI1: 2 root ports
** Port 1: Leftmost port on front
** Port 1: (native) Leftmost port on front
** Port 2: Rightmost port on front
** Port 2: (native) Rightmost port on front
* EHCI2: 2 root ports
* EHCI2: 2 root ports
** Port 1: [[Wii U Hardware/DRH|DRH]]
** Port 1: [[Wii U Hardware/DRH|DRH]]
Line 33: Line 33:
** Port 1: Top port on back
** Port 1: Top port on back
** Port 2: Bottom port on back
** Port 2: Bottom port on back
** Port 3: (vWii) Leftmost port on front
** Port 4: (vWii) Rightmost port on front
* OHCI1: 2 root ports
* OHCI1: 2 root ports
** Port 1: Internal BCM2045A Bluetooth card
** Port 1: Internal BCM2045A Bluetooth card
** Port 2: Disconnect
** Port 2: Disconnected?
* OHCI2: 2 root ports
* OHCI2: 2 root ports
** Port 1: Leftmost port on front
** Port 1: (native) Leftmost port on front
** Port 2: Rightmost port on front
** Port 2: (native) Rightmost port on front
* OHCI3: 2 root ports
* OHCI3: 2 root ports
** Port 1: ??
** Port 1: ??

Latest revision as of 01:16, 2 August 2026

The Wii and Wii U feature several EHCI and OCHI USB Host Controllers.

Port layout

[edit | edit source]
  • EHCI0: 4 root ports
    • Port 1: Leftmost port on back
    • Port 2: Rightmost port on back
    • Port 3: Internal BCM2045A Bluetooth card
    • Port 4: Disconnected
  • OHCI0: 2 root ports
    • Port 1: Leftmost port on back
    • Port 2: Rightmost port on back
  • OHCI1: 2 root ports
    • Port 1: Internal BCM2045A Bluetooth card
    • Port 2: Disconnected

Wii U

[edit | edit source]
  • EHCI0: 6 root ports
    • Port 1: Top port on back
    • Port 2: Bottom port on back
    • Port 3: Internal BCM2045A Bluetooth card
    • Port 4: Disconnected?
    • Port 5: (vWii) Leftmost port on front
    • Port 6: (vWii) Rightmost port on front
  • EHCI1: 2 root ports
    • Port 1: (native) Leftmost port on front
    • Port 2: (native) Rightmost port on front
  • EHCI2: 2 root ports
    • Port 1: DRH
    • Port 2: Disconnected
  • OHCI0: 4 root ports
    • Port 1: Top port on back
    • Port 2: Bottom port on back
    • Port 3: (vWii) Leftmost port on front
    • Port 4: (vWii) Rightmost port on front
  • OHCI1: 2 root ports
    • Port 1: Internal BCM2045A Bluetooth card
    • Port 2: Disconnected?
  • OHCI2: 2 root ports
    • Port 1: (native) Leftmost port on front
    • Port 2: (native) Rightmost port on front
  • OHCI3: 2 root ports
    • Port 1: ??
    • Port 2: ??


Wii-Linux has had support for USB since the beginning. gc-linux added support for it in MIKEp1, the first release. Support in versions between gc-linux and Techflash's 4.5 port used to have issues. USB hubs sometimes caused strange behavior, and sometimes the driver threw -EINVAL (error -22) when a device is inserted. USB support was greatly improved with mainline and should be more reliable than past versions.