RTNETLINK answers: Argument list too long

Viewed 25

I backported mcp251xfd CAN driver for v4.9 I can see now can0 in ifconfig but when I do:

$ sudo ip link set can0 type can bitrate 125000
$ sudo ip link set up can0

I get the following: RTNETLINK answers: Argument list too long

It comes from the second command.

1 Answers
Related