FX30S connect with ssh

In Linux, I can’t connect over ssh with my FX30S.
I have done a reset (10s button pressing while power up)
I’m working on a Linux machine. Do I have to install something else before?
I was able to install Leaf, Legato and I have a compiling project.
Before downloading this project into the FX30S, I want to check connections and availability of my SIM-card.
But that is not possible… Is here anyone who can help me?

I’m using the following command:
sudo ssh root@192.168.2.2

you need to set the IP address of your USB ECM interface
e.g.

sudo ifconfig usb0 192.168.2.3
ping 192.168.2.2

I’m getting this answer:
//$ sudo ifconfig usb0 192.168.2.3
SIOCSIFADDR: No such device
usb0: ERROR while getting interface flags: No such device

while when I do lsusb:
lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 027: ID 1199:68c0 Sierra Wireless, Inc.
Bus 003 Device 004: ID 04f2:b398 Chicony Electronics Co., Ltd
Bus 003 Device 003: ID 8087:07dc Intel Corp.
Bus 003 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

probably usb0 has been renamed
can you post the dmesg when you insert the module?
it will show the new naming

[35019.438503] usb 3-2: new high-speed USB device number 27 using xhci_hcd
[35019.591663] usb 3-2: config 1 has an invalid interface number: 8 but max is 5
[35019.591669] usb 3-2: config 1 has an invalid interface number: 19 but max is 5
[35019.591673] usb 3-2: config 1 has an invalid interface number: 20 but max is 5
[35019.591676] usb 3-2: config 1 has an invalid interface number: 20 but max is 5
[35019.591679] usb 3-2: config 1 has no interface number 1
[35019.591681] usb 3-2: config 1 has no interface number 4
[35019.591684] usb 3-2: config 1 has no interface number 5
[35019.599681] usb 3-2: New USB device found, idVendor=1199, idProduct=68c0
[35019.599687] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[35019.599691] usb 3-2: Product: Sierra Wireless FX30(WP7702)
[35019.599694] usb 3-2: Manufacturer: Sierra Wireless, Incorporated
[35019.599696] usb 3-2: SerialNumber: VU91670016071020
[35019.602874] qcserial 3-2:1.0: Qualcomm USB modem converter detected
[35019.603374] usb 3-2: Qualcomm USB modem converter now attached to ttyUSB0
[35019.604721] qcserial 3-2:1.2: Qualcomm USB modem converter detected
[35019.604938] usb 3-2: Qualcomm USB modem converter now attached to ttyUSB1
[35019.606617] qcserial 3-2:1.3: Qualcomm USB modem converter detected
[35019.606703] usb 3-2: Qualcomm USB modem converter now attached to ttyUSB2
[35019.609712] qmi_wwan 3-2:1.8: cdc-wdm0: USB WDM device
[35019.611063] qmi_wwan 3-2:1.8 wwan0: register ‘qmi_wwan’ at usb-0000:00:14.0-2, WWAN/QMI device, 1e:33:3e:2c:73:49
[35019.616902] cdc_ether 3-2:1.19 usb0: register ‘cdc_ether’ at usb-0000:00:14.0-2, CDC Ethernet Device, 6e:95:a8:78:ba:65
[35019.666021] qmi_wwan 3-2:1.8 wwp0s20u2i8: renamed from wwan0
[35019.708781] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:1811:941a:8200:2d97:a300:e3c3:e596 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=581033 PROTO=UDP SPT=8612 DPT=8612 LEN=24
[35019.708793] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:1811:941a:8200:2d97:a300:e3c3:e596 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=514360 PROTO=UDP SPT=8612 DPT=8610 LEN=24
[35019.719494] cdc_ether 3-2:1.19 enp0s20u2i19: renamed from usb0
[35019.753661] IPv6: ADDRCONF(NETDEV_UP): enp0s20u2i19: link is not ready
[35019.779695] IPv6: ADDRCONF(NETDEV_UP): enp0s20u2i19: link is not ready
[35020.030127] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20u2i19: link becomes ready

I guess the new name is enp0s20u2i19 or wwp0s20u2i8?

I’ve done ifconfig with wwp0s20u2i8 and enp0s20u2i19.
Both have the same result.

//$ sudo ifconfig wwp0s20u2i8 192.168.2.3
[sudo] password for stijnvermeersch:
stijnvermeersch@stronics0804://$ ping 192.168.2.2
PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
From 192.168.2.3 icmp_seq=1 Destination Host Unreachable
From 192.168.2.3 icmp_seq=2 Destination Host Unreachable
From 192.168.2.3 icmp_seq=3 Destination Host Unreachable
From 192.168.2.3 icmp_seq=4 Destination Host Unreachable
From 192.168.2.3 icmp_seq=5 Destination Host Unreachable
From 192.168.2.3 icmp_seq=6 Destination Host Unreachable
From 192.168.2.3 icmp_seq=7 Destination Host Unreachable
From 192.168.2.3 icmp_seq=8 Destination Host Unreachable
From 192.168.2.3 icmp_seq=9 Destination Host Unreachable

— 192.168.2.2 ping statistics —
122 packets transmitted, 0 received, +116 errors, 100% packet loss, time 123834ms
pipe 4

Usb ecm interface is renamed to enp0s20u2i19

You cannot have two interfaces with same ip

Ok this works know, thanks for the support. It was indeed the network that hasn’t the correct ip