<div dir="ltr"><div><div><font size="2"><b>I have installed newer kernel but still the same response from qmicli commands</b></font><br><b><br>ico1@ico1:~$ lsb_release -a</b><br>No LSB modules are available.<br>Distributor ID: Ubuntu<br>Description:    Ubuntu 16.04.3 LTS<br>Release:        16.04<br>Codename:       xenial<br><br><b>ico1@ico1:~$ uname -a</b><br>Linux ico1 4.17.0-041700rc1-lowlatency #201804152230 SMP PREEMPT Mon Apr 16 02:37:13 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux<br><br><font size="2"><b>I have 3 same reference devices and modems, so I  installed a fresh Ubuntu server 17.10 which has kernel 4.13, on one of the others  and I get the same response from qmicli commands<br></b></font>ico2@ico2:~$ uname -a<br>Linux ico2 4.13.0-21-generic #24-Ubuntu SMP Mon Dec 18 17:29:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux<br><br>ico2@ico2:~$ lsb_release -a<br>No LSB modules are available.<br>Distributor ID: Ubuntu<br>Description:    Ubuntu 17.10<br>Release:        17.10<br>Codename:       artful<br><br>ico2@ico2:~$ history<br>    1  uname -r<br>    2  sudo apt update<br>    3  sudo apt install libqmi-utils libqmi-proxy<br>    4  qmicli -d /dev/cdc-wdm0 --dms-get-manufacturer<br>    5  sudo qmicli -d /dev/cdc-wdm0 --dms-get-manufacturer<br>    6  sudo qmicli -d /dev/cdc-wdm0 --dms-get-manufacturer -v<br>    7  uname -r<br>    8  uname -a<br>    9  lsb_release -a<br>   10  history<br><br>ico2@ico2:~$ lsusb<br>Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub<br>Bus 001 Device 002: ID 1199:9071 Sierra Wireless, Inc.<br>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>ico2@ico2:~$<br><br>ico2@ico2:~$ sudo qmicli -d /dev/cdc-wdm0 --wda-get-data-format -v<br>[21 abr 2018, 00:41:05] [Debug] [/dev/cdc-wdm0] Opening device with flags 'auto'...<br>[21 abr 2018, 00:41:05] [Debug] [/dev/cdc-wdm0] loaded driver of cdc-wdm port: qmi_wwan<br>[21 abr 2018, 00:41:05] [Debug] [/dev/cdc-wdm0] automatically selecting QMI mode<br>[21 abr 2018, 00:41:05] [Debug] QMI Device at '/dev/cdc-wdm0' ready<br>[21 abr 2018, 00:41:05] [Debug] [/dev/cdc-wdm0] Assuming service 'wda' is supported...<br>[21 abr 2018, 00:41:05] [Debug] [/dev/cdc-wdm0] Allocating new client ID...<br>[21 abr 2018, 00:41:05] [Debug] [/dev/cdc-wdm0] sent message...<br><<<<<< RAW:<br><<<<<<   length = 16<br><<<<<<   data   = 01:0F:00:00:00:00:00:01:22:00:04:00:01:01:00:1A<br><br>[21 abr 2018, 00:41:05] [Debug] [/dev/cdc-wdm0] sent generic request (translated)...<br><<<<<< QMUX:<br><<<<<<   length  = 15<br><<<<<<   flags   = 0x00<br><<<<<<   service = "ctl"<br><<<<<<   client  = 0<br><<<<<< QMI:<br><<<<<<   flags       = "none"<br><<<<<<   transaction = 1<br><<<<<<   tlv_length  = 4<br><<<<<<   message     = "Allocate CID" (0x0022)<br><<<<<< TLV:<br><<<<<<   type       = "Service" (0x01)<br><<<<<<   length     = 1<br><<<<<<   value      = 1A<br><<<<<<   translated = wda<br><br>error: couldn't create client for the 'wda' service: CID allocation failed in the CTL client: Transaction timed out<br>ico2@ico2:~$<br><br>ico2@ico2:~$ lsusb -v -d 1199:9071<br>Bus 001 Device 002: ID 1199:9071 Sierra Wireless, Inc.<br>Device Descriptor:<br>  bLength                18<br>  bDescriptorType         1<br>  bcdUSB               2.00<br>  bDeviceClass            0 (Defined at Interface level)<br>  bDeviceSubClass         0<br>  bDeviceProtocol         0<br>  bMaxPacketSize0        64<br>  idVendor           0x1199 Sierra Wireless, Inc.<br>  idProduct          0x9071<br>  bcdDevice            0.06<br>  iManufacturer           1<br>  iProduct                2<br>  iSerial                 3<br>  bNumConfigurations      1<br>  Configuration Descriptor:<br>    bLength                 9<br>    bDescriptorType         2<br>    wTotalLength          160<br>    bNumInterfaces          4<br>    bConfigurationValue     1<br>    iConfiguration          0<br>    bmAttributes         0xa0<br>      (Bus Powered)<br>      Remote Wakeup<br>    MaxPower              500mA<br>    Interface Descriptor:<br>      bLength                 9<br>      bDescriptorType         4<br>      bInterfaceNumber        0<br>      bAlternateSetting       0<br>      bNumEndpoints           2<br>      bInterfaceClass       255 Vendor Specific Class<br>      bInterfaceSubClass    255 Vendor Specific Subclass<br>      bInterfaceProtocol    255 Vendor Specific Protocol<br>      iInterface              0<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x81  EP 1 IN<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x01  EP 1 OUT<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br>    Interface Descriptor:<br>      bLength                 9<br>      bDescriptorType         4<br>      bInterfaceNumber        2<br>      bAlternateSetting       0<br>      bNumEndpoints           3<br>      bInterfaceClass       255 Vendor Specific Class<br>      bInterfaceSubClass      0<br>      bInterfaceProtocol      0<br>      iInterface              0<br>      ** UNRECOGNIZED:  05 24 00 10 01<br>      ** UNRECOGNIZED:  05 24 01 00 00<br>      ** UNRECOGNIZED:  04 24 02 02<br>      ** UNRECOGNIZED:  05 24 06 00 00<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x83  EP 3 IN<br>        bmAttributes            3<br>          Transfer Type            Interrupt<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x000a  1x 10 bytes<br>        bInterval               9<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x82  EP 2 IN<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x02  EP 2 OUT<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br>    Interface Descriptor:<br>      bLength                 9<br>      bDescriptorType         4<br>      bInterfaceNumber        3<br>      bAlternateSetting       0<br>      bNumEndpoints           3<br>      bInterfaceClass       255 Vendor Specific Class<br>      bInterfaceSubClass      0<br>      bInterfaceProtocol      0<br>      iInterface              0<br>      ** UNRECOGNIZED:  05 24 00 10 01<br>      ** UNRECOGNIZED:  05 24 01 00 00<br>      ** UNRECOGNIZED:  04 24 02 02<br>      ** UNRECOGNIZED:  05 24 06 00 00<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x85  EP 5 IN<br>        bmAttributes            3<br>          Transfer Type            Interrupt<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x000a  1x 10 bytes<br>        bInterval               9<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x84  EP 4 IN<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x03  EP 3 OUT<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br>    Interface Descriptor:<br>      bLength                 9<br>      bDescriptorType         4<br>      bInterfaceNumber        8<br>      bAlternateSetting       0<br>      bNumEndpoints           3<br>      bInterfaceClass       255 Vendor Specific Class<br>      bInterfaceSubClass    255 Vendor Specific Subclass<br>      bInterfaceProtocol    255 Vendor Specific Protocol<br>      iInterface              0<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x87  EP 7 IN<br>        bmAttributes            3<br>          Transfer Type            Interrupt<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0008  1x 8 bytes<br>        bInterval               9<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x86  EP 6 IN<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br>      Endpoint Descriptor:<br>        bLength                 7<br>        bDescriptorType         5<br>        bEndpointAddress     0x04  EP 4 OUT<br>        bmAttributes            2<br>          Transfer Type            Bulk<br>          Synch Type               None<br>          Usage Type               Data<br>        wMaxPacketSize     0x0200  1x 512 bytes<br>        bInterval               0<br><br></div>After this I installer modemmanager and it works the same as in the first device.<br><br></div>Thanks in advance<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-04-20 23:35 GMT-05:00 EMANUEL FERNANDO MONTOYA GOMEZ <span dir="ltr"><<a href="mailto:emanuel.montoya@udea.edu.co" target="_blank">emanuel.montoya@udea.edu.co</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Ohh, so bad, sorry.<br><br></div><div>Thanks a lot for your help and time.<br></div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">2018-04-20 23:31 GMT-05:00 Bjørn Mork <span dir="ltr"><<a href="mailto:bjorn@mork.no" target="_blank">bjorn@mork.no</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>EMANUEL FERNANDO MONTOYA GOMEZ <<a href="mailto:emanuel.montoya@udea.edu.co" target="_blank">emanuel.montoya@udea.edu.co</a>> writes:<br>
<br>
> Linux ico1 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017<br>
> x86_64 x86_64 x86_64 GNU/Linux<br>
<br>
</span>v4.4 does not support the em7455 i qmi mode.  You need v4.5 or later.<br>
<span class="m_8266979429494124800HOEnZb"><font color="#888888"><br>
<br>
Bjørn<br>
</font></span></blockquote></div><br><br clear="all"><br></div></div><span class="">-- <br><div class="m_8266979429494124800gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span style="text-transform:none;text-indent:0px;border-collapse:separate;font:normal normal normal medium/normal 'Times New Roman';white-space:normal;letter-spacing:normal;word-spacing:0px"><table style="color:rgb(0,0,0)" cellspacing="0" cellpadding="10" border="0" width="550"><tbody><tr><td><font face="arial, sans-serif"><b><font color="#38761d">Emanuel Fernando Montoya Gómez</font></b><br>
<font size="2"> Estudiante Maestría en Ingeniería de Telecomunicaciones<br><a href="mailto:emanuel.montoya@udea.edu.co" target="_blank">emanuel.montoya@udea.edu.co</a><br>Tel. 3122241924<br>
<b><font color="#444444"></font></b></font></font></td>
</tr>
</tbody>
</table>
</span>
<div><i><font size="1"><br>
</font></i></div></div></div>
</span></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span style="text-transform:none;text-indent:0px;border-collapse:separate;font:normal normal normal medium/normal 'Times New Roman';white-space:normal;letter-spacing:normal;word-spacing:0px"><table style="color:rgb(0,0,0)" border="0" cellpadding="10" cellspacing="0" width="550"><tbody><tr><td><font face="arial, sans-serif"><b><font color="#38761d">Emanuel Fernando Montoya Gómez</font></b><br>
<font size="2"> Estudiante Maestría en Ingeniería de Telecomunicaciones<br><a href="mailto:emanuel.montoya@udea.edu.co" target="_blank">emanuel.montoya@udea.edu.co</a><br>Tel. 3122241924<br>
<b><font color="#444444"></font></b></font></font></td>
</tr>
</tbody>
</table>
</span>
<div><i><font size="1"><br>
</font></i></div></div></div>
</div>

