Quectel RM551E-GL

so installed the mbim driver but in device manager it was either generic mobile broadband internet or ecm

so i used generic one
 
To be safe, if you have not restarted pc after installing mbim driver. do so now. Check again, is there any particular error shown when you activate the broadband in windows with mb driver? Check qnavigator screen when connection is activated in windows.
If not working, then try these manual commands and report response
Code:
AT+CGACT=1,1
AT+CGPADDR=1
 
[2024-10-06 00:12:47:557_R:] AT+CGACT=1,1
[2024-10-06 00:12:47:557_R:] +CME ERROR: unknown


[2024-10-06 00:13:00:782_R:] AT+CGPADDR=1
[2024-10-06 00:13:00:782_R:] +CGPADDR: 1,"0.0.0.0"


[2024-10-06 00:13:17:220_R:] AT+QCFG="data_interface"
[2024-10-06 00:13:17:220_R:] +QCFG: "data_interface",0,0
 
Did you set jionet apn manually? It does not seem to be correctly set. Execute this
Code:
AT+CGDCONT=1,"IPV4V6","jionet"
Then try AT+CGACT=1,1 and see if there is an error
When you put it into mbim mode, and correct drivers are present, windows should automatically set up a cellular connection and that will be visible in network connections with the mobile interface driver. It may sometimes have a wrong driver configured.

Is any modem visible under modems in device manager? See if any devices are present with a question mark in device manger that show up when you connect the device to pc. Pics of "Network and Internet Settings" and "Network Connections" would be useful. If nothing else works we can put into ppp mode, setup a modem even if none are present and then use a dial up connection.
 
no it got apn automatically

also every driver are detected correctly

[2024-10-06 17:48:42:665_S:] AT+CGACT=1,1
[2024-10-06 17:48:42:741_R:] AT+CGACT=1,1
[2024-10-06 17:48:43:256_R:] OK

ig since rm551e-gl is still in engineer phase the old drivers dont work properly

i get proper seperate interface for netowrk in windows when in ndis mode

 
Now you're getting AT+CGACT=1,1
Since you have quectel usb modem, just create a new dial up connection using that modem with *99# as phone no and you should be good to go
 
Back