summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiccolò Belli <niccolo.belli@linuxsystems.it>2022-11-05 23:53:55 +0100
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 23:09:23 +0100
commit62739171ff26458e3eb1af77d88a2e6056089e0f (patch)
treeceba808751edf96eb6cbb6cbd190ff2f87c3e71d
parentAdd flashing procedure for MA5671A (#30) (diff)
downloadhack-gpon.github.io-62739171ff26458e3eb1af77d88a2e6056089e0f.tar
hack-gpon.github.io-62739171ff26458e3eb1af77d88a2e6056089e0f.tar.gz
hack-gpon.github.io-62739171ff26458e3eb1af77d88a2e6056089e0f.tar.bz2
hack-gpon.github.io-62739171ff26458e3eb1af77d88a2e6056089e0f.tar.lz
hack-gpon.github.io-62739171ff26458e3eb1af77d88a2e6056089e0f.tar.xz
hack-gpon.github.io-62739171ff26458e3eb1af77d88a2e6056089e0f.tar.zst
hack-gpon.github.io-62739171ff26458e3eb1af77d88a2e6056089e0f.zip
-rw-r--r--_sfp_cage/broadcom-57810s.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/_sfp_cage/broadcom-57810s.md b/_sfp_cage/broadcom-57810s.md
index f0c2688..f0c7bbc 100644
--- a/_sfp_cage/broadcom-57810s.md
+++ b/_sfp_cage/broadcom-57810s.md
@@ -17,5 +17,20 @@ layout: default
| SGMII | ✅ |
| Type | PCI express SFP card |
+In order to be able to set 2.5G speed you will have to patch your kernel's bnx2x module. The easiest way to do so is via DKMS which rebuilds just that module:
-- [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) \ No newline at end of file
+- [DKMS for Linux 6.0.y](https://github.com/darkbasic/bnx2x-2_5g-dkms/tree/6.0.y)
+
+It also adds a module option that can be set to disable SFP TX fault detection, otherwise you won't be able to access your mini ont SFP if you don't attach the fiber to it.
+
+Unfortunately despite the patches you will still have to use UEFI eDiag to unlock 2.5G capabilities:
+
+- [How-to enable 2.5G capability via UEFI eDiag](https://www.dslreports.com/forum/r32230041-Internet-Bypassing-the-HH3K-up-to-2-5Gbps-using-a-BCM57810S-NIC)
+
+At this point you will be able to use the following command to set the speed to 2.5G:
+```
+sudo ethtool -s your_network_interface autoneg off speed 2500 duplex full
+```
+
+# 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)