This guide is for administrators of the Robustel EG5200 gateway. You may be in a situation where you need to disable one or all of the device's wireless interfaces—Cellular, Wi-Fi, or Bluetooth—for security compliance, to reduce power consumption, or to prevent interface conflicts in a specific deployment. This document provides the exact command-line (CLI) commands to individually disable and re-enable these modules.
Important Reminder: Changes are Not Persistent
The command-line changes described in this guide are temporary and will not be saved. If the gateway is rebooted or loses power, all interfaces will automatically be re-enabled and return to their normal operational state.
root or Sudo credentials.This process stops the modem management software and then completely powers down the cellular module.
/usr/scripts/kill_modemd/usr/scripts/modem_power.sh offHere is an example of the commands being run in the terminal:
root@Router:~# /usr/scripts/kill_modemd
root@Router:~# /usr/scripts/modem_power.sh offThis command stops and unloads the Wi-Fi driver from the system kernel, which deactivates all Wi-Fi functions.
/usr/scripts/load_eg5200_wifi_driver.sh wifi-driver-stopHere is an example of the command being run in the terminal:
root@Router:~# /usr/scripts/load_eg5200_wifi_driver.sh wifi-driver-stopThis command deactivates the Bluetooth module by controlling its power via a dedicated GPIO (General-Purpose Input/Output) pin.
0 (low/off):echo 0 > /sys/class/gpio/gpio1/valueHere is an example of the command being run in the terminal:
root@Router:~# echo 0 > /sys/class/gpio/gpio1/valueYou can confirm the interfaces are disabled using these methods:
To restore functionality, you can re-boot the device
Q: I disabled the cellular module and now I can't access my gateway remotely via RCMS or VPN.
A: This is expected behavior. Disabling the cellular module cuts the gateway's connection to the mobile network. You must log in to the device locally (using an Ethernet cable) to run the re-enable commands listed in the "Verification & Testing" section.
Q: Will these settings remain after I reboot the gateway?
A: No. These commands are not persistent and will be reset to their default state (usually "on") when the gateway reboots. To make these changes permanent, you must add the disable commands to a custom startup script in the gateway's Web UI.
Version | Date | Author | Changes |
1.0 | 2025-10-24 | Hubery | Initial document |