Search found 5 matches

by h9ADz
Tue 20. Feb 2018, 16:24
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 547805

Re: PEAK-Linux Driver on Raspberry Pi

Hi,

currently I have nothing connected via USB, except mouse and keyboard.

Code: Select all

$ lsusb -d c72:
is empty.

Kind regards,
Martin
by h9ADz
Tue 20. Feb 2018, 15:20
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 547805

Re: PEAK-Linux Driver on Raspberry Pi

Hi Stéphane,

please excuse the late replay - a colleague wanted to help me and was not successful - I had to restart with a blank os.

I think I am now at the same point as before. Please check the output
$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.59-v7 ...
by h9ADz
Tue 13. Feb 2018, 10:16
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 547805

Re: PEAK-Linux Driver on Raspberry Pi

Hi Stéphane,

I am sorry for leaving out the outputs.

You don't have to build "pcan" with sudo. Please, rebuild pcan without sudo:
- I guess you meant the peak linux driver?

Here are the results for:
$ make clean
$ make PCI=NO PCIEC=NO PCC=NO DNG=NO PAR=NO ISA=NO
$ sudo make install
$ dmesg ...
by h9ADz
Mon 12. Feb 2018, 17:48
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 547805

Re: PEAK-Linux Driver on Raspberry Pi

Hi Stéphane,

thanks a lot!

I have been able to install the PEAK Linux Driver, PCAN Basic and the PCAN Basic JNI. Unfortunately the command cat /proc/pcan shows me nothing/errors.

I don't get a "can0" or similar, when I use "ifconfig".

EDIT: I uninstalled pcanjni, pcanbasic and the peak-linux ...
by h9ADz
Mon 12. Feb 2018, 12:32
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 547805

Re: PEAK-Linux Driver on Raspberry Pi

Dear PEAK-Support-Team,

I want to use PCAN Basic on my RPI3 - therefore I need to install the PCAN Linux Driver.
I downloaded both packages from your website - newest versions (PCAN Basic v4.2.0 and PEAK Linux v8.5.1).

Now I get an error, when I want to build the Linux Driver library with: make ...