Using qmicli with a Sierra Wireless EM7455

Friedrich Romstedt friedrichromstedt at gmail.com
Fri Oct 18 11:56:45 UTC 2024


Hi,

Am Mi., 16. Okt. 2024 um 19:21 Uhr schrieb Aleksander Morgado <
aleksander.morgado at gmail.com>:

>
> >> Back in 2020 I was able to get my Sierra Wireless EM7455 running,
> thanks to your help. I didn't need it for ages then, and tried just today
> to revive it. However, I am running into a bit of problems. Here is what
> I've done (I am sending the transcripts of the commands along):
> >>
> >> [a02] # qmicli -d /dev/cdc-wdm0 --dms-set-fcc-authentication
> >> [a03] # mbimcli -p -d /dev/cdc-wdm0 --set-radio-state on
> >> [a04] # mbim-network /dev/cdc-wdm0 start
> >>
> >> The prefix of each line (e.g. "[a02]") corresponds to the log file
> starting with it (here, "a02 ... .txt").
>
> [...]
>
> Could you modify your profile in /etc/mbim-network.conf so that the
> auth field has the value "pap" instead of "PAP"?
>

Yeah, this worked (like a charm). So I've done:

   1. `# qmicli -d /dev/cdc-wdm0 --dms-set-fcc-authentication`
   2. `# mbimcli -p -d /dev/cdc-wdm0 --set-radio-state on`
   3. `# mbim-network /dev/cdc-dwm0 start`
   4. `# mbimcli -p -d /dev/cdc-wdm0 --query-ip-configuration`
   5. `# ip address add 10.110.6.66/30 broadcast + dev ww<...>`
   6. `# ip route add default via 10.110.6.65 dev ww<...>`

Step (6.) presents me:

Error: Nexthop has invalid gateway.

I suspect I need to say `# ip link set ww<...> up`, am I right? A
transcript of `# ip addr` is attached, captured right after step (5.) above.

Best,
Friedrich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libqmi-devel/attachments/20241018/48d9e56c/attachment.htm>
-------------- next part --------------
Command: ip addr

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: wwp0s20f0u5i12: <BROADCAST,MULTICAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether a6:9d:90:9d:ed:f6 brd ff:ff:ff:ff:ff:ff
    inet 10.110.6.66/30 brd 10.110.6.67 scope global wwp0s20f0u5i12
       valid_lft forever preferred_lft forever
3: enintel: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 54:e1:ad:3b:d6:e4 brd ff:ff:ff:ff:ff:ff
    altname enp0s31f6
4: wlintel: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether f8:59:71:8d:e0:7d brd ff:ff:ff:ff:ff:ff
    altname wlp3s0


More information about the libqmi-devel mailing list