Temat: switch z adm5120 nie konfiguruje się z UCI ?
Próbowałem w/g tego:
http://wiki.openwrt.org/doc/uci/network?s[]=bridge#switch
i tego:
http://eko.one.pl/forum/viewtopic.php?id=1846
i nie działa. Zawsze jest:
root@OpenWrt:/# admswconfig
ethX port0 port1 port2 port3 port4 CPU
0 1 1
1 1 1
2 1 1
3 1 1
4 1 1Konfiguracja ręczna działa:
root@OpenWrt:/# admswconfig eth0 "01234c"
root@OpenWrt:/# admswconfig eth1 "01234c"
root@OpenWrt:/# admswconfig eth2 ""
Warning: CPU port is not part of this VLAN group
root@OpenWrt:/# admswconfig eth3 ""
Warning: CPU port is not part of this VLAN group
root@OpenWrt:/# admswconfig eth4 ""
Warning: CPU port is not part of this VLAN group
root@OpenWrt:/# admswconfig eth5 ""
Warning: CPU port is not part of this VLAN group
root@OpenWrt:/# admswconfig
ethX port0 port1 port2 port3 port4 CPU
0 1 1 1 1 1 1
1 1 1 1 1 1 1
2
3
4Zrobiłem skrypt i dodałem do autostartu i działa, ale to trochę nieelegancka proteza.