<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-07-27 14:06 GMT+02:00 Aleksander Morgado <span dir="ltr"><<a href="mailto:aleksander@aleksander.es" target="_blank">aleksander@aleksander.es</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Fri, Jul 25, 2014 at 9:00 PM, Dan Williams <<a href="mailto:dcbw@redhat.com">dcbw@redhat.com</a>> wrote:<br>

>> - Once the kernel module is loaded, I get two /dev/cdc-wdm devices (0 and<br>
>> 1). What are those for? The one that seems to be working with qmicli is<br>
>> /dev/cdc-wdm1. I also get two network interfaces, wwp0s20u6 and<br>
>> wwp0s20u6i3, the second one is the one that I can use dhcp client with and<br>
>> get an IP. Which is the purpose of the other one?<br>
><br>
> I'll leave that to Bjorn and Aleksander, but on some devices there is a<br>
> second non-operative QMI configuration.  Could be a firmware quirk.<br>
<br>
<br>
</div>Newer Sierra modems like the MC73XX series will expose two pairs of<br>
/dev/cdc-wdm (QMI) and wwan ports (usb interfaces 8 and 10). If you<br>
try to play with both you'll likely see that both reply to QMI but<br>
only one of the pairs gets correctly connected...<br>
<br>
The thing is that one pair comes by default with 802.3 ethernet frames<br>
configuration in the wwan interface, which is the one that the<br>
qmi_wwan kernel driver expects. The other pair comes with raw-ip<br>
packet configuration in the wwan interface, so you won't be able to<br>
use that pair directly with the qmi_wwan driver, *unless* you request<br>
to change that via e.g. qmicli<br>
--device-open-net="net-802-3|net-no-qos-header" or qmicli<br>
--wda-set-data-format="802-3". ModemManager does the device-open-net<br>
setup itself, so it can use both pairs directly.<br>
<span class="HOEnZb"></span></blockquote></div><br><br></div><div class="gmail_extra">Many thanks to all who responded, it's clearer now. (and thanks for the excellent piece of software too, of course).<br></div></div>