diff options
author | sodaws <46269674+sodaws@users.noreply.github.com> | 2023-12-28 09:41:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 09:41:11 +0100 |
commit | 02f030b5e50687e408e5dc1f01d947b26b287d7b (patch) | |
tree | 6fada52e010fa2cfd971958686cb4532b5ea04ec /_sfp_cage/broadcom-57810s.md | |
parent | Add info, settings, and firmware for ONT Leox LXT-240G-C1 (#295) (diff) | |
download | hack-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 |
Diffstat (limited to '_sfp_cage/broadcom-57810s.md')
-rw-r--r-- | _sfp_cage/broadcom-57810s.md | 12 |
1 files changed, 12 insertions, 0 deletions
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) |