Search found 2 matches

by noorulj@gmail.com
Mon 11. Nov 2019, 07:55
Forum: Linux
Topic: Cannot connect with PCAN device
Replies: 16
Views: 18113

Re: Cannot connect with PCAN device

I too had similar issue of modprobe not finding pcan device. After disabling secure boot it worked for me..
PCAN device was getting detected till i restarted my Ubuntu system. Once i restarted it is again not working.
when i do
sudo modprobe pcan

i get the below errors...
modprobe: ERROR ...
by noorulj@gmail.com
Mon 26. Aug 2019, 13:42
Forum: Linux
Topic: Setting up can interface for FD using bitrate tseg etc
Replies: 1
Views: 18825

Setting up can interface for FD using bitrate tseg etc

I am trying to send and receive can frames
OS : Ubuntu 16.04
using socketcan or canutils

to set up the can interface
i am using the command
ip link can0 set type can bitrate 500000 dbitrate 2000000 fd on
ip link can0 set can0 up

I have verified the sending and receiving from windows using pcan ...