另一台群晖,也是光口卡,可以配置auto neg,但是无法修改rx tx 状态:
root@XX:~# ethtool eth5
Settings for eth5:
Supported ports: [ FIBRE ]
Supported link modes: 10000baseCR/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10000baseCR/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Port: Direct Attach Copper
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: d
Wake-on: d
Current message level: 0x80000000 (-2147483648)
0x80000000
Link detected: yes
root@XX:~# ethtool -A eth5 autoneg off rx on tx on
rx unmodified, ignoring
tx unmodified, ignoring
root@XX:~# ethtool -A eth5 rx on tx on
rx unmodified, ignoring
tx unmodified, ignoring
no pause parameters changed, aborting
root@XX:~# |