2101 | | |
2102 | | |
2103 | | ==== Troubleshooting |
| 2101 | == Telit CMB100 |
| 2102 | |
| 2103 | This is a modem module that is sold pre-certified. |
| 2104 | |
| 2105 | Different models come in different speeds, such Cat 1 up to Cat 4 |
| 2106 | |
| 2107 | Drivers: |
| 2108 | * option (at commands), cdc_ether (wwan) |
| 2109 | |
| 2110 | The modem can be configured to be in different modes. Mode 0 states in a manual that it cannot be used for data traffic. |
| 2111 | |
| 2112 | Mode 3 works with data traffic and can be changed with AT commands to /dev/ttyUSB1: |
| 2113 | {{{ |
| 2114 | AT#USBCFG=3 |
| 2115 | AT#REBOOT |
| 2116 | }}} |
| 2117 | |
| 2118 | lsusb should show: (may change depending on variant) |
| 2119 | {{{ |
| 2120 | ID 1bc7:110b Telit Wireless Solutions Telit ME910 |
| 2121 | }}} |
| 2122 | |
| 2123 | Verify the modem is detected with the lsusb command. Then use modem manager to bring the modem up with the following example: |
| 2124 | {{{ |
| 2125 | mmcli -m 0 # Look for a large output of information about the modem |
| 2126 | mmcli -m 0 --enable |
| 2127 | mmcli --modem 0 --simple-connect="apn=hologram" #replace hologram with actual APN for SIM used |
| 2128 | dhclient wwan0 |
| 2129 | }}} |
| 2130 | |
| 2131 | A fully connected modem shown below with mmcli -m 0 as an example: |
| 2132 | {{{ |
| 2133 | root@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 |