Changes between Version 9 and Version 10 of wireless/modem


Ignore:
Timestamp:
02/13/2018 12:07:28 AM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add toby l2

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v9 v10  
    16441644
    16451645
     1646[=#ublox]
     1647=== U-Blox Modems ===
     1648
     1649==== Toby L2 ====
     1650
     1651Gateworks has tested the Toby MPCI-L201 in USA (Mini-PCIe form factor)
     1652
     1653 * LTE Cat 4
     1654 * Multiple countries supported with different model variants
     1655 * Drivers required
     1656  * cdc_acm driver provides ttyACM0(at) (/dev/ttyACM0)
     1657  * rndis_host driver provides usb0(net)
     1658   * Will create a network interface shown from the command: ifconfig -a
     1659 * No pinout concerns - PERST# and WLAN_DIS# are used and are 3.3V compliant, VDD is 3.0 to 3.6V
     1660
     1661Ubuntu Notes:
     1662 * Uses modem manager and network manager
     1663 * Sample set of commands:
     1664{{{
     1665mmcli --modem 0 --enable
     1666mmcli --modem 0 --simple-connect="apn=yourapnname"
     1667dhclient usb0
     1668}}}
     1669
     1670OpenWrt Notes:
     1671 * OpenWrt 16.02 and 18.02 have been tested
     1672 * OpenWrt will show both usb0 and usb1 enumerated. usb1 should be used for the internet.
     1673 * Tested configuration in /etc/config/network:
     1674{{{
     1675config interface 'wan'
     1676        option ifname 'usb1'
     1677        option proto 'dhcp'
     1678}}}
    16461679
    16471680[=#sierra-wireless]