summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiammarco <stich86@gmail.com>2023-05-27 21:55:31 +0200
committerGitHub <noreply@github.com>2023-05-27 21:55:31 +0200
commit514dbdc78921731a92ac31f113f64f871f546b55 (patch)
tree45091ccb5516383127d315a6e21276fe7da9f3c9
parentAdd more info to Nokia G-010S-A (#211) (diff)
downloadhack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar
hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.gz
hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.bz2
hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.lz
hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.xz
hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.zst
hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.zip
-rw-r--r--_ont/ont-luna-sdk-useful-commands.md15
-rw-r--r--_ont/ont-odi-realtek-dfp-34g-2c2.md10
-rw-r--r--_ont/ont-odi-realtek-dfp-34x-2c2.md6
3 files changed, 12 insertions, 19 deletions
diff --git a/_ont/ont-luna-sdk-useful-commands.md b/_ont/ont-luna-sdk-useful-commands.md
index 9c5c5fe..40fac95 100644
--- a/_ont/ont-luna-sdk-useful-commands.md
+++ b/_ont/ont-luna-sdk-useful-commands.md
@@ -162,12 +162,13 @@ OMCI_OLT_MODE=1
# {{ include.flash }} set OMCI_OLT_MODE 2
```
-| Value | Note | OMCI Information |
-| ----- | --------------- | ---------------------------------------------- |
-| 0 | Default Mode | Stock, some value are cannot be change |
-| 1 | Huawei OLT Mode | Huawei MA5671a |
-| 2 | ZTE OLT Mode | ZTE |
-| 3 | Customized Mode | Custom Software/Hardware Version, OMCC, etc... |
+| Value | Note | OMCI Information |
+| ----- | --------------- | ------------------------------------------------------------------------------------------------------ |
+| 0 | Default Mode | Stock, some value are cannot be change |
+| 1 | Huawei OLT Mode | Huawei MA5671a |
+| 2 | ZTE OLT Mode | ZTE |
+| 3 | Customized Mode | Custom Software/Hardware Version, OMCC, etc... |{% if include.omciOLT21 %}
+| 21 | Owerflow Mode | Custom Software/Hardware Version, OMCC, etc... (this is a hack and causes sigsegv of `/bin/checkomci`) |{% endif %}
Some Fiber Vendor/Wholesale/ISP have explicit LAN Port Number provisioning or proprietary OMCI that ONT Stick cant not understand, this will make ONT Stick reply OK whatever OMCI OLT throw at.
@@ -216,4 +217,4 @@ sw_version1=V1_7_8_210412
```sh
# nv setenv sw_commit 0|1
# reboot
-``` \ No newline at end of file
+```
diff --git a/_ont/ont-odi-realtek-dfp-34g-2c2.md b/_ont/ont-odi-realtek-dfp-34g-2c2.md
index c0debf6..9b43409 100644
--- a/_ont/ont-odi-realtek-dfp-34g-2c2.md
+++ b/_ont/ont-odi-realtek-dfp-34g-2c2.md
@@ -33,14 +33,6 @@ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc admin@192.16
{% include image.html file="realtek-dfp-34g-2c2.jpg" alt="ODI Realtek DFP-34X-C2C" caption="ODI Realtek DFP-34X-C2C" %}
-## List of software versions
-- V1.0-220923 (hybrid by @lanseyujie and @stick86)
-- V1.0-220817
-- V1.0-220530 (hybrid by @stick86)
-- V1.0-220414 (vlan working)
-- V1.0-220304
-- V1.0-210702
-
## List of firmwares and files
- [Firmware repository by Anime4000](https://github.com/Anime4000/RTL960x/tree/main/Firmware/DFP-34X-2C2)
@@ -78,7 +70,7 @@ The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be a
{% include alert.html content="Some USB TTL adapters label TX and RX pins the other way around: try to swap them if the connection doesn't work." alert="Note" icon="svg-warning" color="yellow" %}
-{% include_relative ont-luna-sdk-useful-commands.md flash='flash' ploam='hex' customSwVersionAlert='This needs the `OMCI_OLT_MODE` value to be set to 3 and firmware 220530 or 220923 modded by @stich86 or `OMCI_OLT_MODE` value to be set to 21 and generate a sigsegv of `/bin/checkomci` that allows the SW to be modified' speedLan='1234567' %}
+{% include_relative ont-luna-sdk-useful-commands.md flash='flash' ploam='hex' customSwVersionAlert="This needs the `OMCI_OLT_MODE` value to be set to 3 and firmware 220530 or 220923 modded by @stich86 or if you don't want to replace firmware to change software version, set `OMCI_OLT_MODE` value to `21`. This will force to use your own settings from the XML file, but this is a hack and causes sigsegv of `/bin/checkomci`" speedLan='1234567' omciOLT21='true' %}
# Known Bugs
diff --git a/_ont/ont-odi-realtek-dfp-34x-2c2.md b/_ont/ont-odi-realtek-dfp-34x-2c2.md
index 0739447..5bafd9e 100644
--- a/_ont/ont-odi-realtek-dfp-34x-2c2.md
+++ b/_ont/ont-odi-realtek-dfp-34x-2c2.md
@@ -35,9 +35,9 @@ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc admin@192.16
## List of software versions
-- V1.0-220923 (hybrid by @lanseyujie and @stick86)
+- V1.0-220923 (hybrid by @lanseyujie and @stich86)
- V1.0-220817
-- V1.0-220530 (hybrid by @stick86)
+- V1.0-220530 (hybrid by @stich86)
- V1.0-220414 (vlan working)
- V1.0-220304
- V1.0-210702
@@ -79,7 +79,7 @@ The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be a
{% include alert.html content="Some USB TTL adapters label TX and RX pins the other way around: try to swap them if the connection doesn't work." alert="Note" icon="svg-warning" color="yellow" %}
-{% include_relative ont-luna-sdk-useful-commands.md flash='flash' ploam='hex' customSwVersionAlert='This needs the `OMCI_OLT_MODE` value to be set to 3 and firmware 220530 or 220923 modded by @stich86' speedLan='1234567 or `OMCI_OLT_MODE` value to be set to 21 and generate a sigsegv of `/bin/checkomci` that allows the SW to be modified' %}
+{% include_relative ont-luna-sdk-useful-commands.md flash='flash' ploam='hex' customSwVersionAlert="This needs the `OMCI_OLT_MODE` value to be set to 3 and firmware 220530 or 220923 modded by @stich86 or if you don't want to replace firmware to change software version, set `OMCI_OLT_MODE` value to `21`. This will force to use your own settings from the XML file, but this is a hack and causes sigsegv of `/bin/checkomci`" speedLan='1234567' omciOLT21='true' %}
# Known Bugs