I have a TPlink Archer C7 v4 with a dongle USB Huawei with protocol NCM.
I updated my old version of OpenWrt 18.06, in 23.05.
Before no problem for running.
After upgrade, no protocol NCM for dongle, in new interface
Software installed in Luci are
luci-ssl
kmod-usb2
kmod-usb3
kmod-usb-net-huawei-cdc-ncm
comgt-ncm
kmod-usb-serial
kmod-usb-serial-option
kmod-usb-serial-wwan
luci-proto-ncm
Do you have a solution ?
If there is no solution for the moment
How do I revert to a previous version of OpenWrt ?
The problem is not the modem USB, after command
root@OpenWrt:~# ls -l /dev/cdc-wdm0 /dev/ttyUSB0
crw------- 1 root root 180, 176 Nov 17 10:01 /dev/cdc-wdm0
crw-rw---- 1 root dialout 188, 0 Nov 17 10:01 /dev/ttyUSB0
Do I have to follow the procedure that you have given me ?
uci set network.wwan=interface
uci set network.wwan.proto='ncm'
uci set network.wwan.device='/dev/ttyUSB0'
uci set network.wwan.ifname='wwan0'
uci set network.wwan.apn='********'
uci set network.wwan.pincode='****'
uci set network.wwan.mode='preferlte'
uci set network.wwan.delay='30'
uci commit
root@OpenWrt:~# ping forum.openwrt.org -c 4 -I wwan0
PING forum.openwrt.org (139.59.210.197): 56 data bytes
64 bytes from 139.59.210.197: seq=0 ttl=44 time=44.404 ms
64 bytes from 139.59.210.197: seq=1 ttl=44 time=52.069 ms
64 bytes from 139.59.210.197: seq=2 ttl=44 time=55.852 ms
64 bytes from 139.59.210.197: seq=3 ttl=44 time=55.613 ms
--- forum.openwrt.org ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 44.404/51.984/55.852 ms
Thanks for your time & informations
Beautiful afternoon