I noticed that fedora was using /dev/ttyUSB0 while I was using /dev/ttyUSB1 on openWRT, so I changed it in my config, unfortunately this caused a kernel panic after "ifup LTE"
presumably (but not confirmed) the same one I get when doing "ifdown LTE"
Have spent an hour or so, not using ifup/ifdown LTE, but instead using
minicom -D /dev/ttyUSB1
in one putty session, and sending various AT commands
AT^NDISDUP=1,1,"3internet"
AT^NDISSTATQRY?
AT^SYSINFOEX
etc, the same as ModemManager does
while manually running
udhcpd -i wwan0
in another putty session, hoping to find some different commands to put in
/etc/gcom/ncm.json
But haven't managed to get any further ... hints appreciated ...
It seems that the modem is unwilling to act on certain commands such as
AT^NDISDUP=1,1,"3internet"
from the /dev/ttyUSB1 interface, only from the /dev/ttyUSB0 interface
if I use ttyUSB0, then I do get a status response
^NDISSTAT:1,,,"IPV4"
Unfortunately immediately after that I get a kernel panic, perhaps the issue is with the wwan0 device crashing when the NDIS interface actually passes data?
I'll hook a serial console again tomorrow and see if i can get any more information when it crashes ...
Confirm that the panic which happens when using /dev/ttyUSB0 is the same one I logged a couple of weeks ago when I was trying to use the same dongle in "router" mode rather than "stick" mode
Can confirm that the E3372(h) works fine in NCM mode using /dev/ttyUSB0
No need to change anything apart from APN
Firmware 21.329.63.00.541 for those wondering.