Changes between Version 23 and Version 24 of wireless/modem
- Timestamp:
- 07/02/2018 09:13:55 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v23 v24 82 82 == USB 3.0 Support == 83 83 84 Some modems now support USB 3.0 for faster speeds .84 Some modems now support USB 3.0 for faster speeds required for Cat6. 85 85 86 86 Gateworks 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. … … 88 88 USB 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 89 90 Typical USB 3.0 pinsare:90 USB 3.0 pins on the miniPCIe connector are: 91 91 * 23 - USB3.0_TX- 92 92 * 25 - USB3.0_TX+ … … 94 94 * 33 - USB3.0_RX+ 95 95 96 To 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 {{{ 96 Many of these devices support USB 2.0 as a fallback. To verify proper USB 3.0 link for a device look for that particular device with a 5000mbps speed as opposed to a 480mbps speed. For example: 97 {{{#!bash 99 98 root@xenial-newport:~# lsusb -t 100 99 /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 5000M … … 113 112 |__ Port 5: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 480M 114 113 }}} 115 114 * Note above the 'qmi_wwan' device shows a 5000mbps link 116 115 117 116 [=#firmware]