Aloha,
there’s a similar thread from 2021:
But unfortunately that did help me so far.
Im on vyos 1.5
sh vers
Version: VyOS 2025.04.25-0019-rolling
Release train: current
Release flavor: generic
Built by: [email protected]
Built on: Fri 25 Apr 2025 00:19 UTC
Build UUID: 7425f4f4-f38c-4d9e-930d-1cfcf9e8e99f
Build commit ID: db23b29ceb56a1
Architecture: x86_64
Boot via: installed image
System type: bare metal
I have basic config:
sh vers
Version: VyOS 2025.04.25-0019-rolling
Release train: current
Release flavor: generic
Built by: [email protected]
Built on: Fri 25 Apr 2025 00:19 UTC
Build UUID: 7425f4f4-f38c-4d9e-930d-1cfcf9e8e99f
Build commit ID: db23b29ceb56a1
Architecture: x86_64
Boot via: installed image
System type: bare metal
Secure Boot: disabled
Hardware vendor: Default string
Hardware model: Default string
Hardware S/N: Default string
Hardware UUID: 03000200-0400-0500-0006-000700080009
Copyright: VyOS maintainers and contributors
In bash with modem-manager I can see that modem is there and I can connect with modem manager:
mmcli -m 0
--------------------------------
General | path: /org/freedesktop/ModemManager1/Modem/0
| device id: b9ef7c66cb07f9f37502f2eea26d7c8e01fa0190
--------------------------------
Hardware | manufacturer: Sierra Wireless, Incorporated
| model: MC7455
| firmware revision: SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09
| supported: gsm-umts, lte
| current: gsm-umts, lte
| equipment id: 359072063247296
--------------------------------
System | device: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-3
| drivers: qcserial, qmi_wwan
| plugin: sierra
| primary port: ttyUSB2
| ports: ttyUSB0 (qcdm), ttyUSB1 (gps), ttyUSB2 (at), wwan0 (ignored)
--------------------------------
Status | unlock retries: sim-pin (3), sim-puk (10)
| state: connected
| power state: on
| access tech: lte
| signal quality: 0% (recent)
--------------------------------
Modes | supported: allowed: 2g, 3g, 4g; preferred: none
| current: allowed: 2g, 3g, 4g; preferred: none
--------------------------------
IP | supported: ipv4, ipv6, ipv4v6
--------------------------------
3GPP | imei: 359072063247296
| operator id: 25503
| operator name: UA-KYIVSTAR KYIVSTAR
| registration: home
| packet service state: attached
--------------------------------
3GPP EPS | ue mode of operation: ps-2
--------------------------------
SIM | primary sim path: /org/freedesktop/ModemManager1/SIM/0
--------------------------------
Bearer | paths: /org/freedesktop/ModemManager1/Bearer/1
| /org/freedesktop/ModemManager1/Bearer/0
I connected with this command:
mmcli -m 0 --simple-connect="apn=internet"
successfully connected the modem
But still no IP address:
ip address show wwan0
6: wwan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1430 qdisc fq_codel state UNKNOWN group default qlen 1000
link/ether 8a:48:00:8b:6e:8d brd ff:ff:ff:ff:ff:ff
inet6 fe80::8848:ff:fe8b:6e8d/64 scope link
valid_lft forever preferred_lft forever
From the old thread I tried this command
(without really understanding what it actually does)
qmi-network /dev/cdc-wdm0 start
But the result says WDA unsupported
qmi-network /dev/cdc-wdm0 start
Profile at '/etc/qmi-network.conf' not found...
Checking data format with 'qmicli -d /dev/cdc-wdm0 --wda-get-data-format '...
error: couldn't create client for the 'wda' service: QMI protocol error (3): 'Internal'
Device link layer protocol not retrieved: WDA unsupported
Starting network with 'qmicli -d /dev/cdc-wdm0 --wds-start-network= --client-no-release-cid '...
error: couldn't start network: QMI protocol error (14): 'CallFailed'
call end reason (1): generic-unspecified
verbose call end reason (2,208): [internal] pdn-ipv4-call-disallowed
Saving state at /tmp/qmi-network-state-cdc-wdm0... (CID: 36)
error: network start failed, no packet data handle
Clearing state at /tmp/qmi-network-state-cdc-wdm0...
Is there any additional setup / config needed?
Thanks
Marcel