Router Firmware 2.5G

This commit is contained in:
Anime4000 2023-12-16 12:51:47 +08:00 committed by GitHub
parent 595a49662c
commit 3feac821b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -18,16 +18,16 @@ To enable 2.5G (HiSGMII PHY) on your TP-Link Archer BE800, follow these steps:
5. **Enter Commands:**
- Enter the following commands to enable 2.5G (HiSGMII PHY):
```plaintext
combo_debug stop
combo_debug set plus
combo_debug ipg_set combo10g 1_192bit
```
```plaintext
combo_debug stop
combo_debug set plus
combo_debug ipg_set combo10g 1_192bit
```
- To revert back to 1Gbps, use the following command:
```plaintext
combo_debug ipg_set combo10g 1
```
```plaintext
combo_debug ipg_set combo10g 1
```
## Note:
- The 2.5G mode activation is not persistent across power loss or router reboots. You will need to re-enter the commands after each occurrence.