diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2023-02-21 15:56:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 15:56:51 +0100 |
commit | 7179276b9f8867d85c644b8de1fba65d87143f2d (patch) | |
tree | 1c3cb89ce81354f8df31846e6d0fabf23efe96b1 /_ont | |
parent | fix fw_setenv sfp_a2_info (#152) (diff) | |
download | hack-gpon.github.io-7179276b9f8867d85c644b8de1fba65d87143f2d.tar hack-gpon.github.io-7179276b9f8867d85c644b8de1fba65d87143f2d.tar.gz hack-gpon.github.io-7179276b9f8867d85c644b8de1fba65d87143f2d.tar.bz2 hack-gpon.github.io-7179276b9f8867d85c644b8de1fba65d87143f2d.tar.lz hack-gpon.github.io-7179276b9f8867d85c644b8de1fba65d87143f2d.tar.xz hack-gpon.github.io-7179276b9f8867d85c644b8de1fba65d87143f2d.tar.zst hack-gpon.github.io-7179276b9f8867d85c644b8de1fba65d87143f2d.zip |
Diffstat (limited to '_ont')
-rw-r--r-- | _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md index 92d504a..b75265f 100644 --- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md +++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md @@ -196,7 +196,7 @@ sfp_i2c -i7 -s "YOUR_VENDOR_ID" ## Changing ONU hardware version (ME 256) ```sh -sed 's/256 0 HWTC 0000000000000/256 0 YOUR_VENDOR_ID YOUR_ONU_VERSION/' /rom/etc/mibs/data_1g_8q.ini > /etc/mibs/data_1g_8q.ini +sed 's/256 0 HWTC 0000000000000/256 0 HWTC YOUR_ONU_VERSION/' /rom/etc/mibs/data_1g_8q.ini > /etc/mibs/data_1g_8q.ini ``` ## Restore the default ONU hardware version (ME 256) @@ -535,4 +535,4 @@ The FS GPON-ONU-34-20BI stores the content of the emulated EEPROM in U-Boot env --- -[^subunit]: The subunit are 10000 times smaller than the specified unit
\ No newline at end of file +[^subunit]: The subunit are 10000 times smaller than the specified unit |