Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-30 Thread Koen Vandeputte
On 2017-11-30 09:45, Nicholas Smith wrote: No, thank you, Koen, for researching and developing the patch! Actually I am running the latest snapshot build. I suppose there in could lie the issue. On Thu, 30 Nov 2017 at 6:41 pm, Koen Vandeputte mailto:koen.vandepu...@ncentric.com>> wrote:

Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-30 Thread Koen Vandeputte
On 2017-11-30 04:53, Nicholas Smith wrote: Here is the VID:PID of the MC7430, if it helps. Bus 001 Device 002: ID 1199:9071 Sierra Wireless, Inc. On 30 Nov 2017, at 1:49 pm, Nicholas Smith wrote: Hi Koen, I would like to report that it is attempting, but it is unable to change /sys/class

Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-29 Thread Nicholas Smith
Here is the VID:PID of the MC7430, if it helps. Bus 001 Device 002: ID 1199:9071 Sierra Wireless, Inc. > On 30 Nov 2017, at 1:49 pm, Nicholas Smith > wrote: > > Hi Koen, > > I would like to report that it is attempting, but it is unable to change > /sys/class/wwan0/qmi/raw_ip to a “Y” on it

Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-29 Thread Nicholas Smith
Hi Koen, I would like to report that it is attempting, but it is unable to change /sys/class/wwan0/qmi/raw_ip to a “Y” on it’s own. I have to bring the interface down myself, set raw_ip to Y, then bring it back up. Manual, but it works every time. [ 40.40] qmi_wwan 1-2:1.8 wwan0: Canno

Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-28 Thread Koen Vandeputte
On 2017-11-27 23:38, Nicholas Smith wrote: Hi! Will this also apply to the Sierra MC7430, as it is also raw-ip only? If I am not mistaken it is the same as the MC7455, just for the Asia/Pacific region. I would be able to verify this patch on the device. To verify that it works, do I just

Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-27 Thread Nicholas Smith
Hi! Will this also apply to the Sierra MC7430, as it is also raw-ip only? If I am not mistaken it is the same as the MC7455, just for the Asia/Pacific region. I would be able to verify this patch on the device. To verify that it works, do I just look for /sys/class/net/$ifname/qmi/raw_ip ?

[LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-27 Thread Koen Vandeputte
Some newer LTE modems, like the MC7455 or EC25-E do not support "802.3" mode, and will stay in "raw-ip" regardless of the mode being set. In this case, the driver must be informed that it should handle all packets in raw mode. [1] This commit fixes connectivity issues for these devices. Before: