Skip to content

Commit abe70fc

Browse files
authored
add more information on enabling ethernet & wifi
1 parent 3180801 commit abe70fc

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

_ont/ont-yotc-m2-2050-g40.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,15 @@ reboot
248248

249249
## Enable Ethernet Ports
250250
```
251+
# enable lan1
251252
mib set SW_PORT_TBL.0.Enable 1
253+
# disable lan1 power down state
254+
diag port set phy-force-power-down port 0 state disable
255+
256+
#enable lan 2
252257
mib set SW_PORT_TBL.1.Enable 1
253-
mib set SW_PORT_TBL.2.Enable 1
254-
mib set SW_PORT_TBL.3.Enable 1
258+
# disable lan 2 power down state
259+
diag port set phy-force-power-down port 1 state disable
255260
```
256261

257262
## Enable WiFi
@@ -260,6 +265,7 @@ mib set SW_PORT_TBL.3.Enable 1
260265
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
261266
# 2.4GHz
262267
mib set WLAN1_MBSSIB_TBL.0.wlanDisabled 0
268+
wlan_apply restart
263269
```
264270

265271
# Teardown and other photos

0 commit comments

Comments
 (0)