Changes between Version 120 and Version 121 of wireless/modem


Ignore:
Timestamp:
03/06/2025 06:42:39 PM (3 weeks ago)
Author:
Ryan Erbstoesser
Comment:

add telit cmb100

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v120 v121  
    20992099
    21002100
    2101 
    2102 
    2103 ==== Troubleshooting
     2101== Telit CMB100
     2102
     2103This is a modem module that is sold pre-certified.
     2104
     2105Different models come in different speeds, such Cat 1 up to Cat 4
     2106
     2107Drivers:
     2108 * option (at commands), cdc_ether (wwan)
     2109
     2110The modem can be configured to be in different modes. Mode 0 states in a manual that it cannot be used for data traffic.
     2111
     2112Mode 3 works with data traffic and can be changed with AT commands to /dev/ttyUSB1:
     2113{{{
     2114AT#USBCFG=3
     2115AT#REBOOT
     2116}}}
     2117
     2118lsusb should show: (may change depending on variant)
     2119{{{
     2120ID 1bc7:110b Telit Wireless Solutions Telit ME910
     2121}}}
     2122
     2123Verify the modem is detected with the lsusb command. Then use modem manager to bring the modem up with the following example:
     2124{{{
     2125mmcli -m 0 # Look for a large output of information about the modem
     2126mmcli -m 0 --enable
     2127mmcli --modem 0 --simple-connect="apn=hologram" #replace hologram with actual APN for SIM used
     2128dhclient wwan0
     2129}}}
     2130
     2131A fully connected modem shown below with mmcli -m 0 as an example:
     2132{{{
     2133root@noble-venice:~# mmcli -m 0
     2134  --------------------------------
     2135  General  |                 path: /org/freedesktop/ModemManager1/Modem/0
     2136           |            device id: 0808c95a84d6f32e2b0d9cxxxb1172028c28460
     2137  --------------------------------
     2138  Hardware |         manufacturer: Telit
     2139           |                model: ME910G1-WW
     2140           |    firmware revision: 37.00.417-P0C.410001
     2141           |            supported: gsm-umts, lte
     2142           |              current: gsm-umts, lte
     2143           |         equipment id: xx7219xxxxx780
     2144  --------------------------------
     2145  System   |               device: /sys/devices/platform/soc@0/32c00000.bus/32e50000.usb/ci_hdrc.1/usb1/1-1/1-1.1
     2146           |              physdev: /sys/devices/platform/soc@0/32c00000.bus/32e50000.usb/ci_hdrc.1/usb1/1-1/1-1.1
     2147           |              drivers: option, cdc_ether
     2148           |               plugin: telit
     2149           |         primary port: ttyUSB2
     2150           |                ports: ttyUSB1 (at), ttyUSB2 (at), wwan0 (net)
     2151  --------------------------------
     2152  Status   |       unlock retries: sim-pin (3), sim-puk (10), sim-pin2 (3), sim-puk2 (10)
     2153           |                state: connected
     2154           |          power state: on
     2155           |          access tech: lte-cat-m
     2156           |       signal quality: 100% (recent)
     2157  --------------------------------
     2158  Modes    |            supported: allowed: 2g; preferred: none
     2159           |                       allowed: 4g; preferred: none
     2160           |                       allowed: 2g, 4g; preferred: none
     2161           |              current: allowed: 2g, 4g; preferred: none
     2162  --------------------------------
     2163  Bands    |            supported: egsm, dcs, pcs, g850, eutran-1, eutran-2, eutran-3,
     2164           |                       eutran-4, eutran-5, eutran-8, eutran-12, eutran-13, eutran-18,
     2165           |                       eutran-19, eutran-20, eutran-25, eutran-26, eutran-27, eutran-28
     2166           |              current: egsm, dcs, pcs, g850, eutran-1, eutran-2, eutran-3,
     2167           |                       eutran-4, eutran-5, eutran-8, eutran-12, eutran-13, eutran-18,
     2168           |                       eutran-19, eutran-20, eutran-25, eutran-26, eutran-27, eutran-28
     2169  --------------------------------
     2170  IP       |            supported: ipv4, ipv6, ipv4v6, non-ip
     2171  --------------------------------
     2172  3GPP     |                 imei: 357219xxxxxx80
     2173           |          operator id: 310410
     2174           |        operator name: AT&T
     2175           |         registration: roaming
     2176           | packet service state: attached
     2177  --------------------------------
     2178  3GPP EPS | ue mode of operation: csps-2
     2179  --------------------------------
     2180  SIM      |     primary sim path: /org/freedesktop/ModemManager1/SIM/0
     2181  --------------------------------
     2182  Bearer   |                paths: /org/freedesktop/ModemManager1/Bearer/0
     2183
     2184}}}
     2185
     2186
     2187
     2188
     2189== Troubleshooting
    21042190If a new modem is not detecting the SIM card, please try the following:
    21052191 * Ensure the SIM is in SIM1 slot on the GW16140/GW16141 adapter
     
    23852471
    23862472Many modems of the future are coming in the M.2 form factor.
    2387 Gateworks uses Mini-PCIe slots, but M.2 adapters can be used, as described on the [wiki:m2 M.2 Wiki Page]
     2473Gateworks uses Mini-PCIe slots on some SBCs, but M.2 adapters can be used, as described on the [wiki:m2 M.2 Wiki Page]
    23882474
    23892475