After update i don't see model, i have (1D), Server Connection Inactive

After update i dont see model, i have (1D), Server Connection Inactive, blue diod is active, red is active, green is flashing
RSH.RA7BB.2025-11-22T15_33_30.logs.tar (117.5 KB)

hi there,

that’s very strange, there are two static text files missing from your system. but this is very easy to fix:

log in to the shake, using:
> ssh [email protected] # Default ssh password: shakeme
complete login details here.

once logged in, carry out the following on a command line:

   > echo 'AM' >/opt/settings/sys/NET.txt
   > echo '00' >/opt/settings/sys/LOC.txt     # these are zeroes, not the letter
   > sudo reboot

this will solve the problem your log files currently describe. however, it is unclear how these files went missing, so it is possible some other files may be missing as well.

if your unit still does not come up as expected, re-send the log files and / or re-burn the SD card using the publicly available Shake-OS image. full instructions for this can be found here.

let us know how it goes.

richard

1 Like


thank you now is all OK :slight_smile: I use command line with your codes to solve

echo ‘AM’ >/opt/settings/sys/NET.txt
echo ‘00’ >/opt/settings/sys/LOC.txt
sudo reboot

1 Like