<div dir="ltr">I'm going to reply to all previous questions:<div><br></div><div>Pertinent part of an ifconfig:</div><div><br></div><div><div>wwan0     Link encap:Ethernet  HWaddr 22:18:7d:6b:f6:14  </div><div>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</div>

<div>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0</div><div>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0</div><div>          collisions:0 txqueuelen:1000 </div><div>          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)</div>

</div><div><br></div><div>My APN is actually broadband.</div><div><br></div><div>I'm compiling the patch as I type.  Regarding the patch, I noticed that the qmi_wwan.c file was already fine.  The sierra.c file was missing the information.</div>

<div><br></div><div>Thank you everyone.  I hope the patch does it for me.  I will respond if works or if it does not work.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 25, 2014 at 6:37 AM, Bjørn Mork <span dir="ltr"><<a href="mailto:bjorn@mork.no" target="_blank">bjorn@mork.no</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">David McCullough <<a href="mailto:david.mccullough@accelecon.com">david.mccullough@accelecon.com</a>> writes:<br>


> Aleksander Morgado wrote the following:<br>
>> On Fri, Apr 25, 2014 at 1:44 PM, David McCullough<br>
>> <<a href="mailto:david.mccullough@accelecon.com">david.mccullough@accelecon.com</a>> wrote:<br>
>> ><br>
>> > 2. Apply this patch to your kernel if it is not already applied to get all<br>
>> >    the interfaces for use with the modem in QMI mode.  This patch is against<br>
>> >    linux-3.10<br>
>> ><br>
>> > Cheers,<br>
>> > Davidm<br>
>> ><br>
>> > diff --git a/linux-3.10/drivers/net/usb/qmi_wwan.c b/linux-3.10/drivers/net/usb/qmi_wwan.c<br>
>> > index fb252c7..fddcfe0 100644<br>
>> > --- a/linux-3.10/drivers/net/usb/qmi_wwan.c<br>
>> > +++ b/linux-3.10/drivers/net/usb/qmi_wwan.c<br>
>> > @@ -580,6 +580,7 @@ static const struct usb_device_id products[] = {<br>
>> >         {QMI_FIXED_INTF(0x1199, 0x68a2, 8)},    /* Sierra Wireless MC7710 in QMI mode */<br>
>> >         {QMI_FIXED_INTF(0x1199, 0x68a2, 19)},   /* Sierra Wireless MC7710 in QMI mode */<br>
>> >         {QMI_FIXED_INTF(0x1199, 0x901c, 8)},    /* Sierra Wireless EM7700 */<br>
>> > +       {QMI_FIXED_INTF(0x1199, 0x9051, 8)},    /* Sierra Wireless MC7700 */<br>
>> >         {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)},    /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */<br>
>> >         {QMI_FIXED_INTF(0x2357, 0x0201, 4)},    /* TP-LINK HSUPA Modem MA180 */<br>
>> >         {QMI_FIXED_INTF(0x1bc7, 0x1200, 5)},    /* Telit LE920 */<br>
>> > diff --git a/linux-3.10/drivers/usb/serial/sierra.c b/linux-3.10/drivers/usb/serial/sierra.c<br>
>> > index 8894665..16e40c4 100644<br>
>> > --- a/linux-3.10/drivers/usb/serial/sierra.c<br>
>> > +++ b/linux-3.10/drivers/usb/serial/sierra.c<br>
>> > @@ -288,6 +288,12 @@ static const struct usb_device_id id_table[] = {<br>
>> >         { USB_DEVICE_AND_INTERFACE_INFO(0x0F3D, 0x68AA, 0xFF, 0xFF, 0xFF),<br>
>> >           .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist<br>
>> >         },<br>
>> > +       { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x9051, 0xFF, 0xFF, 0xFF),<br>
>> > +         .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist<br>
>> > +       },<br>
>> > +       { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x9051, 0xFF, 0x00, 0x00),<br>
>> > +         .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist<br>
>> > +       },<br>
>> >         { USB_DEVICE(0x0f3d, 0x68A3),   /* Airprime/Sierra Wireless Direct IP modems */<br>
>> >           .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist<br>
>><br>
>><br>
>> Is this reported to the LKML already?<br>
><br>
> Not by me yet,  its on my TODO list,  happy to have it passed along or to<br>
> send it.  When I saw the thread here I figured I had better at least chip<br>
> in where I am at if it helps.<br>
<br>
</div></div>It is already there in v3.14 and most of the stable kernels, including<br>
stable-3.10.y<br>
<br>
I don't think the sierra driver is appropriate for newer non-DirectIP<br>
devices.  The Netgear 340u is so similar to the other Qualcomm based<br>
Sierra devices that I added it to the qcserial driver instead.<br>
<br>
But this reminds me that I have a pile of patches for other devices.<br>
I'll clean those up and submit ASAP.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Bjørn<br>
</font></span></blockquote></div><br></div>