Can not ssh to FX30 even after flash a stable version of the firmware

Hi,

my device : Model FX30 generic Lte S/N VU911670630810

We were using the FX30S as a serial modem. We would want to use the FX30 as a modem through the RJ45 connector and not through the serial connection.

-Does the FX30 handle PPPoE protocol ?

During my testing I change the static eth0 IP using the web interface at 192.168.2.2 to one within my range and I have been able to connect the FX30 through ssh using this new static IP.

In order to quickly configure my Sim I used cm command. Once my sim was configured the last command I used was cm data connect. After that I power off the FX30 and I have never been able to connect through ssh again within Ethernet (at the static IP) neither USB (at 192.168.2.2).

PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
From xxx icmp_seq=1 Destination Port Unreachable
From xxx icmp_seq=2 Destination Port Unreachable
From xxx icmp_seq=3 Destination Port Unreachable

23: usb0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether c2:df:6a:b7:a5:14 brd ff:ff:ff:ff:ff:ff

I tried to add an IP to usb0 : ip a add 192.168.2.3 dev usb0

23: usb0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether c2:df:6a:b7:a5:14 brd ff:ff:ff:ff:ff:ff
inet 192.168.2.3 /32 scope global usb0
valid_lft forever preferred_lft forever

and even « ip link set usb0 up » but no more luck on the ping

Then I thought I maybe did something wrong so I reset the FX30 (I enable the reset from the AT command) without more success. Finally I download and flash the following firmware

FX30_WP77xx_full_R11.0.0.007-generic_gcf-SWI9X06Y_02.22.12.00.cwe

./swiflash -m wp77xx -i ./FX30_WP77xx_full_R11.0.0.007-generic_gcf-SWI9X06Y_02.22.12.00.cwe
Detecting USB of the target
DONE
Communicating with the target
DONE
Switching to firmware download mode
…DONE
Downloading the firmware
…DONE
Rebooting the module
…DONE
Firmware Download SUCCESS

Everything looks fine but I still have no ping at 192.168.2.2

- Anything that I didn’t try to get back a ssh connection ?

I am still able to send AT command using minicom through ttyUSB2

Thanks for your time and help,

Simon

Hi SimonC,

FX30 doesn’t support PPPoE

192.168.2.2 is the default IP for interface usb0. This is used for direct physical connection between the FX30 and the host LAPTOP. Please don’t change this IP for usb0.

In order to troubleshoot the issue easily, please provide the IP that you assign to eth0 and the results of commands below:
ATI
ATI8
AT!ENTERCND=“A710”
AT+CGDCONT?
AT!GSTATUS?
AT+COPS?
AT!IMPREF?
AT!IMAGE?
AT!USBCOMP?

Thanks,

Hi Jerdung,

Thank you for your answer.

FX30 doesn’t support PPPoE. Ok thanks you save me time on this then

The static IP was 192.168.13.31 I changed it for : 195.83.22.165 using the web interface at 192.168.2.2 But I am not sure which one is configured now after the hard reset and the flash

AT
OK

ATI
Manufacturer: Sierra Wireless, Incorporated
Model: FX30(WP7702)
Revision: SWI9X06Y_02.22.12.00 eaf79c jenkins 2019/04/24 18:48:27
IMEI: 354723090122499
IMEI SV: 3
FSN: VU911670630810
+GCAP: +CGSM,+DS

OK

ATI8
Legato Ver: 18.09.4.c964f253_3ba44b6732e03bacfafb714c4463754d
Yocto Ver: SWI9X06Y_02.22.04.00 2020-06-18_02:43:58
OS Ver: Linux version 3.18.44 (jenkins@CAKEL-EV-ALBLD2) (gcc version 6.2.0 (GCC) ) #2 PREEMPT Thu Jun 18 02:45:08 UTC 2020
LK Ver: 1.3.0_da731a7332
RootFS Ver: SWI9X06Y_02.22.04.00 2020-06-18_02:43:58
UserFS Ver: unknown
MCU Ver: 002.011

OK

AT!ENTERCND="A710"
OK

AT+CGDCONT?
+CGDCONT: 1,“IP”,“websfr”,“0.0.0.0”,0,0,0,0

OK

AT!GSTATUS?
!GSTATUS:
Current Time: 316 Temperature: 19
Modem Mitigate Level: 0 ModemProc Mitigate Level: 0
Reset Counter: 1 Mode: ONLINE
System mode: GSM PS state: Attached
IMS reg state: UNKNOWN IMS mode: Not Support
IMS Srv State: UNKNOWN SMS,UNKNOWN VoIP
GSM band: GSM900
GSM channel: 83
GMM (PS) state:REGISTERED NORMAL SERVICE
MM (CS) state: IDLE NORMAL SERVICE

Serving cell: 83 (GSM900 )
RX level (dBm):-63.5000 LAC: C31F (49951)
GPRS state: GPRS STANDBY Cell ID: 0000BDA9 (48553)

OK

AT+COPS?
+COPS: 0,0,“F SFR”,3

OK

AT!IMPREF?
!IMPREF:
preferred fw version: 02.22.12.00
preferred carrier name: GENERIC
preferred config name: GENERIC_001.051_000
current fw version: 02.22.12.00
current carrier name: GENERIC
current config name: GENERIC_001.051_000

OK

AT!IMAGE?
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
FW 1 GOOD 1 0 0 ?? 02.16.06.00?
FW 2 EMPTY 0 0 0
FW 3 EMPTY 0 0 0
Max FW images: 3
Active FW image is at slot 255

TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
PRI FF GOOD 0 0 0 001.026_001 02.16.06.00_ATT
PRI FF GOOD 0 0 0 001.051_000 02.22.12.00_GENERIC
PRI FF GOOD 0 0 0 001.021_000 02.22.12.00_SIERRA
Max PRI images: 50

OK

AT!USBCOMP?
Config Index: 1
Config Type: 1 (Generic)
Interface bitmask: 0008010D (diag,nmea,modem,rmnet0,ecm)

OK

Thanks again,

Simon

Hi,

Everything fine. It was my sys admin who prevents me from opening a new ssh. Sorry for that at least i learn about the pppoe.

Thanks for your help,

Simon