I really need some help setting up my RM502Q-AE. I currently have the modem on a USB enclosure and trying to set it up on Visible. When connecting to my linux machine, if I create a mobile connection with APN VSBLINTERNET it just keeps spinning. When I put in my Verizon SIM card and use APN vzwinternet, it connects right away and works. The Visible SIM card does work when putting it into my iPhone and It was activated as byod so it doesnt have any IMEI assigned to the account so it "should" work as easily as the Verizon.
I tried following this post: https://wirelessjoint.com/viewtopic.php?t=1703
"Before you start this might want to set back to OEM state if you been putting other commands in to start off fresh."
Code: Select all
AT+QPRTPARA=3 (modem to its OEM state)
AT+QMBNCFG="AutoSel",0 (stop Autoselect config on sim detection)
AT+QMBNCFG="Deactivate" (disable MBN config)
AT+CFUN=1,1 (reboot the modem)
AT+QCFG="usbnet",2 ( MBIM protocol)
AT+QCFG="nwscanmode",3,1 ( 4G-LTE only)
AT+CGDCONT=1,"IPV6","VSBLINTERNET" (Has to be ipv6 only)
Code: Select all
AT+QCFG="nwscanmode",3,1
However, still no luck in getting the connection active. To further troubleshoot, I setup a Raspberry Pi with Rooter and things only got more complicated. I am not able to get neither Verizon or Visible to connect within Rooter and under AT Commands " cannot open device /dev/ttyusb2" is the error I keep getting. The only way I am able to push AT Commands is on my Linux laptop. I have reinstalled Rooter multiple times and I have not been able to get AT Commands to work within Rooter. I have set the APN for both Verizon and Visible and neither are able to activate.
I have researched for days now hoping to figure this out but have not been successful. I would appreciate any help any of you can provide.
Thanks in advance