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