Search found 4 matches

by JeanSmith
Wed 1. Apr 2020, 09:35
Forum: Linux
Topic: PCAN Driver Linux Raspberry Pi
Replies: 7
Views: 7021

Re: PCAN Driver Linux Raspberry Pi

Regarding candump:

- i have compared both bitrates and tried to use for both the same
- i "bring it up" with: "sudo ip link set can0 type can bitrate 5000" and "sudo ip link set up can0"

I have also tried some other bitrate settings, but it doesn't work

Best Regards
by JeanSmith
Tue 31. Mar 2020, 11:44
Forum: Linux
Topic: PCAN Driver Linux Raspberry Pi
Replies: 7
Views: 7021

Re: PCAN Driver Linux Raspberry Pi

Hello Marvin,

thanks again. okay, if i understand it correctly: just with adding: "NET=NETDEV_SUPPORT" to "make PCC=NO PCI=NO ISA=NO DNG=NO", i can change from the chardev driver (which is the preconfigured driver) to the NETDEV driver?

Now i got both working. But with the NetDev Driver i still ...
by JeanSmith
Mon 30. Mar 2020, 13:38
Forum: Linux
Topic: PCAN Driver Linux Raspberry Pi
Replies: 7
Views: 7021

Re: PCAN Driver Linux Raspberry Pi

Hello Marvin,

thanks you for your reply. Yes it helped. Now i got it work.

But when i am starting candump: "candump any" for example, i do not get any output.


Also when i am starting the PCAN View for Linux, i got the following message:

Error: Unable to get any valid combiination of BRP/ TSEGx ...
by JeanSmith
Mon 30. Mar 2020, 11:38
Forum: Linux
Topic: PCAN Driver Linux Raspberry Pi
Replies: 7
Views: 7021

PCAN Driver Linux Raspberry Pi

I am trying to install the driver: https://www.peak-system.com/fileadmin/media/linux/index.htm on my Raspberry Pi 2B, with Raspbian (Version:February 2020
Release date:2020-02-13, Kernel version:4.19).
I followed the instruction in the documentation chatper 3 in: https://www.peak-system.com ...