We could establish data connection in Linux Environment using MBIM interface. However, the question I have is do we need to configure network using AT commands before I use MBIM interface for the data transfer?
In other words, what is the connection between AT commands and MBIM interface?
Normally when I see this error i check two things:
1/ is the modem using the correct firmware at!impref
2/ how about your apn: one thing is that is is set with mbim but what does at+cgdcont report is it the same apn as the one you have configured?
The APN set in at+cgdcont is same as the one I have configured while starting the mbim.
I found out why mbim fails with the following error “Network start failed”.
Initially while setting the APN and checking the network registration, I provided AT+CGACT=1,1 command, which activates the network. Since network is already activated, giving the “sudo mbim-network /dev/cdc-wdm0 start” would result in “Network start failed”.