<div dir="ltr"><div>Hi Daniele,</div><div><br></div><div>I am able to reproduce the issue using different SIM cards (especially from different operators).</div><div><br></div><div>I have attached a line, arriving in dmesg when the issue occurs, in my first email:</div><div><br></div><div>On the kernel 2.6.37:</div><div>"[ 1674.800000] tty_port_close_start: tty->count = 1 port count = 0."</div><div><br></div><div>Additionally there are logs from kernel 3.18.11:</div><div>"[10702.144550] cdc_acm 1-1.4:1.0: failed to set dtr/rts"</div><div>"[10707.154565] cdc_acm 1-1.4:1.0: failed to set dtr/rts"</div><div><br></div><div>Only the lines above arrive when the issue happens.</div><div><br></div><div>Regards,</div><div>  Jaroslaw </div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-13 10:48 GMT+02:00 Daniele Palmas <span dir="ltr"><<a href="mailto:dnlplm@gmail.com" target="_blank">dnlplm@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jaroslaw,<br>
<div><div class="h5"><br>
2016-05-13 9:18 GMT+02:00 Jarosław Bielski <<a href="mailto:bielski.j@gmail.com">bielski.j@gmail.com</a>>:<br>
> Hi,<br>
><br>
> To have additional information and capabilities regarding to the modem<br>
> (pin/puk tries perform/remain count, supported network modes (2G/3G/4G)) I<br>
> have checked the newer version of ModemManager-1.5.992. Unfortunately I have<br>
> found a regression with unlocking of PIN locked SIM. Unlocking procedure<br>
> takes a lot of time (about 5 seconds), finishes with success but modem<br>
> remains in "initializing" state (never changed to other one). There is no<br>
> possibility to configure/connect the modem from client side. Note that all<br>
> thinks works fine if I insert not PIN locked SIM card into the modem.<br>
> Previous one version of ModemManager (1.4.12) was this bug/behaviour free.<br>
><br>
> Use case (step-by-step):<br>
>  1. Start ModemManager<br>
>  2. Plug modem into USB port<br>
>  3. Check modem status using mmcli tool (mmcli -L, mmcli -m X)<br>
>  4. provide PIN to unlock the SIM (mmcli -m X -i Y --pin ABCD)<br>
><br>
> During performing step 4 the following message is displayed on kernel<br>
> console:<br>
><br>
> [ 2635.412000] tty_port_close_start: tty->count = 1 port count = 0.<br>
><br>
> Environment:<br>
>  - Modem MTD-H5 (Telit HE910-D)<br>
>  - SIM card with PIN lock enabled<br>
>  - Linux 2.6.37/3.18.11 (both versions was checked)<br>
>  - udev-182<br>
>  - glib-2.38.2<br>
>  - dbus-1.4.20<br>
>  - libmbim-1.12.4<br>
>  - libqmi-1.14.2<br>
><br>
><br>
> Please find the following logs from the use cases steps:<br>
><br>
>> 3. Check modem status using mmcli tool.<br>
><br>
> # mmcli -m 7<br>
><br>
> /org/freedesktop/ModemManager1/Modem/7 (device id<br>
> 'd085b4f507a00fb98af1e3e35a70c4e00b451b14')<br>
>   -------------------------<br>
>   Hardware |   manufacturer: 'Telit'<br>
>            |          model: 'HE910-D'<br>
>            |       revision: '12.00.026'<br>
>            |      supported: 'gsm-umts'<br>
>            |        current: 'gsm-umts'<br>
>            |   equipment id: '351579057922930'<br>
>   -------------------------<br>
>   System   |         device: '/sys/devices/platform/ehci-brcm.0/usb1/1-1'<br>
>            |        drivers: 'cdc_acm'<br>
>            |         plugin: 'Telit'<br>
>            |   primary port: 'ttyACM0'<br>
>            |          ports: 'ttyACM3 (at), ttyACM4 (unknown), ttyACM5<br>
> (unknown), ttyACM0 (at), ttyACM1 (unknown), ttyACM2 (unknown)'<br>
>   -------------------------<br>
>   Numbers  |           own : 'unknown'<br>
>   -------------------------<br>
>   Status   |           lock: 'sim-pin'<br>
>            | unlock retries: 'sim-pin (3), sim-pin2 (3), sim-puk (10),<br>
> sim-puk2 (10)'<br>
>            |          state: 'locked'<br>
>            |    power state: 'on'<br>
>            |    access tech: 'unknown'<br>
>            | signal quality: '0' (cached)<br>
>   -------------------------<br>
>   Modes    |      supported: 'allowed: 2g; preferred: none<br>
>            |                  allowed: 3g; preferred: none<br>
>            |                  allowed: 2g, 3g; preferred: none'<br>
>            |        current: 'allowed: 2g, 3g; preferred: none'<br>
>   -------------------------<br>
>   Bands    |      supported: 'egsm, dcs, pcs, g850, u2100, u1900, u850,<br>
> u900, u17iv'<br>
>            |        current: 'egsm, dcs, u900'<br>
>   -------------------------<br>
>   IP       |      supported: 'none'<br>
>   -------------------------<br>
>   SIM      |           path: '/org/freedesktop/ModemManager1/SIM/7'<br>
><br>
>   -------------------------<br>
>   Bearers  |          paths: 'none'<br>
><br>
><br>
>> 4. provide PIN to unlock the SIM (mmcli -m X -i Y --pin ABCD)<br>
><br>
> // mmcli hangs on 3/4 seconds<br>
><br>
> successfully sent PIN code to the SIM<br>
><br>
> // mmcli hangs on ~2 seconds<br>
> // on kernel console the following line is visible:<br>
><br>
> [ 1674.800000] tty_port_close_start: tty->count = 1 port count = 0.<br>
><br>
><br>
><br>
>> 3. Check modem status using mmcli tool.<br>
><br>
> # mmcli -m 0<br>
><br>
> /org/freedesktop/ModemManager1/Modem/0 (device id<br>
> 'd085b4f507a00fb98af1e3e35a70c4e00b451b14')<br>
>   -------------------------<br>
>   Hardware |   manufacturer: 'Telit'<br>
>            |          model: 'HE910-D'<br>
>            |       revision: '12.00.026'<br>
>            |      supported: 'gsm-umts'<br>
>            |        current: 'gsm-umts'<br>
>            |   equipment id: '351579057922930'<br>
>   -------------------------<br>
>   System   |         device: '/sys/devices/platform/ehci-brcm.0/usb1/1-1'<br>
>            |        drivers: 'cdc_acm'<br>
>            |         plugin: 'Telit'<br>
>            |   primary port: 'ttyACM0'<br>
>            |          ports: 'ttyACM3 (at), ttyACM4 (unknown), ttyACM5<br>
> (unknown), ttyACM0 (at), ttyACM1 (unknown), ttyACM2 (unknown)'<br>
>   -------------------------<br>
>   Numbers  |           own : 'unknown'<br>
>   -------------------------<br>
>   Status   |           lock: 'none'<br>
>            | unlock retries: 'sim-pin (3), sim-pin2 (3), sim-puk (10),<br>
> sim-puk2 (10)'<br>
>            |          state: 'initializing'<br>
>            |    power state: 'on'<br>
>            |    access tech: 'unknown'<br>
>            | signal quality: '0' (cached)<br>
>   -------------------------<br>
>   Modes    |      supported: 'allowed: 2g; preferred: none<br>
>            |                  allowed: 3g; preferred: none<br>
>            |                  allowed: 2g, 3g; preferred: none'<br>
>            |        current: 'allowed: 2g, 3g; preferred: none'<br>
>   -------------------------<br>
>   Bands    |      supported: 'egsm, dcs, pcs, g850, u2100, u1900, u850,<br>
> u900, u17iv'<br>
>            |        current: 'egsm, dcs, u900'<br>
>   -------------------------<br>
>   IP       |      supported: 'none'<br>
>   -------------------------<br>
>   SIM      |           path: '/org/freedesktop/ModemManager1/SIM/0'<br>
><br>
>   -------------------------<br>
>   Bearers  |          paths: 'none'<br>
><br>
><br>
> Debug messages from ModemManager on step 4.<br>
><br>
> <debug> (ttyACM0) opening serial port...<br>
> <debug> (ttyACM0) device open count is 1 (open)<br>
> <debug> (ttyACM0): --> 'AT+CPIN="1234"<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>OK<CR><LF>'<br>
> <debug> checking if unlock required...<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> (ttyACM0): --> 'AT+CPIN?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '+CPIN: READY<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 0 (close)<br>
> <debug> (ttyACM0) closing serial port...<br>
> <debug> (ttyACM0) serial port closed<br>
> <debug> (ttyACM0) opening serial port...<br>
> <debug> (ttyACM0) device open count is 1 (open)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,0020000100<CR>'<br>
> <warn>  No respose for step 1: Serial command timed out<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,002C000100<CR>'<br>
> <warn>  No respose for step 2: Serial command timed out<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,0020008100<CR>'<br>
> <warn>  No respose for step 3: Sending command failed: 'Resource temporarily<br>
> unavailable'<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,002C008100<CR>'<br>
> <warn>  No respose for step 4: Sending command failed: 'Resource temporarily<br>
> unavailable'<br>
<br>
</div></div>Looks like the modem got stuck.<br>
<br>
Are you able to reproduce the issue with other SIM cards?<br>
<br>
Can you please send also dmesg output when the problem happens?<br>
<br>
We saw a different behaviour with some specific SIM cards: Carlo is<br>
working on a patch for this, that can probably help also with your<br>
situation.<br>
<br>
Please see thread<br>
<a href="https://lists.freedesktop.org/archives/modemmanager-devel/2016-May/002953.html" rel="noreferrer" target="_blank">https://lists.freedesktop.org/archives/modemmanager-devel/2016-May/002953.html</a><br>
<br>
Regards,<br>
Daniele<br>
<div><div class="h5"><br>
> <warn>  Couldn't load unlock retries: 'Could not get any of the SIM unlock<br>
> retries values'<br>
> <debug> SIM is ready, and no need for the after SIM unlock step...<br>
> <debug> (ttyACM0) device open count is 0 (close)<br>
> <debug> (ttyACM0) closing serial port...<br>
> <debug> (ttyACM0) serial port closed<br>
> <info>  Modem /org/freedesktop/ModemManager1/Modem/0: state changed (locked<br>
> -> initializing)<br>
> <debug> (ttyACM0) opening serial port...<br>
> <warn>  (ttyACM0) could not open serial device (5)<br>
> <warn>  Couldn't start initialization: Couldn't open ports during modem<br>
> initialization: Couldn't open primary port: Could not open serial device<br>
> ttyACM0: Input/output error<br>
> <warn>  Modem reinitialization failed: 'Modem is unusable, cannot fully<br>
> initialize'<br>
><br>
><br>
> Debug messages from ModemManager on step 2.<br>
><br>
> <debug> [plugin manager] task 0: new support task for device:<br>
> /sys/devices/platform/ehci-brcm.0/usb1<br>
> <debug> [plugin manager] task 0: port grabbed: ttyACM0<br>
> <debug> [plugin manager] task 0,ttyACM0: new support task for port<br>
> <debug> [plugin manager) task 0,ttyACM0: deferred until min wait time<br>
> elapsed<br>
> <info>  (tty/ttyACM0): released by modem<br>
> /sys/devices/platform/ehci-brcm.0/usb1<br>
> <debug> [plugin manager] task 0: port released: ttyACM0<br>
> <debug> Removing empty device '/sys/devices/platform/ehci-brcm.0/usb1'<br>
> <debug> [plugin manager) task 0: cancellation requested<br>
> <debug> [plugin manager] task 0: no more ports to probe<br>
> <debug> [plugin manager] task 0: finished in '0.031896' seconds<br>
> <info>  Couldn't check support for device at<br>
> '/sys/devices/platform/ehci-brcm.0/usb1': Operation was cancelled<br>
> <debug> Device support check has been cancelled<br>
> <debug> [plugin manager] task 1: new support task for device:<br>
> /sys/devices/platform/ehci-brcm.0/usb1/1-1<br>
> <debug> [plugin manager] task 1: port grabbed: ttyACM0<br>
> <debug> [plugin manager] task 1,ttyACM0: new support task for port<br>
> <debug> [plugin manager) task 1,ttyACM0: deferred until min wait time<br>
> elapsed<br>
> <debug> [plugin manager] task 1: port grabbed: ttyACM1<br>
> <debug> [plugin manager] task 1,ttyACM1: new support task for port<br>
> <debug> [plugin manager) task 1,ttyACM1: deferred until min wait time<br>
> elapsed<br>
> <debug> [plugin manager] task 1: port grabbed: ttyACM3<br>
> <debug> [plugin manager] task 1,ttyACM3: new support task for port<br>
> <debug> [plugin manager) task 1,ttyACM3: deferred until min wait time<br>
> elapsed<br>
> <debug> [plugin manager] task 1: port grabbed: ttyACM4<br>
> <debug> [plugin manager] task 1,ttyACM4: new support task for port<br>
> <debug> [plugin manager) task 1,ttyACM4: deferred until min wait time<br>
> elapsed<br>
> <debug> [plugin manager] task 1: port grabbed: ttyACM2<br>
> <debug> [plugin manager] task 1,ttyACM2: new support task for port<br>
> <debug> [plugin manager) task 1,ttyACM2: deferred until min wait time<br>
> elapsed<br>
> <debug> [plugin manager] task 1: port grabbed: ttyACM5<br>
> <debug> [plugin manager] task 1,ttyACM5: new support task for port<br>
> <debug> [plugin manager) task 1,ttyACM5: deferred until min wait time<br>
> elapsed<br>
> <debug> [plugin manager] task 1: min wait time elapsed<br>
> <debug> (Haier) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (MTK) [ttyACM5] filtered by udev tags<br>
> <debug> (Sierra (legacy)) [ttyACM5] filtered by drivers<br>
> <debug> (Altair LTE) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (X22X) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Linktop) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Novatel) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Wavecom) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Dell) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Ericsson MBM) [ttyACM5] filtered by udev tags<br>
> <debug> (Novatel LTE) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Huawei) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (AnyDATA) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Samsung) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Option High-Speed) [ttyACM5] filtered by drivers<br>
> <debug> (ZTE) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Thuraya) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Nokia (Icera)) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Pantech) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Longcheer) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Sierra) [ttyACM5] filtered by drivers<br>
> <debug> (SimTech) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Motorola) [ttyACM5] filtered by vendor/product IDs<br>
> <debug> (Option) [ttyACM5] filtered by drivers<br>
> <debug> [plugin manager] task 1,ttyACM5: found '6' plugins to try<br>
> <debug> [plugin manager] task 1,ttyACM5: will try with plugin 'Telit'<br>
> <debug> [plugin manager] task 1,ttyACM5: will try with plugin 'Via CBP7'<br>
> <debug> [plugin manager] task 1,ttyACM5: will try with plugin 'Iridium'<br>
> <debug> [plugin manager] task 1,ttyACM5: will try with plugin 'Cinterion'<br>
> <debug> [plugin manager] task 1,ttyACM5: will try with plugin 'Nokia'<br>
> <debug> [plugin manager] task 1,ttyACM5: will try with plugin 'Generic'<br>
> <debug> [plugin manager) task 1,ttyACM5: started<br>
> <debug> [plugin manager] task 1,ttyACM5: checking with plugin 'Telit'<br>
> <debug> (Telit) [ttyACM5] probe required: 'at'<br>
> <debug> (tty/ttyACM5) launching port probing: 'at'<br>
> <debug> (Haier) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (MTK) [ttyACM2] filtered by udev tags<br>
> <debug> (Sierra (legacy)) [ttyACM2] filtered by drivers<br>
> <debug> (Altair LTE) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (X22X) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Linktop) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Novatel) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Wavecom) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Dell) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Ericsson MBM) [ttyACM2] filtered by udev tags<br>
> <debug> (Novatel LTE) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Huawei) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (AnyDATA) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Samsung) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Option High-Speed) [ttyACM2] filtered by drivers<br>
> <debug> (ZTE) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Thuraya) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Nokia (Icera)) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Pantech) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Longcheer) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Sierra) [ttyACM2] filtered by drivers<br>
> <debug> (SimTech) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Motorola) [ttyACM2] filtered by vendor/product IDs<br>
> <debug> (Option) [ttyACM2] filtered by drivers<br>
> <debug> [plugin manager] task 1,ttyACM2: found '6' plugins to try<br>
> <debug> [plugin manager] task 1,ttyACM2: will try with plugin 'Telit'<br>
> <debug> [plugin manager] task 1,ttyACM2: will try with plugin 'Via CBP7'<br>
> <debug> [plugin manager] task 1,ttyACM2: will try with plugin 'Iridium'<br>
> <debug> [plugin manager] task 1,ttyACM2: will try with plugin 'Cinterion'<br>
> <debug> [plugin manager] task 1,ttyACM2: will try with plugin 'Nokia'<br>
> <debug> [plugin manager] task 1,ttyACM2: will try with plugin 'Generic'<br>
> <debug> [plugin manager) task 1,ttyACM2: started<br>
> <debug> [plugin manager] task 1,ttyACM2: checking with plugin 'Telit'<br>
> <debug> (Telit) [ttyACM2] probe required: 'at'<br>
> <debug> (tty/ttyACM2) launching port probing: 'at'<br>
> <debug> (Haier) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (MTK) [ttyACM4] filtered by udev tags<br>
> <debug> (Sierra (legacy)) [ttyACM4] filtered by drivers<br>
> <debug> (Altair LTE) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (X22X) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Linktop) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Novatel) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Wavecom) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Dell) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Ericsson MBM) [ttyACM4] filtered by udev tags<br>
> <debug> (Novatel LTE) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Huawei) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (AnyDATA) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Samsung) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Option High-Speed) [ttyACM4] filtered by drivers<br>
> <debug> (ZTE) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Thuraya) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Nokia (Icera)) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Pantech) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Longcheer) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Sierra) [ttyACM4] filtered by drivers<br>
> <debug> (SimTech) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Motorola) [ttyACM4] filtered by vendor/product IDs<br>
> <debug> (Option) [ttyACM4] filtered by drivers<br>
> <debug> [plugin manager] task 1,ttyACM4: found '6' plugins to try<br>
> <debug> [plugin manager] task 1,ttyACM4: will try with plugin 'Telit'<br>
> <debug> [plugin manager] task 1,ttyACM4: will try with plugin 'Via CBP7'<br>
> <debug> [plugin manager] task 1,ttyACM4: will try with plugin 'Iridium'<br>
> <debug> [plugin manager] task 1,ttyACM4: will try with plugin 'Cinterion'<br>
> <debug> [plugin manager] task 1,ttyACM4: will try with plugin 'Nokia'<br>
> <debug> [plugin manager] task 1,ttyACM4: will try with plugin 'Generic'<br>
> <debug> [plugin manager) task 1,ttyACM4: started<br>
> <debug> [plugin manager] task 1,ttyACM4: checking with plugin 'Telit'<br>
> <debug> (Telit) [ttyACM4] probe required: 'at'<br>
> <debug> (tty/ttyACM4) launching port probing: 'at'<br>
> <debug> (Haier) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (MTK) [ttyACM3] filtered by udev tags<br>
> <debug> (Sierra (legacy)) [ttyACM3] filtered by drivers<br>
> <debug> (Altair LTE) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (X22X) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Linktop) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Novatel) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Wavecom) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Dell) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Ericsson MBM) [ttyACM3] filtered by udev tags<br>
> <debug> (Novatel LTE) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Huawei) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (AnyDATA) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Samsung) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Option High-Speed) [ttyACM3] filtered by drivers<br>
> <debug> (ZTE) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Thuraya) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Nokia (Icera)) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Pantech) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Longcheer) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Sierra) [ttyACM3] filtered by drivers<br>
> <debug> (SimTech) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Motorola) [ttyACM3] filtered by vendor/product IDs<br>
> <debug> (Option) [ttyACM3] filtered by drivers<br>
> <debug> [plugin manager] task 1,ttyACM3: found '6' plugins to try<br>
> <debug> [plugin manager] task 1,ttyACM3: will try with plugin 'Telit'<br>
> <debug> [plugin manager] task 1,ttyACM3: will try with plugin 'Via CBP7'<br>
> <debug> [plugin manager] task 1,ttyACM3: will try with plugin 'Iridium'<br>
> <debug> [plugin manager] task 1,ttyACM3: will try with plugin 'Cinterion'<br>
> <debug> [plugin manager] task 1,ttyACM3: will try with plugin 'Nokia'<br>
> <debug> [plugin manager] task 1,ttyACM3: will try with plugin 'Generic'<br>
> <debug> [plugin manager) task 1,ttyACM3: started<br>
> <debug> [plugin manager] task 1,ttyACM3: checking with plugin 'Telit'<br>
> <debug> (Telit) [ttyACM3] probe required: 'at'<br>
> <debug> (tty/ttyACM3) launching port probing: 'at'<br>
> <debug> (Haier) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (MTK) [ttyACM1] filtered by udev tags<br>
> <debug> (Sierra (legacy)) [ttyACM1] filtered by drivers<br>
> <debug> (Altair LTE) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (X22X) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Linktop) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Novatel) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Wavecom) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Dell) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Ericsson MBM) [ttyACM1] filtered by udev tags<br>
> <debug> (Novatel LTE) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Huawei) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (AnyDATA) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Samsung) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Option High-Speed) [ttyACM1] filtered by drivers<br>
> <debug> (ZTE) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Thuraya) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Nokia (Icera)) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Pantech) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Longcheer) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Sierra) [ttyACM1] filtered by drivers<br>
> <debug> (SimTech) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Motorola) [ttyACM1] filtered by vendor/product IDs<br>
> <debug> (Option) [ttyACM1] filtered by drivers<br>
> <debug> [plugin manager] task 1,ttyACM1: found '6' plugins to try<br>
> <debug> [plugin manager] task 1,ttyACM1: will try with plugin 'Telit'<br>
> <debug> [plugin manager] task 1,ttyACM1: will try with plugin 'Via CBP7'<br>
> <debug> [plugin manager] task 1,ttyACM1: will try with plugin 'Iridium'<br>
> <debug> [plugin manager] task 1,ttyACM1: will try with plugin 'Cinterion'<br>
> <debug> [plugin manager] task 1,ttyACM1: will try with plugin 'Nokia'<br>
> <debug> [plugin manager] task 1,ttyACM1: will try with plugin 'Generic'<br>
> <debug> [plugin manager) task 1,ttyACM1: started<br>
> <debug> [plugin manager] task 1,ttyACM1: checking with plugin 'Telit'<br>
> <debug> (Telit) [ttyACM1] probe required: 'at'<br>
> <debug> (tty/ttyACM1) launching port probing: 'at'<br>
> <debug> (Haier) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (MTK) [ttyACM0] filtered by udev tags<br>
> <debug> (Sierra (legacy)) [ttyACM0] filtered by drivers<br>
> <debug> (Altair LTE) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (X22X) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Linktop) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Novatel) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Wavecom) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Dell) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Ericsson MBM) [ttyACM0] filtered by udev tags<br>
> <debug> (Novatel LTE) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Huawei) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (AnyDATA) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Samsung) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Option High-Speed) [ttyACM0] filtered by drivers<br>
> <debug> (ZTE) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Thuraya) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Nokia (Icera)) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Pantech) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Longcheer) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Sierra) [ttyACM0] filtered by drivers<br>
> <debug> (SimTech) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Motorola) [ttyACM0] filtered by vendor/product IDs<br>
> <debug> (Option) [ttyACM0] filtered by drivers<br>
> <debug> [plugin manager] task 1,ttyACM0: found '6' plugins to try<br>
> <debug> [plugin manager] task 1,ttyACM0: will try with plugin 'Telit'<br>
> <debug> [plugin manager] task 1,ttyACM0: will try with plugin 'Via CBP7'<br>
> <debug> [plugin manager] task 1,ttyACM0: will try with plugin 'Iridium'<br>
> <debug> [plugin manager] task 1,ttyACM0: will try with plugin 'Cinterion'<br>
> <debug> [plugin manager] task 1,ttyACM0: will try with plugin 'Nokia'<br>
> <debug> [plugin manager] task 1,ttyACM0: will try with plugin 'Generic'<br>
> <debug> [plugin manager) task 1,ttyACM0: started<br>
> <debug> [plugin manager] task 1,ttyACM0: checking with plugin 'Telit'<br>
> <debug> (Telit) [ttyACM0] probe required: 'at'<br>
> <debug> (tty/ttyACM0) launching port probing: 'at'<br>
> <debug> [plugin manager] task 1: min probing time elapsed<br>
> <debug> [plugin Manager] task 1: still 6 running probes (6 active): ttyACM5,<br>
> ttyACM2, ttyACM4, ttyACM3, ttyACM1, ttyACM0<br>
> <debug> (ttyACM5) opening serial port...<br>
> <debug> (ttyACM5) device open count is 1 (open)<br>
> <debug> (ttyACM2) opening serial port...<br>
> <debug> (ttyACM2) device open count is 1 (open)<br>
> <debug> (ttyACM4) opening serial port...<br>
> <debug> (ttyACM4) device open count is 1 (open)<br>
> <debug> (ttyACM3) opening serial port...<br>
> <debug> (ttyACM3) device open count is 1 (open)<br>
> <debug> (ttyACM1) opening serial port...<br>
> <debug> (ttyACM1) device open count is 1 (open)<br>
> <debug> (ttyACM0) opening serial port...<br>
> <debug> (ttyACM0) device open count is 1 (open)<br>
> <debug> (ttyACM5): --> 'AT<CR>'<br>
> <debug> (ttyACM2): --> 'AT<CR>'<br>
> <debug> (ttyACM4): --> 'AT<CR>'<br>
> <debug> (ttyACM3): --> 'AT<CR>'<br>
> <debug> (ttyACM3): <-- 'AT'<br>
> <debug> (ttyACM0): --> 'AT#PORTCFG?<CR>'<br>
> <debug> (ttyACM1): --> 'AT<CR>'<br>
> <debug> (ttyACM3): <-- '<CR><CR><LF>OK<CR><LF>'<br>
> <debug> (tty/ttyACM3) port is AT-capable<br>
> <debug> [plugin manager] task 1,ttyACM3: found best plugin for port (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM3: finished in '3.358319' seconds<br>
> <debug> [plugin manager] task 1,ttyACM3: found best plugin: Telit<br>
> <debug> [plugin manager] task 1,ttyACM5: got suggested plugin (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM2: got suggested plugin (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM4: got suggested plugin (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM1: got suggested plugin (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM0: got suggested plugin (Telit)<br>
> <debug> [plugin Manager] task 1: still 5 running probes (5 active): ttyACM5,<br>
> ttyACM2, ttyACM4, ttyACM1, ttyACM0<br>
> <debug> (ttyACM3) device open count is 0 (close)<br>
> <debug> (ttyACM3) closing serial port...<br>
> <debug> (ttyACM3) serial port closed<br>
> <debug> (ttyACM3) forced to close port<br>
> <debug> (ttyACM0): <-- 'AT#PORTCFG?'<br>
> <debug> (ttyACM0): <-- '<CR><CR><LF>#PORTCFG: 1,1<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> telit: retrieving port mode layout<br>
> <debug> (tty/ttyACM0) port is AT-capable<br>
> <debug> [plugin manager] task 1,ttyACM0: found best plugin for port (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM0: finished in '4.527071' seconds<br>
> <debug> [plugin manager] task 1,ttyACM0: best plugin matches device reported<br>
> one: Telit<br>
> <debug> [plugin Manager] task 1: still 4 running probes (4 active): ttyACM5,<br>
> ttyACM2, ttyACM4, ttyACM1<br>
> <debug> (ttyACM0) device open count is 0 (close)<br>
> <debug> (ttyACM0) closing serial port...<br>
> <debug> (ttyACM0) serial port closed<br>
> <debug> (ttyACM0) forced to close port<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> (ttyACM5): --> 'AT<CR>'<br>
> <debug> (ttyACM2): --> 'AT<CR>'<br>
> <debug> (ttyACM4): --> 'AT<CR>'<br>
> <debug> (ttyACM1): --> 'AT<CR>'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> (ttyACM5): --> 'AT<CR>'<br>
> <debug> (ttyACM2): --> 'AT<CR>'<br>
> <debug> (ttyACM4): --> 'AT<CR>'<br>
> <debug> (ttyACM1): --> 'AT<CR>'<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> (tty/ttyACM5) port is not AT-capable<br>
> <debug> [plugin manager] task 1,ttyACM5: found best plugin for port (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM5: finished in '12.780406' seconds<br>
> <debug> [plugin manager] task 1,ttyACM5: best plugin matches device reported<br>
> one: Telit<br>
> <debug> [plugin Manager] task 1: still 3 running probes (3 active): ttyACM2,<br>
> ttyACM4, ttyACM1<br>
> <debug> (ttyACM5) device open count is 0 (close)<br>
> <debug> (ttyACM5) closing serial port...<br>
> <debug> (ttyACM5) serial port closed<br>
> <debug> (ttyACM5) forced to close port<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> (tty/ttyACM2) port is not AT-capable<br>
> <debug> [plugin manager] task 1,ttyACM2: found best plugin for port (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM2: finished in '12.825877' seconds<br>
> <debug> [plugin manager] task 1,ttyACM2: best plugin matches device reported<br>
> one: Telit<br>
> <debug> [plugin Manager] task 1: still 2 running probes (2 active): ttyACM4,<br>
> ttyACM1<br>
> <debug> (ttyACM2) device open count is 0 (close)<br>
> <debug> (ttyACM2) closing serial port...<br>
> <debug> (ttyACM2) serial port closed<br>
> <debug> (ttyACM2) forced to close port<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> (tty/ttyACM4) port is not AT-capable<br>
> <debug> [plugin manager] task 1,ttyACM4: found best plugin for port (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM4: finished in '12.869475' seconds<br>
> <debug> [plugin manager] task 1,ttyACM4: best plugin matches device reported<br>
> one: Telit<br>
> <debug> [plugin Manager] task 1: still 1 running probes (1 active): ttyACM1<br>
> <debug> (ttyACM4) device open count is 0 (close)<br>
> <debug> (ttyACM4) closing serial port...<br>
> <debug> (ttyACM4) serial port closed<br>
> <debug> (ttyACM4) forced to close port<br>
> <debug> Parsing AT got: 'Serial command timed out'<br>
> <debug> (tty/ttyACM1) port is not AT-capable<br>
> <debug> [plugin manager] task 1,ttyACM1: found best plugin for port (Telit)<br>
> <debug> [plugin manager] task 1,ttyACM1: finished in '12.925920' seconds<br>
> <debug> [plugin manager] task 1,ttyACM1: best plugin matches device reported<br>
> one: Telit<br>
> <debug> [plugin manager] task 1: no more ports to probe<br>
> <debug> [plugin manager] task 1: finished in '12.974674' seconds<br>
> <info>  Creating modem with plugin 'Telit' and '6' ports<br>
> <debug> (ttyACM5) type 'ignored' claimed by<br>
> /sys/devices/platform/ehci-brcm.0/usb1/1-1<br>
> <debug> (ttyACM2) type 'ignored' claimed by<br>
> /sys/devices/platform/ehci-brcm.0/usb1/1-1<br>
> <debug> (ttyACM4) type 'ignored' claimed by<br>
> /sys/devices/platform/ehci-brcm.0/usb1/1-1<br>
> <debug> telit: AT port 'tty/ttyACM3' flagged as secondary<br>
> <debug> (ttyACM3) type 'at' claimed by<br>
> /sys/devices/platform/ehci-brcm.0/usb1/1-1<br>
> <debug> (ttyACM1) type 'ignored' claimed by<br>
> /sys/devices/platform/ehci-brcm.0/usb1/1-1<br>
> <debug> telit: AT port 'tty/ttyACM0' flagged as primary<br>
> <debug> (ttyACM0) type 'at' claimed by<br>
> /sys/devices/platform/ehci-brcm.0/usb1/1-1<br>
> <debug> (/sys/devices/platform/ehci-brcm.0/usb1/1-1) tty/ttyACM0 at<br>
> (primary)<br>
> <debug> (/sys/devices/platform/ehci-brcm.0/usb1/1-1) tty/ttyACM3 at<br>
> (secondary)<br>
> <debug> (/sys/devices/platform/ehci-brcm.0/usb1/1-1) tty/ttyACM0 data<br>
> (primary)<br>
> <debug> (ttyACM0) opening serial port...<br>
> <debug> (ttyACM0) device open count is 1 (open)<br>
> <debug> (ttyACM0): running init sequence...<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <info>  Modem for device at '/sys/devices/platform/ehci-brcm.0/usb1/1-1'<br>
> successfully created<br>
> <debug> (ttyACM1) device open count is 0 (close)<br>
> <debug> (ttyACM1) closing serial port...<br>
> <debug> (ttyACM1) serial port closed<br>
> <debug> (ttyACM1) forced to close port<br>
> <debug> loading current capabilities...<br>
> <debug> (ttyACM0) device open count is 4 (open)<br>
> <debug> (ttyACM0): --> 'ATE0<CR>'<br>
> <debug> (ttyACM0): <-- 'ATE0<CR><CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0): --> 'ATV1<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0): --> 'AT+CMEE=1<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0): --> 'ATX4<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0): --> 'AT&C1<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0): --> 'ATE0<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 3 (close)<br>
> <debug> (ttyACM0): --> 'AT+CMEE=1<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+GCAP<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '+GCAP:<br>
> +CGSM,+DS,+FCLASS,+MS,+ES<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+WS46=?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '+WS46: (12,22,25)<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> loaded current capabilities: gsm-umts<br>
> <debug> Modem allows up to 1 bearers<br>
> <debug> Creating bearer list (max: 1, max active: 1)<br>
> <debug> loading manufacturer...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CGMI<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- 'Telit<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> loaded manufacturer: Telit<br>
> <debug> loading model...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CGMM<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>HE910-D<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> loaded model: HE910-D<br>
> <debug> loading revision...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CGMR<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>12.00.026<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> loaded revision: 12.00.026<br>
> <debug> loading equipment identifier...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CGSN<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>351579057922930<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> loaded equipment identifier: 351579057922930<br>
> <debug> loading device identifier...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'ATI<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '332<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> Device ID source<br>
> '00001bc70000002133235157905792293012.00.026HE910-DTelit'<br>
> <debug> Device ID 'd085b4f507a00fb98af1e3e35a70c4e00b451b14'<br>
> <debug> loaded device identifier: d085b4f507a00fb98af1e3e35a70c4e00b451b14<br>
> <debug> loading supported modes...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT*CNTI=2<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>ERROR<CR><LF>'<br>
> <debug> Got failure code 100: Unknown error<br>
> <debug> Generic query of supported 3GPP networks with *CNTI failed: 'Unknown<br>
> error'<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> Device allows (3GPP) 2G-only network mode<br>
> <debug> Device allows (3GPP) 3G-only network mode<br>
> <debug> Device allows every supported 3GPP network mode (2G/3G)<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT#BND=?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '#BND: (0,3),(0-7)<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> loading supported IP families...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CGDCONT=?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CME ERROR: 11<CR><LF>'<br>
> <debug> Got failure code 11: SIM PIN required<br>
> <warn>  couldn't load Supported IP families: 'SIM PIN required'<br>
> <debug> loading power state...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CFUN?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '+CFUN: 1<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> checking if unlock required...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CPIN?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CPIN: SIM PIN<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,0020000100<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CSIM: 4,"63C3"<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> PIN unlock retries left: 3<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,002C000100<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CSIM: 4,"63CA"<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> PUK unlock retries left: 10<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,0020008100<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CSIM: 4,"63C3"<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> PIN2 unlock retries left: 3<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CSIM=10,002C008100<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CSIM: 4,"63CA"<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> PUK2 unlock retries left: 10<br>
> <info>  Modem: state changed (unknown -> locked)<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> loading SIM identifier...<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0): --> 'AT+CRSM=176,12258,0,0,10<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CRSM:<br>
> 145,11,988430512583766500F6<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> loaded SIM identifier: 8948031552386756006<br>
> <debug> loading IMSI...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CIMI<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CME ERROR: 11<CR><LF>'<br>
> <debug> Got failure code 11: SIM PIN required<br>
> <warn>  couldn't load IMSI: 'SIM PIN required'<br>
> <debug> loading Operator ID...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CRSM=176,28589,0,0,4<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CRSM:<br>
> 145,11,00FFFF02<CR><LF><CR><LF>OK<CR><LF>'<br>
> <warn>  couldn't load Operator identifier: 'Cannot load Operator ID without<br>
> IMSI'<br>
> <debug> loading Operator Name...<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+CRSM=176,28486,0,0,17<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '+CRSM:<br>
> 145,11,026E6A75FFFFFFFFFFFFFFFFFFFFFFFFFF<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> loading own numbers...<br>
> <debug> (ttyACM0) device open count is 2 (open)<br>
> <debug> (ttyACM0): --> 'AT+CNUM<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+CME ERROR: 11<CR><LF>'<br>
> <debug> Got failure code 11: SIM PIN required<br>
> <warn>  couldn't load list of Own Numbers: 'SIM PIN required'<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT+WS46?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>+WS46: 25<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 3 (open)<br>
> <debug> (ttyACM0) device open count is 2 (close)<br>
> <debug> (ttyACM0): --> 'AT#BND?<CR>'<br>
> <debug> (ttyACM0): <-- '<CR><LF>'<br>
> <debug> (ttyACM0): <-- '#BND: 0,5<CR><LF><CR><LF>OK<CR><LF>'<br>
> <debug> (ttyACM0) device open count is 1 (close)<br>
> <debug> Couldn't initialize interface: 'Firmware not supported'<br>
> <debug> (ttyACM0) device open count is 0 (close)<br>
> <debug> (ttyACM0) closing serial port...<br>
> <debug> (ttyACM0) serial port closed<br>
> <debug> Couldn't finish initialization in the current state: 'Modem is<br>
> currently locked, cannot fully initialize'<br>
> <debug> Exported modem '/sys/devices/platform/ehci-brcm.0/usb1/1-1' at path<br>
> '/org/freedesktop/ModemManager1/Modem/0'<br>
> <debug> (/org/freedesktop/ModemManager1/Modem/0): 'Telit' modem, VID 0x1BC7<br>
> PID 0x0021 (usb)<br>
><br>
> Cheers,<br>
>   Jaroslaw Bielski<br>
><br>
</div></div>> _______________________________________________<br>
> ModemManager-devel mailing list<br>
> <a href="mailto:ModemManager-devel@lists.freedesktop.org">ModemManager-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel</a><br>
><br>
</blockquote></div><br></div>