| 1646 | [=#ublox] |
| 1647 | === U-Blox Modems === |
| 1648 | |
| 1649 | ==== Toby L2 ==== |
| 1650 | |
| 1651 | Gateworks 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 | |
| 1661 | Ubuntu Notes: |
| 1662 | * Uses modem manager and network manager |
| 1663 | * Sample set of commands: |
| 1664 | {{{ |
| 1665 | mmcli --modem 0 --enable |
| 1666 | mmcli --modem 0 --simple-connect="apn=yourapnname" |
| 1667 | dhclient usb0 |
| 1668 | }}} |
| 1669 | |
| 1670 | OpenWrt 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 | {{{ |
| 1675 | config interface 'wan' |
| 1676 | option ifname 'usb1' |
| 1677 | option proto 'dhcp' |
| 1678 | }}} |