problem in ip link set up can0 Linux
Posted: Tue 2. Nov 2021, 08:49
Hello again
after a lot of back and forth, I could finally run the interface and now with command
I can see
but when I run the command
I receive the following error message
my system is fedora 33
The linus itself has the driver for peak-usb pcan and after installation, as it had problem, I again removed it.
the result of
is nothing and it does not produce anything.
after I uninstall the drivers with the followiing command I see status
I see status as
can anyone help me and say why the result of ip link is that?
after a lot of back and forth, I could finally run the interface and now with command
Code: Select all
ifconfig can0
Code: Select all
can0: flags=128<NOARP> mtu 16
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 10 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Code: Select all
ip link set can0 up
Code: Select all
RTNETLINK answers: Invalid argument
The linus itself has the driver for peak-usb pcan and after installation, as it had problem, I again removed it.
the result of
Code: Select all
/proc/pcan
after I uninstall the drivers with the followiing command I see status
Code: Select all
lsmod | grep ^peak
Code: Select all
peak_usb