Device keeps disconnecting

Device (FX30) connects to Developer Strudio without problem. However after 10-15sec. device is disconnected automatically (WiFi icon flashing before device is disconnected). It looks like conflict with network. But I have switched off wifi and problem did not go away. I use Linux 16.04LTS

Error I have got:
Connect target: FX30 Session.connect: java.io.InterruptedIOException: A timeout occurred connecting to host 192.168.2.2

Hi,
Can you please share which legato version are you using for your fx30.

Best Regards,
Bharath

Hi,
Studio Ver. 5.3.0.201710230939.

Hi,
Please share the legato framework version which used in your FX30, not Developer studio version.

Also can you please share which WP module(modem) which is used in the fx30, whether wp85 or some other module.

Best Regards,
Bharath

Hi,
Legato is 16.10.1.fx30 module WP8548.

Hi,
Thanks for sharing the details.

Best Regards,
Bharath

Hi,

I also have trouble staying connected to my FX30S since the connection keeps disconnecting every 15sec when I use the automatic ethernet connection on the linux machine.

The way to fix it is to mannually create an Ethernet connexion on the linux machine with the FX30S mac address, then the FX30S will choose this network on plug and stayed connected to it. (When I do that, my linux PC won’t take the IP I mannually set and stay on the dhcp option but at least it stay connected…).

root@fx30s:/# cm info
Device: FX30SIMEI: 353984080034521FSN: LL629100280110
Firmware: SWI9X15Y_07.11.22.00 r33729 CARMD-EV-FRMWR1 2017/01/11 18:04:06
Bootloader: SWI9X15Y_07.11.22.00 r33729 CARMD-EV-FRMWR1 2017/01/11 18:04:06
priIdPn: 9906770
priIdRev: 01.00
skuId: 1103232

root@fx30s:/# legato version
16.10.1_eea67704afa1ebc0450d230baa84ac28_modified

I recently installed a custom image on the FX30S which is the same image as default with node.js in addition. I’ve maybe done something wrong…

BR,
Dylan Lemasson

There is the problem with a USB driver for Linux version above 15.10.

We have to remove modemmaneger :
sudo apt-get remove modemmanager

This fixed my problem.

Extract from the legato doc : “Currently there is an outstanding issue in Ubuntu 15.10+ with the ECMUsb driver. This bug may cause Ubuntu Connection Manager to crash. The workaround is to uninstall modemManager on your dev machine. $ sudo apt-get remove modemmanager”
The doc is available here :Configure SWI Target - Legato Docs

BR,
Dylan Lemasson

Hi @TheGod,
Did you try to removing the modemmaneger as suggested by @dylan.
Let us know your feedback.