diff --git a/_ont/ont-yotc-m2-2050-g40.md b/_ont/ont-yotc-m2-2050-g40.md index edd1587d..596842da 100644 --- a/_ont/ont-yotc-m2-2050-g40.md +++ b/_ont/ont-yotc-m2-2050-g40.md @@ -106,6 +106,11 @@ Hardware Configuration: /var/config/config_hs.xml ``` +Startup Script (ran at rc35 in init.d): +``` +/var/config/run_test.sh +``` + # GPON/OMCI settings ## Set OMCI mode to customized so versions don't reset @@ -249,9 +254,12 @@ mib set SW_PORT_TBL.2.Enable 1 mib set SW_PORT_TBL.3.Enable 1 ``` -## Enable 5GHz WiFi +## Enable WiFi ``` +# 5GHz mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0 +# 2.4GHz +mib set WLAN1_MBSSIB_TBL.0.wlanDisabled 0 ``` # Teardown and other photos diff --git a/_ont/serial_dump/yotcm2-2050-g40.txt b/_ont/serial_dump/yotcm2-2050-g40.txt index 7e91feb8..8a7ec854 100644 Binary files a/_ont/serial_dump/yotcm2-2050-g40.txt and b/_ont/serial_dump/yotcm2-2050-g40.txt differ diff --git a/_ont/serial_dump/yotcm2-2050-g40newrevision.txt b/_ont/serial_dump/yotcm2-2050-g40newrevision.txt index 64097631..76523dd5 100644 Binary files a/_ont/serial_dump/yotcm2-2050-g40newrevision.txt and b/_ont/serial_dump/yotcm2-2050-g40newrevision.txt differ