From cf89954efd9213e3c4d8f62550b5e50a67cafb45 Mon Sep 17 00:00:00 2001 From: mrhaav <62175065+mrhaav@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:48:17 +0200 Subject: [PATCH] Update README.md --- atc/fib-fm350_gl/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/atc/fib-fm350_gl/README.md b/atc/fib-fm350_gl/README.md index c5a8d30..86faae6 100644 --- a/atc/fib-fm350_gl/README.md +++ b/atc/fib-fm350_gl/README.md @@ -10,8 +10,7 @@ To be used with `luci-proto-atc`\ \ USB hotplug script add Option driver. You can edit `/etc/hotplug.d/usb/50-fm350_driver` to use Generic driver. -AT command base script. Handles network disconnections if your service provider use NITZ. -The FM350-GL modem has a limitied support for AT command and the only trigger for reconnection is the indication of received NITZ information, `+CTZV`. +AT command base script. Handles network disconnections if your service provider use NITZ. The FM350-GL modem has a limitied support for AT command and the only trigger for reconnection is the indication of received NITZ information, `+CTZV`.\ Support dual stack and received SMS will be stored in `/tmp/sms/rx` folder and the full path is sent to `/usr/bin/atc_rx_sms.sh `. `atc_rx_sms.sh` is not included in the package. @@ -21,11 +20,11 @@ Download and install with: wget https://github.com/mrhaav/openwrt/raw/master/atc/fib-fm350_gl/atc-fib-fm350_gl_2024-04-24-0.1_all.ipk opkg install atc-fib-fm350_gl_2024-04-24-0.1_all.ipk ``` -\ + If you have problems with modem crashes this hotplug script may help to re-start the interface. -`60-fm350_crash` +`/etc/hotplug.d/usb/60-fm350_crash` ``` if ([ "$PRODUCT" = 'e8d/7126/1' ] || [ "$PRODUCT" = 'e8d/7127/1' ]) && [ "${DEVICENAME: -3}" = '1.6' ] && [ "$ACTION" = 'bind' ] && [ -f /tmp/fm350.status ] && [ $(cat /tmp/fm350.status) != 'boot' ] then