summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bortolin <simonebortolin@users.noreply.github.com>2022-08-13 00:10:26 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 23:04:33 +0100
commitce4515296e699d5ad18def2a387465a120c76848 (patch)
treee8e54f292e5f12b2f26bbcb4b2dc8907b7d46c80
parentMerge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff)
downloadhack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar
hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.gz
hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.bz2
hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.lz
hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.xz
hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.zst
hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.zip
-rw-r--r--_config.yml10
-rw-r--r--_includes/icons/custom.html4
-rw-r--r--_sass/custom/custom.scss14
-rw-r--r--ont-Huawei-HG8010H.md20
-rw-r--r--ont-Sercomm-FGS202.md2
-rw-r--r--ont-huawei-ma5671a-root.md4
6 files changed, 38 insertions, 16 deletions
diff --git a/_config.yml b/_config.yml
index c3ed586..59e67bb 100644
--- a/_config.yml
+++ b/_config.yml
@@ -37,13 +37,13 @@ url: "https://hack-gpon.github.io/"
nav_sort: case_sensitive
aux_links:
- "Github":
- color: 'blue'
- logo: 'https://cdn-icons-png.flaticon.com/512/1051/1051377.png'
+ - title: "GitHub"
+ color: 'purple'
+ icon: 'svg-github'
link: '//github.com/hack-gpon/hack-gpon.github.io'
- "Telegram":
+ - title: "Telegram"
color: 'blue'
- logo: 'https://iconape.com/wp-content/png_logo_vector/telegram-new-2019-black-x-logo.png'
+ icon: 'svg-telegram'
link: '//t.me/HackGPON'
#aux_links:
diff --git a/_includes/icons/custom.html b/_includes/icons/custom.html
index 4bcbf6a..a83ef5b 100644
--- a/_includes/icons/custom.html
+++ b/_includes/icons/custom.html
@@ -1,12 +1,12 @@
<symbol id="svg-telegram" viewBox="0 0 16 16">
<title>Telegram</title>
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" role="img" aria-label="Telegram">
+ <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" role="img" aria-label="Telegram">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z"/>
</svg>
</symbol>
<symbol id="svg-github" viewBox="0 0 16 16">
<title>GitHub</title>
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" role="img" aria-label="GitHub">
+ <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" role="img" aria-label="GitHub">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</symbol> \ No newline at end of file
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
index 274bfdb..2bd7696 100644
--- a/_sass/custom/custom.scss
+++ b/_sass/custom/custom.scss
@@ -190,4 +190,18 @@ figure {
.ont-404 svg {
fill: $body-text-color;
width: 100%;
+}
+
+.site-button img {
+ height: 20px;
+ vertical-align: middle;
+ margin-left: 10px;
+ width: auto;
+}
+
+.site-button svg {
+ height: 20px;
+ vertical-align: middle;
+ margin-left: 10px;
+ width: 20px;
} \ No newline at end of file
diff --git a/ont-Huawei-HG8010H.md b/ont-Huawei-HG8010H.md
index 226e187..5f634da 100644
--- a/ont-Huawei-HG8010H.md
+++ b/ont-Huawei-HG8010H.md
@@ -64,6 +64,7 @@ Now that this is done, the modified configuration file can be uploaded via the w
**All results need to be converted from Hex to Ascii**
- Get OLT information:
+
```
WAP>omcicmd mib show meid 131 instid 0
@@ -78,8 +79,10 @@ WAP>omcicmd mib show meid 131 instid 0
success!
```
-*48575443 -> HWTC (Huawei)*
+*0x48575443* → *HWTC* (Huawei)
+
- Get SW Version 0 and 1:
+
```
WAP>omcicmd mib show meid 7 instid 0
@@ -106,8 +109,10 @@ WAP>omcicmd mib show meid 7 instid 1
success!
```
-*56355230 32304331 30533131 3500 -> V5R020C10S115*
+*0x56355230 32304331 30533131 3500* → *V5R020C10S115*
+
- Get ONT Vendor ID and HW Version:
+
```
WAP>omcicmd mib show meid 256 instid 0
@@ -131,10 +136,12 @@ WAP>omcicmd mib show meid 256 instid 0
success!
```
-*48575443 -> HWTC
-\
-32343046 2e41 -> 240F.A*
+
+*0x48575443* → *HWTC*
+*0x32343046 2e41* → *240F.A*
+
- Get ONT Equipment ID:
+
```
WAP>omcicmd mib show meid 257 instid 0
@@ -159,7 +166,8 @@ WAP>omcicmd mib show meid 257 instid 0
success!
```
-*48473830 31304876 36 -> HG8010Hv6*
+
+*0x48473830 31304876 36* → *HG8010Hv6*
# Known Bugs
# Miscellaneous Links
diff --git a/ont-Sercomm-FGS202.md b/ont-Sercomm-FGS202.md
index 67a6d90..1e0a854 100644
--- a/ont-Sercomm-FGS202.md
+++ b/ont-Sercomm-FGS202.md
@@ -27,7 +27,7 @@ parent: ONT
# HW Modding
-- Pin 7 GND -> VCC [Fibra.Click - FAQ: 2.5Gbps su singolo dispositivo su Tim, Vodafone, Fastweb/JustSpeed](https://forum.fibra.click/d/27574-faq-25gbps-su-singolo-dispositivo-su-timvodafonefastwebjustspeed/18)
+- Pin 7 GND → VCC [Fibra.Click - FAQ: 2.5Gbps su singolo dispositivo su Tim, Vodafone, Fastweb/JustSpeed](https://forum.fibra.click/d/27574-faq-25gbps-su-singolo-dispositivo-su-timvodafonefastwebjustspeed/18)
- Only for Ubiquiti [OpenWRT Forum - Support for GPON SFP](https://forum.openwrt.org/t/support-for-gpon-sfp-fgs202/42641/47)
# Known Bugs
diff --git a/ont-huawei-ma5671a-root.md b/ont-huawei-ma5671a-root.md
index dc87f53..14c807c 100644
--- a/ont-huawei-ma5671a-root.md
+++ b/ont-huawei-ma5671a-root.md
@@ -46,7 +46,7 @@ GND ----green --------------- pin #10
{% include image.html file="ma5671a-root-10.jpg" alt="serial shell 2" caption="serial shell 2" %}
-9. from the Teraterm menu `FILE -> TRANSFER -> XMODEM -> SEND -> [1224abort.bin]` (which is the third of the files downloaded earlier):
+9. from the Teraterm menu `FILE` → `TRANSFER` → `XMODEM` → `SEND` → `[1224abort.bin]` (which is the third of the files downloaded earlier):
{% include image.html file="ma5671a-root-11.jpg" alt="1224abort.bin" caption="1224abort.bin" %}
@@ -70,7 +70,7 @@ At this point it will appear:
{% include image.html file="ma5671a-root-13.jpg" alt="shell requiring mt2 upload" caption="shell requiring mt2 upload" %}
-13. From the teratem menu do `FILE -> TRANSFER -> KERMIT -> SEND -> [mtd2.bin]`.
+13. From the teratem menu do `FILE` → `TRANSFER` → `KERMIT` → `SEND` → `[mtd2.bin]`.
It will start uploading the file at a speed of about 3-4 KBbs. Now you will have to wait more than half an hour for the upload to complete.
14. Once finished, the image loaded on the stick must also be saved to the corresponding system partition (the first of the 2) with the commands