summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Fullin <edoardo.fullin@outlook.com>2023-01-10 14:59:36 +0100
committerSimone <26844016+simonebortolin@users.noreply.github.com>2023-01-10 15:07:43 +0100
commitbdd385a4674bc3340a9147b3b03087c10f1944b2 (patch)
tree4bb0e721dfc2ba0217bf710018225f7a5f910cdf
parentMA5671A: Fixed RX Loss / TX Fault confusion (diff)
downloadhack-gpon.github.io-bdd385a4674bc3340a9147b3b03087c10f1944b2.tar
hack-gpon.github.io-bdd385a4674bc3340a9147b3b03087c10f1944b2.tar.gz
hack-gpon.github.io-bdd385a4674bc3340a9147b3b03087c10f1944b2.tar.bz2
hack-gpon.github.io-bdd385a4674bc3340a9147b3b03087c10f1944b2.tar.lz
hack-gpon.github.io-bdd385a4674bc3340a9147b3b03087c10f1944b2.tar.xz
hack-gpon.github.io-bdd385a4674bc3340a9147b3b03087c10f1944b2.tar.zst
hack-gpon.github.io-bdd385a4674bc3340a9147b3b03087c10f1944b2.zip
-rw-r--r--_ont/ont-huawei-ma5671a-root-web.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_ont/ont-huawei-ma5671a-root-web.md b/_ont/ont-huawei-ma5671a-root-web.md
index 39e4537..8a1ee74 100644
--- a/_ont/ont-huawei-ma5671a-root-web.md
+++ b/_ont/ont-huawei-ma5671a-root-web.md
@@ -41,7 +41,7 @@ After this is done, reboot the stick, after connecting it to the router via an e
{% include alert.html content="If your subnet is `192.168.1.0/24` make sure you have no ip conflicts." alert="Note" icon="svg-warning" color="yellow" %}
-{% include alert.html content="On some SFP host devices you might not be able to connect to the stick if there's no optical signal, in that case you need to connect the fiber to make changes on the stick" alert="Note" icon="svg-warning" color="yellow" %}
+{% include alert.html content="On some SFP host devices you might not be able to connect to the stick if there's no optical signal (RX loss), in that case you need to connect the fiber to make changes on the stick" alert="Note" icon="svg-warning" color="yellow" %}
Run the terminal and login to the stick with ssh
@@ -65,8 +65,8 @@ fw_setenv preboot "gpio set 3;gpio input 100;gpio input 105;gpio input 106;gpio
In case you need to re-enable it issue the following commands from the bootloader (FALCON)
```sh
-setenv asc0 0
-saveenv
+FALCON => setenv asc0 0
+FALCON => saveenv
```
<div class="modal" data-jtd-modal="root-modal" data-jtd-modal-backdrop="static" id="root-modal">