Changes between Version 101 and Version 102 of wireless/modem


Ignore:
Timestamp:
06/28/2023 12:11:57 AM (10 months ago)
Author:
Ryan Erbstoesser
Comment:

add in notes for le910 and 20

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v101 v102  
    18011801= Specific Modem Notes =
    18021802
    1803 == Telit LN920 / LN940
    1804 
    1805 These Telit modems should run fine on the Gateworks SBC using a GW16140/GW16141 M.2 Adapter.
     1803== Telit LE910 / LN920 / LN940
     1804
     1805These Telit modems should run fine on the Gateworks SBC (may require GW16140/GW16141 M.2 Adapter)
     1806
     1807Telit LE910C4-WWXD has been tested
     1808
     1809Typical test sequence would be:
     1810{{{
     1811mmcli -m 0
     1812mmcli -m 0 --enable
     1813mmcli -m 0 --simple-connect="apn=hologram,ip-type=ipv4"
     1814}}}
     1815
     1816It may be required to manually set the IP address and other information rather than relying on a DHCP:
     1817{{{
     1818root@jammy-venice:~# mmcli -m 0 -b 1 #review IP / gateway issued by ISP, bearer argument may need to be changed to 1
     1819  ---------------------------------
     1820  General            |        path: /org/freedesktop/ModemManager1/Bearer/1
     1821                     |        type: default
     1822  ---------------------------------
     1823  Status             |   connected: yes
     1824                     |   suspended: no
     1825                     | multiplexed: no
     1826                     |   interface: wwan0
     1827                     |  ip timeout: 20
     1828  ---------------------------------
     1829  Properties         |         apn: hologram
     1830                     |     roaming: allowed
     1831                     |     ip type: ipv4
     1832  ---------------------------------
     1833  IPv4 configuration |      method: static
     1834                     |     address: 10.55.5.114
     1835                     |      prefix: 30
     1836                     |     gateway: 10.55.5.113
     1837                     |         dns: 8.8.8.8, 8.8.4.4
     1838                     |         mtu: 1430
     1839  ---------------------------------
     1840  Statistics         |  start date: 2023-06-26T17:05:29Z
     1841                     |    attempts: 1
     1842ifconfig wwan0 10.55.5.114/30 #set IP for wwan0 from bearer output
     1843route add default gw 10.55.5.113 wwan0 #set default gateway
     1844echo "nameserver 8.8.8.8" > /etc/resolv.conf
     1845echo "nameserver 8.8.4.4" > /etc/resolv.conf
     1846}}}
     1847
     1848Then try to ping google.
    18061849
    18071850One issue that may be encountered is SIM detection.
     
    18141857}}}
    18151858
     1859Another possible troubleshooting issue could be related to the APN being auto configured, using the FWAUTOSIM AT command. This may need to be turned off.
     1860
    18161861[=#telitfn980m]
    18171862== Telit FN980 / FN980M 5G Modem ==
    18181863
     1864 * Now recommended typically to use the Telit FN990 *
    18191865
    18201866This is a 5G Modem by Telit that comes in the M.2 form factor (Size 30mm wide x 50 mm long)
     
    20712117=== GW16132 CATM1 Sara
    20722118
    2073 This is a low bandwidth modem for IoT designs that Gateworks has created. Please read more on the [wiki:expansion/gw16126 GW16126 Wiki Page]
     2119This is a low bandwidth modem for IoT designs that Gateworks has created. Please read more on the [wiki:expansion/gw16126 GW16132 Wiki Page]
    20742120
    20752121[=#sierra-wireless]