Search found 3 matches

by jsford
Wed 25. Jan 2017, 18:10
Forum: Linux
Topic: Can the PCAN-USB Pro FD work in Ubuntu 12.04?
Replies: 1
Views: 2749

Can the PCAN-USB Pro FD work in Ubuntu 12.04?

I have a large codebase which only runs in Ubuntu 12.04 LTS which I would like to interface to the PCAN-USB Pro FD. I can get the PCAN device working in Ubuntu 14.04.5 LTS, but when I try to install it in 12.04, the makefile doesn't work because it can't find a lot of the files it needs. Has anyone ...
by jsford
Fri 20. Jan 2017, 20:29
Forum: Linux
Topic: PCAN-USB Pro FD: module verification failed
Replies: 2
Views: 4617

Re: PCAN-USB Pro FD: module verification failed

Wait. I guess that didn't matter. I think it's working anyway.
by jsford
Fri 20. Jan 2017, 20:19
Forum: Linux
Topic: PCAN-USB Pro FD: module verification failed
Replies: 2
Views: 4617

PCAN-USB Pro FD: module verification failed

I have a PCAN-USB Pro FD which I am trying to run in 4.4.0-31-generic #50~14.04.1-Ubuntu. So far, I have done the following without errors:

// install popt
make clean
make
sudo make install

After that, I ran the following:
sudo modprobe pcan
dmesg | grep pcan

The output of dmesg is this:
[ 8 ...