Problem

Smartchk tablet does has trouble connecting and retaining the internet connection.

Cause

Tablet loses internet connectivity because the saved internet connection is not available for connection or has weak signal.

Resolution


Some commands for TDEMO connection issue:

# To check available wifi :

> nmcli -f SSID dev wifi | tail -n +2 | sed "s/'//g"


# remove ssid (TDEMO) from network manager :

> sudo rm -r /etc/NetworkManager/system-connections/TDEMO


# ADD the ssid (TDEMO) to network manager :

timeout 50 nmcli dev wifi connect 'TDEMO' password 'XXXXXXX'


Replace XXXXXXX with TDEMO password.