Search found 3 matches

by andrewdisp
Thu 12. Oct 2017, 19:05
Forum: PCAN-USB Pro FD
Topic: unable to comm w/ device on ubuntu 16.04
Replies: 5
Views: 12229

Re: unable to comm w/ device on ubuntu 16.04

Hello Stéphane,

Sorry, I did that wrong. Here is what PCAN-USB says:

$ sudo ip link set can0 up type can bitrate 500000
$ ip -s -d link show can0
99: can0: <NOARP,UP,LOWER_UP,ECHO> mtu 16 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 10
link/can promiscuity 0
can state ERROR ...
by andrewdisp
Wed 11. Oct 2017, 19:39
Forum: PCAN-USB Pro FD
Topic: unable to comm w/ device on ubuntu 16.04
Replies: 5
Views: 12229

Re: unable to comm w/ device on ubuntu 16.04

Hello Stéphane,

Thanks for your help and work on the Linux driver.

I tried explicitly setting the sample-point but it does not seem to fix my error. If i create network interface w/o specifying sample-point i see e.g.:


$ sudo ip link set can0 up type can bitrate 500000
$ ip -s -d link show can0 ...
by andrewdisp
Wed 11. Oct 2017, 02:42
Forum: PCAN-USB Pro FD
Topic: unable to comm w/ device on ubuntu 16.04
Replies: 5
Views: 12229

unable to comm w/ device on ubuntu 16.04

I'm trying to communicate w/ http://leddartech.com/modules/leddarvu/ on ubuntu 16.04 using http://www.peak-system.com/PCAN-USB-Pro-FD.366.0.html?&L=1:


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
$ uname -a ...