bjorncmtec:
Thanks for the reply. Will share here if I manage to get it working.
uldis:
From what I read from this forum and the web, the only firmware version working compatibly with ROS is v3.0.8.2 (SWI9200X_03.00.08.02AP R3715 CARMD-EN-10526 2011/11/14 18:42:43). The newer MC7710 available in the market now is typically v3.5.19.4 (SWI9200X_03.05.19.04AP CARMD-EN-10527 2012/09/17 17:57:14) - incompatible with ROS.
bysard:
Yes, we tried to changed the data and info channel. Just to share what we tried with the modem until now.
Two interfaces created automatically by ROS for MC7710,i.e., LTE and PPP-client
LTE interface
-With the new MC7710, when enabled the LTE interface seems to be “locked-up”.
-Can’t get info from the modem (Vendor ID, Device ID, etc).
-Async-debug log, ROS keeps sending AT+CFUN=0 to the modem. [Turning the radio off]
-Can’t connect to any operator.
PPP client interface
-When the ppp client interface is enabled, the modem seems to be “locked-up”
-Default info and data channel assigned is channel-0.
-Tried to change to other channel (1,2,3,etc), failed - error: “no such channel available”.
-When check under Port list, this port only has one channel (i.e., channel 0).
-That is why trying to change the info/data channel from 0 to 1,2,3,etc will show error.
-Tried to connect the channel through serial-terminal, no response from channel-0. Same result if use other channel number.
/system serial-terminal usb3 channel=0 → no response
-Async-debug log, ROS keeps sending AT command “ATH” & “+++” to the modem. [command for hang up?]
-Can’t connect to any operator
Disabling DirectIP modem
As mentioned by uldis, the newer firmware most probably not compatible with ROS. He suggested to disable the DirectIP of the modem, reboot and then try to use the pp-client.
/port firmware set disable-directip-modem=yes
/system reboot
-After the above steps, now instead of one, there are five channels [0-4] available now for the MC7710 port.
-Now the info and data channel number can be changed. Tried all combination, non get the modem working.
-Tried communicating with the five channel through serial-terminal, only channel-0 responded (continuously) with the code for the firmware version. Other channel no response.
/system serial-terminal usb3 channel=0 → Firmware version of MC7710
-Still can’t connect to any operator
-Async-debug log, ROS keeps sending AT command “ATH” & “+++” to the modem. [command for hang up?]
-Status: Resetting link
That’s what we tried until now. Seems to me that the only immediate solution now is to downgrade the firmware. Anyone here know where/how to get hold of Sierra legacy firmware for MC7710 (SWI9200X_03.00.08.02AP). Not easy to get it directly from Sierra or other distributors. If anyone has a copy to share, that would be great.
Will update if there are further progress. Hopefully someone here will come up with a solution soon.
Cheers!