I tried solution you suggested -
[email protected]:~# ethtool -s eth0 speed 10 duplex half autoneg off
output - Cannot get current device settings: No such device
not setting speed
not setting duplex
not setting autoneg
Settings are not set.
command uci show network output is -
[email protected]:~# uci show network
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd0c:fc11:5117::/48'
network.lan=interface
network.lan.proto='static'
network.lan.macaddr='00:1e:42:59:e5:2b'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan.ipaddr='192.168.2.1'
network.lan.disabled='0'
network.lan.metric='1'
network.lan.type='bridge'
network.lan.stp='0'
network.lan.ifname='eth0 eth0.1'
network.lan_eth0_1_dev=device
network.lan_eth0_1_dev.name='eth0.1'
network.lan_eth0_1_dev.macaddr='00:1e:42:59:e5:2b'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan.macaddr='00:1e:42:59:e5:2c'
network.wan.disabled='0'
network.wan.metric='2'
network.wan_eth0_2_dev=device
network.wan_eth0_2_dev.name='eth0.2'
network.wan_eth0_2_dev.macaddr='00:1e:42:59:e5:2c'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.wan6.disabled='0'
network.wan6.metric='3'
[email protected][0]=switch
[email protected][0].name='switch0'
[email protected][0].reset='1'
[email protected][0].enable_vlan='1'
[email protected]_vlan[0]=switch_vlan
[email protected]_vlan[0].device='switch0'
[email protected]_vlan[0].vlan='1'
[email protected]_vlan[0].ports='0 1 2 6t'
[email protected]_vlan[1]=switch_vlan
[email protected]_vlan[1].device='switch0'
[email protected]_vlan[1].vlan='2'
[email protected]_vlan[1].ports='4 6t'
network.mob1s1a1=interface
network.mob1s1a1.proto='wwan'
network.mob1s1a1.modem='1-1'
network.mob1s1a1.sim='1'
network.mob1s1a1.pdp='1'
network.mob1s1a1.auth='none'
network.mob1s1a1.apn='internet.lmt.lv'
network.mob1s1a1.disabled='0'
network.mob1s1a1.metric='4'
network.mob1s2a1=interface
network.mob1s2a1.proto='wwan'
network.mob1s2a1.modem='1-1'
network.mob1s2a1.sim='2'
network.mob1s2a1.pdp='1'
network.mob1s2a1.disabled='0'
network.mob1s2a1.metric='5'
Interfaces are bridged.
What is correct command in my case?
10M link for all interfaces are ok in my case.