You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Xavier Del Campo Romero 925e01271b
Start mobile data if not available
3 months ago
LICENSE First commit 1 year ago
README.md First commit 1 year ago
modem-restart Start mobile data if not available 3 months ago
modem-restart.service First commit 1 year ago

README.md

modem-restart

Overview

This repository defines a systemd service that, as a workaround, automatically restarts eg25-manager each time the modem crashes. While a big effort is being made to improve modem stability, it still crashes from time to time, specially if CPU suspend is used.

Dependencies

  • lsusb
  • eg25-manager
  • systemd

Installation

# cp modem-restart.service /etc/systemd/system/
# cp modem-restart /usr/local/bin
# systemctl enable modem-restart.service