Skip to content

Commit

Permalink
Update Zyxel PMG3000-D20B, Nokia G-010s-A and BCM57810 pages (module …
Browse files Browse the repository at this point in the history
…compatibility and solder mod) (#294)

* Update Zyxel PMG3000-D20B, Nokia G-010s-A and
Broadcom 57810s pages. Solder mod and compatibility.

* fix typo and try to fix links

---------

Co-authored-by: sodaws <[email protected]>
  • Loading branch information
sodaws and sodaws authored Dec 28, 2023
1 parent d3c3dc0 commit 02f030b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions _ont/ont-nokia-g-010s-a.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions _ont/ont-zyxel-pmg3000-d20b.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions _sfp_cage/broadcom-57810s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 02f030b

Please sign in to comment.