Changes between Version 128 and Version 129 of wireless/modem


Ignore:
Timestamp:
05/16/2025 04:39:30 PM (7 weeks ago)
Author:
Ryan Erbstoesser
Comment:

add more info for cmb100

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v128 v129  
    21422142}}}
    21432143
     2144Another modem configuration that may need to be looked at is called FWAUTOSIM, which is automatic carrier switching by SIM. For this example, FWAUTOSIM was 0, meaning no automatic switching.
     2145
    21442146lsusb should show: (may change depending on variant)
    21452147{{{
     
    22082210  Bearer   |                paths: /org/freedesktop/ModemManager1/Bearer/0
    22092211
    2210 }}}
    2211 
    2212 
    2213 
    2214 
    2215 == Troubleshooting
     2212root@jammy-venice:~# mmcli -m 0 -b 0
     2213  ------------------------------------
     2214  General            |           path: /org/freedesktop/ModemManager1/Bearer/0
     2215                     |           type: default
     2216  ------------------------------------
     2217  Status             |      connected: yes
     2218                     |      suspended: no
     2219                     |    multiplexed: no
     2220                     |      interface: wwan0
     2221                     |     ip timeout: 20
     2222  ------------------------------------
     2223  Properties         |            apn: hologram
     2224                     |        roaming: allowed
     2225  ------------------------------------
     2226  IPv4 configuration |         method: static
     2227                     |        address: 100.77.130.8
     2228                     |         prefix: 28
     2229                     |        gateway: 100.77.130.9
     2230                     |            dns: 8.8.8.8, 8.8.4.4
     2231                     |            mtu: 1430
     2232  ------------------------------------
     2233  Statistics         |     start date: 2025-05-16T16:30:05Z
     2234                     |       duration: 210
     2235                     |       bytes rx: 746
     2236                     |       bytes tx: 588
     2237                     |       attempts: 1
     2238                     | total-duration: 210
     2239                     | total-bytes rx: 746
     2240                     | total-bytes tx: 588
     2241root@jammy-venice:~#
     2242
     2243
     2244}}}
     2245
     2246If the DHCP dhclient command doesn't auto-populate wwan0, it may be required to manually configure the IP address and routing of wwan0, an example is below:
     2247{{{
     2248ifconfig wwan0 100.77.130.8/28
     2249route add default gw 100.77.130.9 wwan0
     2250echo "nameserver 8.8.8.8" > /etc/resolv.conf
     2251root@jammy-venice:~# route -n
     2252Kernel IP routing table
     2253Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
     22540.0.0.0         100.77.130.9    0.0.0.0         UG    0      0        0 wwan0
     2255100.77.130.0    0.0.0.0         255.255.255.240 U     0      0        0 wwan0
     2256}}}
     2257
     2258
     2259
     2260
     2261== Troubleshooting SIM Issues
    22162262If a new modem is not detecting the SIM card, please try the following:
    22172263 * Ensure the SIM is in SIM1 slot on the GW16140/GW16141 adapter