Can't ping WP7502 + MangOH Green

Hi.
I try to connect WP7502 first time on Windows 10 and VM Ubuntu 18.04 from mangoh site. I installed drivers Sierra_Wireless_WP_75xx_76xx_77xx_8548_Windows_Drivers-Build_4836 and update WP7502 to latest WPx5xx_Release16.1_GENERIC. I am able to send AT commands via com port, but ping 192.168.2.2 and ssh connection does not work.

This is installed devices on Win10
dev win10

On VM dmesg | grep -i usb :
[ 6950.502291] usb 1-2.1: new high-speed USB device number 11 using uhci_hcd
[ 6950.533670] usb 1-2.1: config 1 has an invalid interface number: 8 but max is 4
[ 6950.533671] usb 1-2.1: config 1 has an invalid interface number: 10 but max is 4
[ 6950.533672] usb 1-2.1: config 1 has no interface number 1
[ 6950.533673] usb 1-2.1: config 1 has no interface number 4
[ 6950.549381] usb 1-2.1: New USB device found, idVendor=1199, idProduct=68c0, bcdDevice= 0.06
[ 6950.549383] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6950.549384] usb 1-2.1: Product: WP7502
[ 6950.549385] usb 1-2.1: Manufacturer: Sierra Wireless, Incorporated
[ 6950.549385] usb 1-2.1: SerialNumber: efceabfd36a9
[ 6950.562694] qcserial 1-2.1:1.0: Qualcomm USB modem converter detected
[ 6950.562915] usb 1-2.1: Qualcomm USB modem converter now attached to ttyUSB0
[ 6950.565100] qcserial 1-2.1:1.2: Qualcomm USB modem converter detected
[ 6950.565306] usb 1-2.1: Qualcomm USB modem converter now attached to ttyUSB1
[ 6950.567215] qcserial 1-2.1:1.3: Qualcomm USB modem converter detected
[ 6950.567536] usb 1-2.1: Qualcomm USB modem converter now attached to ttyUSB2
[ 6950.569669] qmi_wwan 1-2.1:1.8: cdc-wdm0: USB WDM device
[ 6950.570930] qmi_wwan 1-2.1:1.8 wwan0: register ‘qmi_wwan’ at usb-0000:02:00.0-2.1, WWAN/QMI device, da:10:39:69:7c:86
[ 6950.573296] qmi_wwan 1-2.1:1.10: cdc-wdm1: USB WDM device
[ 6950.574925] qmi_wwan 1-2.1:1.10 wwan1: register ‘qmi_wwan’ at usb-0000:02:00.0-2.1, WWAN/QMI device, da:10:39:69:7c:86

What interface is used to connect? Maybe I need to install some additional drivers?

Hi @volobuevkursk

Welcome to the forum.

Which USB interface (AT!USBCOMP?) is on your module?

Please configure the WP7502 module to enable ECM interface and ping 192.168.2.2 with the following commands.

AT!ENTERCND=“A710”
AT!USBCOMP=1,1,8010F
AT!RESET

Please help to mark “Solution” if your question is answered.

Many thanks for reply!

Yes, It works with minimal tweaks. Command

AT!USBCOMP=1,1,8010F

return ERROR. Send

AT!USBCOMP?

return “Interface bitmask: 0000050D”.

After commands

AT!USBCOMP=1,1,8010D
AT!RESET

the interface has appeared. Everything is working. Thanks.
good devs win10