QMICLI IPV6 problem on MC7354

Aleksander Morgado aleksander at aleksander.es
Sun Jul 31 15:59:13 UTC 2016


On Fri, Jul 29, 2016 at 10:37 PM, Tang Nguyen <tang_nguyen at yahoo.com> wrote:
>
>
> I have problem with getting ipv6 address from modem on MC7354 as described in above thread.  Bjon mentioned we should need to connect 2 WDS clients for dual stack.  Would anyone please let me know how to open a second WDS client ?

Every time you run qmicli without using --client-cid=[CID] you're
creating a new WDS client. E.g.

$ qmicli -d /dev/cdc-wdm3 --wds-noop --client-no-release-cid
[/dev/cdc-wdm3] Client ID not released:
Service: 'wds'
   CID: '10'
(creates a WDS client and doesn't release it, to use it, run WDS
commands with "--client-cid=10 --client-no-release-cid")

$ qmicli -d /dev/cdc-wdm3 --wds-noop --client-no-release-cid
Service: 'wds'
   CID: '11'
(creates a WDS client and doesn't release it, to use it, run WDS
commands with "--client-cid=11 --client-no-release-cid")

-- 
Aleksander
https://aleksander.es


More information about the libqmi-devel mailing list