[SOLVED] EM7565 failed to connect (Verizon)
Posted: Mon Nov 25, 2019 7:48 pm
I'm trying to get a new system running. It's a Sierra EM7565 card connecting via USB to a router running GoldenOrb. The system recognizes the modem but it fails to connect. If it makes a difference, I'm trying to connect to Verizon using the SIM from my phone and the system recognizes the SIM info. I also set the TTL to 65.
Just to try something, I did try the following but it didn't make a difference. I am able to issue AT commands without any problems.
Just to try something, I did try the following but it didn't make a difference. I am able to issue AT commands without any problems.
JimHelms wrote: āSat May 18, 2019 9:24 am One of the members on the Hacks Facebook group, clarified how to fix the issue of losing the Modem COM port. Coupled with the post above, we will help to better describe the fix.
The modem can fixed while installed in or behind a router running OpenWRT/GoldenOrb/WiFiX firmware.
Using PuTTy, login the router using the IP address 192.168.1.1
Once in, run the following command:
Then repair the config with:Code: Select all
echo 1199 9091 > /sys/bus/usb-serial/drivers/option1/new_id
Then place the modem in MBIM composition with the follow commands:Code: Select all
picocom -b 115200 /dev/ttyUSB0
Code: Select all
At!entercnd="A710" At!usbcomp=1,3,1009 At!reset
And, that should do it.