<br>
<img src="http://0c595a64-a-57bd039f-s-sites.googlegroups.com/a/udea.edu.co/repositorio-logos/home/firma/firma-udea.jpg"><br><table style="margin:0px;color:rgb(97,97,97);font-size:14px;line-height:21px;background-color:rgb(255,255,255);font-family:'Times New Roman'"><tbody><tr><td style="vertical-align:top;font-size:small;line-height:13px;font-family:arial;min-height:78px;width:458px;height:91px"><font color="#444444" face="arial,sans-serif" size="1">"La información aquí contenida es para uso exclusivo de la persona o entidad de destino. Está estrictamente prohibida su utilización, copia, descarga, distribución, modificación y/o reproducción total o parcial, sin el permiso expreso de Universidad de Antioquia, pues su contenido puede ser de carácter confidencial y/o contener material privilegiado. Si usted recibió esta información por error, por favor contacte en forma inmediata a quien la envió y borre este material de su computador. </font><span style="color:rgb(68,68,68);font-family:arial,sans-serif;font-size:x-small">Universidad de Antioquia</span><font color="#444444" face="arial,sans-serif" size="1"> no es responsable por la información contenida en esta comunicación, el directo responsable es quien la firma o el autor de la misma."<br><br></font></td></tr></tbody></table>