Skip to content

Commit bdcd30f

Browse files
authored
add more information on enabling ethernet & wifi (#464)
* add more information on enabling ethernet & wifi * add mib commit to "enable ethernet ports" section
1 parent 3180801 commit bdcd30f

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,17 @@ 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
260+
261+
mib commit
255262
```
256263

257264
## Enable WiFi
@@ -260,6 +267,7 @@ mib set SW_PORT_TBL.3.Enable 1
260267
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
261268
# 2.4GHz
262269
mib set WLAN1_MBSSIB_TBL.0.wlanDisabled 0
270+
wlan_apply restart
263271
```
264272

265273
# Teardown and other photos

0 commit comments

Comments
 (0)