there are several patches online about ncm support for wwan, anyone knows why they are not included upstream ?
is there another way to use the cdc-ncmprotocol ?
regards
Hi @lucize - those patches likely got forgotten. Can you link them again? Maybe I can take a look at it.
not in lede mailingilst, but search by goole, like:
https://github.com/zabbius/smarthome/tree/master/openwrt
or
and last time I had to implement a ncm dongle I used this:
https://lists.openwrt.org/pipermail/openwrt-devel/2013-November/022668.html
regards
@jow please look at https://github.com/lucize/luci/commit/4fef2580be2ddcec4a0a179560164c1738863429
is taken from Gargoyle but I have the following error:
daemon.notice netifd: wan (3077): sending -> AT
daemon.notice netifd: wan (3077): sending -> ATZ
daemon.notice netifd: wan (3077): sending -> ATQ0
daemon.notice netifd: wan (3077): sending -> ATV1
daemon.notice netifd: wan (3077): sending -> ATE1
daemon.notice netifd: wan (3077): sending -> ATS0=0
daemon.notice netifd: wan (3077): sending -> AT+CGDCONT=1,"IP","internet"
daemon.notice netifd: wan (3077): sending -> AT ^SYSCFGEX=02,3fffffff,2,4,7fffffffffffffff,,
daemon.notice netifd: wan (3077): AT-command not supported
daemon.notice netifd: wan (3077): Failed to set operating mode
seems that something is wrong in comgt (ncm.json)
and after that it will not try anymore
daemon.notice netifd: wan (3248): WARNING: Variable 'modes' does not exist or is not an array/object
the device is a Huawei E3131
Regards