When I'm using command

Code: Select all

ip link set mtu 1280 dev eth0
it returns

Code: Select all

rk_gmac-dwmac ff540000.ethernet eth0: must be stopped to change its MTU
.
So I make the link down to use the same command but it returns

Code: Select all

SIOCSIFMTU: Invalid argument


Does anyone have the same problem?