cockpit: cellular WAN row with signal + Restart button
Include the gsm device in the WAN/Uplinks table, shown as its routed netdev with IP and metric (nmcli actions still target cdc-wdm0). New Signal column fed by mmcli -K in the single status spawn (percent, tech, operator). Restart = mmcli disable/enable — the EC25 MBIM plugin doesn't support --reset — with a USB unbind/bind fallback (vendor 2c7c) when ModemManager can't reach the modem. README: modem setup steps (Koodo profile creation, MBIM netdev gotcha, Cockpit row). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
fe9e6d3b30
commit
d2a2b19b85
@@ -190,9 +190,20 @@ The `homeassistant` LAN name comes from `ap/van-ap-dnsmasq.conf` (`host-record`
|
||||
- **Caveat — the 10 % shutdown is one-way.** A laptop won't power itself back on when mains returns: "restore on AC loss" is a BIOS/firmware feature (not OS-controllable — `/proc/acpi/wakeup` only covers wake-from-suspend). If your BIOS exposes an "AC power-on / restore on AC loss" option, enable it so the router reboots itself once shore/solar power is back; this ZenBook likely doesn't have it, in which case a low-battery shutdown needs a manual power-on.
|
||||
|
||||
### Adding the 4G/5G modem
|
||||
1. Plug the USB modem in. ModemManager + the existing `Koodo` gsm NM connection (autoconnect) bring it up.
|
||||
1. Plug the USB modem in. ModemManager + the `Koodo` gsm NM connection (autoconnect) bring it up.
|
||||
On a fresh host create the profile once:
|
||||
`nmcli con add type gsm ifname "*" con-name Koodo apn sp.koodo.com connection.autoconnect yes`
|
||||
2. It auto-joins as the `cellular` WAN at metric 300 (last resort). Nothing else to configure.
|
||||
3. Confirm with `mmcli -L` and the Cockpit failover card (cellular flips from `absent` to `up`).
|
||||
4. Gotcha (handled in `van-failover` since the Quectel EC25-AF landed): for MBIM/QMI modems
|
||||
NM's device is the control port (`cdc-wdm0`) while IP + routes live on the wwan netdev
|
||||
(e.g. `wwu1u2i4`). The daemon maps via `GENERAL.IP-IFACE` — probing or `ip route`
|
||||
against `cdc-wdm0` silently sees nothing. The Cockpit WAN table does the same mapping
|
||||
(shows the netdev + its IP; nmcli actions still target `cdc-wdm0`).
|
||||
5. The Cockpit WAN row shows signal % / tech / operator (from `mmcli`) and has a
|
||||
**Restart** button: `mmcli --disable && --enable` (the EC25 MBIM plugin doesn't
|
||||
support `--reset`; autoconnect reconnects), falling back to a USB unbind/bind of the
|
||||
Quectel device (vendor `2c7c`) if ModemManager can't reach the modem.
|
||||
|
||||
### ZeroTier managed DNS
|
||||
- `wrede.pvt` resolves over ZeroTier when off the home LAN. Mechanism: `allowDNS=1` (prereq) + `zerotier-systemd-manager` writes `99-ztuga7c2kh.network`, networkd applies it to resolved.
|
||||
|
||||
Reference in New Issue
Block a user