summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsodaws <46269674+sodaws@users.noreply.github.com>2023-12-28 09:41:11 +0100
committerGitHub <noreply@github.com>2023-12-28 09:41:11 +0100
commit02f030b5e50687e408e5dc1f01d947b26b287d7b (patch)
tree6fada52e010fa2cfd971958686cb4532b5ea04ec
parentAdd info, settings, and firmware for ONT Leox LXT-240G-C1 (#295) (diff)
downloadhack-gpon.github.io-02f030b5e50687e408e5dc1f01d947b26b287d7b.tar
hack-gpon.github.io-02f030b5e50687e408e5dc1f01d947b26b287d7b.tar.gz
hack-gpon.github.io-02f030b5e50687e408e5dc1f01d947b26b287d7b.tar.bz2
hack-gpon.github.io-02f030b5e50687e408e5dc1f01d947b26b287d7b.tar.lz
hack-gpon.github.io-02f030b5e50687e408e5dc1f01d947b26b287d7b.tar.xz
hack-gpon.github.io-02f030b5e50687e408e5dc1f01d947b26b287d7b.tar.zst
hack-gpon.github.io-02f030b5e50687e408e5dc1f01d947b26b287d7b.zip
-rw-r--r--_ont/ont-nokia-g-010s-a.md1
-rw-r--r--_ont/ont-zyxel-pmg3000-d20b.md4
-rw-r--r--_sfp_cage/broadcom-57810s.md12
3 files changed, 15 insertions, 2 deletions
diff --git a/_ont/ont-nokia-g-010s-a.md b/_ont/ont-nokia-g-010s-a.md
index bc31a84..d876c8f 100644
--- a/_ont/ont-nokia-g-010s-a.md
+++ b/_ont/ont-nokia-g-010s-a.md
@@ -287,6 +287,7 @@ omciMgr
- [Usage GPON module SFP in Spain](https://forum.mikrotik.com/viewtopic.php?t=116364&start=300)
- [Bypassing the HH3K up to 2.5Gbps using a BCM57810S NIC](https://www.dslreports.com/forum/r32230041-Internet-Bypassing-the-HH3K-up-to-2-5Gbps-using-a-BCM57810S-NIC)
- [Nokia G-010S-A Pin 6 Iusse - Rsaxvc.net](https://rsaxvc.net/blog/2020/8/15/Nokia_G-010S-A_Pin_6_Issue.html)
+- [Might require solder mod in order to work with BCM57810S NIC](/broadcom-57810s#compatibility)
<hr>
diff --git a/_ont/ont-zyxel-pmg3000-d20b.md b/_ont/ont-zyxel-pmg3000-d20b.md
index 69fa3b7..f036f53 100644
--- a/_ont/ont-zyxel-pmg3000-d20b.md
+++ b/_ont/ont-zyxel-pmg3000-d20b.md
@@ -102,7 +102,7 @@ onu lanpsg 0
```
## Setting Speed LAN Mode
-{% include alert.html content="This command forces the speed to 2.5 and is instantaneous and permanent, use it only if your hardware supports HSGMII and is compatible (not to be used with Broadcom 57810s NIC)" alert="Note" icon="svg-warning" color="red" %}
+{% include alert.html content="This command forces the speed to 2.5 and is instantaneous and permanent, use it only if your hardware supports HSGMII and is compatible (e.g. modified Broadcom 57810s NIC)" alert="Note" icon="svg-warning" color="red" %}
```sh
hal
set speed 2.5g mode full
@@ -341,7 +341,7 @@ The Zyxel PMG3000-D20B stores the content of the emulated EEPROM1 (A2h) in `/tmp
{% include alert.html content="For more information, see the SFF-8472 Rev 11.0 specification." alert="Info" icon="svg-info" color="blue" %}
# Known Bugs
-- [Not working with Broadcom BCM57810S](https://github.com/xvzf/zyxel-gpon-sfp/issues/10)
+- [Works with Broadcom BCM57810S only after solder mod](https://github.com/xvzf/zyxel-gpon-sfp/issues/10)
- Issue on IPv6 discovery. Not certain whether it is a edge case of a particular ISP or not
- [Some sticks have a custom password](https://github.com/xvzf/zyxel-gpon-sfp/issues/6)
- On V2.5 the Lantiq SDK has been updated from 6.4.2 to 7.5.1, breaking upload performance
diff --git a/_sfp_cage/broadcom-57810s.md b/_sfp_cage/broadcom-57810s.md
index 4c1c027..44c8eed 100644
--- a/_sfp_cage/broadcom-57810s.md
+++ b/_sfp_cage/broadcom-57810s.md
@@ -32,5 +32,17 @@ At this point, use the following command to set the speed to 2.5G:
sudo ethtool -s your_network_interface autoneg off speed 2500 duplex full
```
+# Compatibility
+
+{% include alert.html content="This card requires a solder mod in order to work with some SFP ONTs." alert="Note" icon="svg-warning" color="yellow" %}
+
+According to a [blog post](https://rsaxvc.net/blog/2020/8/15/Nokia_G-010S-A_Pin_6_Issue.html), some manufacturers designed their SFP ONTs in a way that doesn't 100% comply with the SFF specification. A solder mod like described in a [dslreports thread](https://www.dslreports.com/forum/r32529545-) might be required to get certain SFP modules to work with this card. This mod grounds `MOD_ABS PIN (6)`, which signals to the card that a module is inserted in the slot. This signals the card to send power to the SFP module.
+
+## Affected SFP Modules
+
+- [Zyxel PMG3000-D20B](/ont-zyxel-pmg3000-d20b) (see Github issue discussion linked below)
+- [Nokia G-010S-A](/ont-nokia-g-010s-a)
+
# Miscellaneous Links
- [Come avere i 2.5 Gbps su un unico dispositivo senza il Fastgate](https://forum.fibra.click/d/17836-come-avere-i-25-gbps-su-un-unico-dispositivo-senza-il-fastgate)
+- [Solder mod required to make some SFP ONTs work with this card](https://github.com/xvzf/zyxel-gpon-sfp/issues/10)