Error message - normal or some problem inside qmicli in parallel usage?
Martin Maurer
martin.maurer at mmeacs.de
Tue Sep 5 14:07:56 UTC 2023
Perhaps a consequential error
due to
[05 Sep 2023, 15:51:46] [Debug] transaction 0x2 aborted, but message is
not abortable
error: couldn't create client for the 'dms' service: CID allocation
failed in the CTL client: Transaction timed out
in file connect_5g_telekom.log
line 75
Am 05.09.2023 um 16:00 schrieb Martin Maurer:
> I have collected and attached two logfiles of the parallel execution
> to this email:
>
> I added "-v" to each qmicli call to get more internal info.
>
> You can find
>
> error: couldn't create client for the 'wds' service: CID allocation
> failed in the CTL client: Service mismatch (requested 'wds', got 'dms')
>
> in file connect_5g_telekom.log
>
> line 176
>
>
> Am 05.09.2023 um 11:18 schrieb Martin Maurer:
>> Hello,
>>
>> I am using two modules (Quectel 4G and 5G, both time Telekom prepaid
>> SIM card) at the same time on a Raspberry PI 4.
>>
>> I am controlling both at the same time from different ssh session.
>>
>> Today I got multiple times:
>>
>> error: couldn't create client for the 'dms' service: CID allocation
>> failed in the CTL client: Service mismatch (requested 'dms', got 'wds')
>>
>> I am using the following commands:
>>
>> (for one of the modules)
>>
>> sudo qmicli --device=/dev/cdc-wdm0 --device-open-proxy
>> --dms-get-manufacturer
>> sudo qmicli --device=/dev/cdc-wdm0 --device-open-proxy --dms-get-model
>> sudo qmicli --device=/dev/cdc-wdm0 --device-open-proxy
>> --dms-get-revision
>> sudo qmicli --device=/dev/cdc-wdm0 --device-open-proxy --dms-get-ids
>> sudo qmicli --device=/dev/cdc-wdm0 --device-open-proxy
>> --uim-get-card-status
>>
>> as well as connection establishment like
>>
>> sudo qmicli --device=/dev/cdc-wdm0 --device-open-proxy
>> --wds-start-network="ip-type=4,apn=internet.telekom"
>> --client-no-release-cid
>>
>> and parallel
>>
>> (for the other of the modules)
>>
>> sudo qmicli --device=/dev/cdc-wdm1 --device-open-proxy
>> --dms-get-manufacturer
>> sudo qmicli --device=/dev/cdc-wdm1 --device-open-proxy --dms-get-model
>> sudo qmicli --device=/dev/cdc-wdm1 --device-open-proxy
>> --dms-get-revision
>> sudo qmicli --device=/dev/cdc-wdm1 --device-open-proxy --dms-get-ids
>> sudo qmicli --device=/dev/cdc-wdm1 --device-open-proxy
>> --uim-get-card-status
>>
>> as well as connection establishment like
>>
>> sudo qmicli --device=/dev/cdc-wdm1 --device-open-proxy
>> --wds-start-network="ip-type=4,apn=internet.telekom"
>> --client-no-release-cid
>>
>> I assume some actions querying infos collide with collection
>> establishment?
>>
>> Is there some log I can provide/analyse in case I see such an error?
>>
>> Best regards,
>>
>> Martin
>>
More information about the libqmi-devel
mailing list