As for the startup script, the corrected script mentioned above is:Ok all is solved with the EM7565. I'm not sure how much I was originally doing wrong but here is what ended up working and it's basicly what everyone said to do.
Put em7565 into mbim using putty on Windows.
You will see the com port of the em7565 under device manager under modem.
Log into putty using serial and choose that com
Usb comp needs to be 1,3,1009 or you could do 1,3,100D
At!entercnd="A710"
at!usbcomp=1,3,1009
at!reset
I chose 9 as that's what everyone else did.
Next change the script from jhend up above using vi or a good text editor in winscp
Then create a startup script of this under system startup.
echo "1199 9091 0 1199 9079" >/sys/bus/usb-serial/drivers/qcserial/new_id
exit 0
I'm sure there's a better way than a startup script. I'm sure jhend or DM can add that in somewhere.
Don't copy and paste. You get hyphens instead of minus signs.
Everything works as intended.
Code: Select all
echo "1199 9091 0 1199 9079" > /sys/bus/usb-serial/drivers/qcserial/new_id
exit 0
However, you could always enter it and reboot, and then delete the script when it is no longer needed.