<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>when use udhcpc to fetch IP, there is error as below:</div><div><div>tvupack TVUTransporter # busybox udhcpc -i wwan4 -n -R -p /var/run/udhcpc_wwan4.pid -a</div><div>udhcpc (v1.21.0) started</div><div>Sending discover...</div><div>Sending select for 10.19.157.12...</div><div>Lease of 10.19.157.12 obtained, lease time 7200</div><div>Setting IP address 10.19.157.12 on wwan4</div><div><span style="color: rgb(0, 0, 255);">RTNETLINK answers: No such process</span></div><div><span style="color: rgb(0, 0, 255);">Error: an inet address is expected rather than "wwan4".</span></div></div><br><br><br><br><div style="position:relative;zoom:1">--<br><div>
<div style="FONT-SIZE: 14px">
<div align="left"><strong><font color="#0000ff"><em>Best Regards,</em></font></strong></div>
<div><strong><font color="#0000ff"><em>Dai,Lijin</em></font></strong></div></div></div><div style="clear:both"></div></div><div id="divNeteaseMailCard"></div><br>在 2016-07-21 11:48:35,"dailijin" <dailijin126@126.com> 写道:<br> <blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi Bjorn Mork,</div><div><br></div><div>I am sorry to trouble  you again.</div><div><br></div><div>As for MC7430 modem, I can get IP now, but always add route fail, error log as below :</div><div><div><span style="color: rgb(0, 0, 255);"># ip route replace default via 10.32.44.116 dev wwan2 metric 100 table wwan2</span></div><div><span style="color: rgb(0, 0, 255);">RTNETLINK answers: No such process</span></div></div><div><span style="color: rgb(0, 0, 255);"><br></span></div><div><font color="#0000ff"><span style="color: rgb(0, 0, 0);">Do you encounter this issue? could you give some suggestions on this issue?</span></font></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff"><span style="color: rgb(0, 0, 0);">Thanks again.</span></font></div><br><br><br><div style="position:relative;zoom:1">--<br><div>
<div style="FONT-SIZE: 14px">
<div align="left"><strong><font color="#0000ff"><em>Best Regards,</em></font></strong></div>
<div><strong><font color="#0000ff"><em>Dai,Lijin</em></font></strong></div></div></div><div style="clear:both"></div></div><div></div><br>在 2016-04-27 17:22:46,"dailijin" <<a href="mailto:dailijin126@126.com">dailijin126@126.com</a>> 写道:<br> <blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi Bjorn,</div><div><br></div><div>I have no environment now, need customer to do this test.</div><div>I have modified usbnet like below:</div><div><div>void usbnet_skb_return (struct usbnet *dev, struct sk_buff *skb)</div><div>{</div><div>    int status;</div><div><br></div><div>    if (test_bit(EVENT_RX_PAUSED, &dev->flags)) {</div><div>        skb_queue_tail(&dev->rxq_pause, skb);</div><div>        return;</div><div>    }    </div><div>  <span style="color: rgb(255, 0, 0);">  if (skb->protocol != 8)</span></div><div><span style="color: rgb(255, 0, 0);">        skb->protocol = eth_type_trans (skb, dev->net);</span></div><div><br></div><div>    dev->net->stats.rx_packets++;</div><div>    dev->net->stats.rx_bytes += skb->len;</div><div><br></div><div>    netif_dbg(dev, rx_status, dev->net, "< rx, len %zu, type 0x%x\n",</div><div>          skb->len + sizeof (struct ethhdr), skb->protocol);</div><div>    memset (skb->cb, 0, sizeof (struct skb_data));</div><div><br></div><div>    if (skb_defer_rx_timestamp(skb))</div><div>        return;</div><div><br></div><div>    status = netif_rx (skb);</div><div>    if (status != NET_RX_SUCCESS)</div><div>        netif_dbg(dev, rx_err, dev->net,</div><div>              "netif_rx status %d\n", status);</div><div>}</div></div><br><div>this can make MC7430 not enter into this logic, and for other modems, the logic is same as original.</div><div><br></div><div>I am not sure whether this is right? still wait customer's fedback.</div><br><br><div style="position:relative;zoom:1">--<br><div>
<div style="FONT-SIZE: 14px">
<div align="left"><strong><font color="#0000ff"><em>Best Regards,</em></font></strong></div>
<div><strong><font color="#0000ff"><em>Dai,Lijin</em></font></strong></div></div></div><div style="clear:both"></div></div><div></div><br><pre><br>At 2016-04-27 15:54:23, "Bjørn Mork" <<a href="mailto:bjorn@mork.no">bjorn@mork.no</a>> wrote:
>dailijin  <<a href="mailto:dailijin126@126.com">dailijin126@126.com</a>> writes:
>
>> For support MC7430, I have refered to
>> https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/drivers/net/usb/usbnet.c?id=81e0ce79f2919dbd5f025894d29aa806af8695c7
>> to modify usbnet driver, this will cause my system periodically reboot
>> when plugin ATT Beam modem or Sprint modem which use GobiNet
>> driver. seems there are conflict.  Do you know how to fix this issue?
>
>Ouch.  I wonder if you can test the attached patch, which also tries to
>capture a warning if it ever hits.  Which it really shouldn't...  But I
>don't see any other way that patch could cause such problems. Please let
>me know how this goes.  If you get a warning then I hope that will
>explain what happens here.
>
>
>Bjørn
</pre></div><br><br><span title="neteasefooter"><p> </p></span></blockquote></div><br><br><span title="neteasefooter"><p> </p></span></blockquote></div><br><br><span title="neteasefooter"><p> </p></span>