Changes between Version 22 and Version 23 of wireless/modem


Ignore:
Timestamp:
06/28/2018 07:39:40 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add info for usb 3.0 modems

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v22 v23  
    7878
    7979Please compare the modem pinout to the Gateworks pinout to ensure compatibility.
     80
     81[=#usb3]
     82== USB 3.0 Support ==
     83
     84Some modems now support USB 3.0 for faster speeds.
     85
     86Gateworks routes USB 3.0 to select Mini-PCIe slots on the Newport GW62xx, GW63xx and GW64xx (the GW61xx only has USB 2.0). The Laguna and Ventana families do not support USB 3.0.
     87
     88USB 3.0 is typically routed through a Multiplexer shared with PCIe so proper configuration must happen at the bootloader layer described [wiki:newport/bootloader#hwconfig:miniPCIeSocketConfigurationhere]
     89
     90Typical USB 3.0 pins are:
     91 * 23 - USB3.0_TX-
     92 * 25 - USB3.0_TX+
     93 * 31 - USB3.0_RX-
     94 * 33 - USB3.0_RX+
     95
     96To verify proper USB 3.0 operation, look for a speed of 5000M in the usb device tree with the command shown in the example below (Bus 04.Port 1)
     97
     98{{{
     99root@xenial-newport:~# lsusb -t
     100/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 5000M
     101    |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=option, 5000M
     102    |__ Port 1: Dev 2, If 1, Class=Vendor Specific Class, Driver=, 5000M
     103    |__ Port 1: Dev 2, If 2, Class=Vendor Specific Class, Driver=qmi_wwan, 5000M
     104    |__ Port 1: Dev 2, If 3, Class=Vendor Specific Class, Driver=option, 5000M
     105    |__ Port 1: Dev 2, If 4, Class=Vendor Specific Class, Driver=option, 5000M
     106    |__ Port 1: Dev 2, If 5, Class=Vendor Specific Class, Driver=option, 5000M
     107    |__ Port 1: Dev 2, If 6, Class=Vendor Specific Class, Driver=option, 5000M
     108/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
     109/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 5000M
     110    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
     111/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
     112    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
     113        |__ Port 5: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 480M
     114}}}
     115
    80116
    81117[=#firmware]