07-08-2021, 12:03 PM
d0n601
Users with "extensive Linux experience" means that doing the following to fix the issue with the modem should be no big deal.
source
Then in order to check this regularly I suggest using `cron` jobs as root:
and set the following rule that executes every minute
I've downloaded jumpdrive and am going to give it a try with Mobian before I draw any final conclusions. Probably won't end up returning it.
Users with "extensive Linux experience" means that doing the following to fix the issue with the modem should be no big deal.
source
Code:
#!/bin/bash
FILE=/dev/ttyUSB2
if ! test -c "$FILE"; then
systemctl restart eg25-manager
fi
Then in order to check this regularly I suggest using `cron` jobs as root:
Code:
sudo crontab -e
and set the following rule that executes every minute
Code:
* * * * * /home/mobian/bin/test-and-connect-modem.sh
I've downloaded jumpdrive and am going to give it a try with Mobian before I draw any final conclusions. Probably won't end up returning it.