Search found 6 matches

by Meldryt
Wed 22. Feb 2017, 15:00
Forum: Linux
Topic: peak driver (8.3.1) compilation error
Replies: 9
Views: 8078

Re: peak driver (8.3.1) compilation error

Hello,

While we work to find a fix to this issue, you can download the previous version of the driver: this should compile without this problem.

You'll find it at: http://www.peak-system.com/fileadmin/media/linux/files/peak-linux-driver-8.3.tar.gz

Regards,

Stéphane

Ok thanks! Does this ...
by Meldryt
Wed 22. Feb 2017, 14:20
Forum: Linux
Topic: peak driver (8.3.1) compilation error
Replies: 9
Views: 8078

Re: peak driver (8.3.1) compilation error

Here is the output:
output.txt
(14.72 KiB) Downloaded 616 times
.
I will try kernel driver for the moment.
by Meldryt
Wed 22. Feb 2017, 13:14
Forum: Linux
Topic: peak driver (8.3.1) compilation error
Replies: 9
Views: 8078

Re: peak driver (8.3.1) compilation error

M.Maidhof wrote:Hi,

which kernel version do you use? Please provide output of uname -r and the complete build process of the driver.

regards

Michael
4.1.31-30
by Meldryt
Wed 22. Feb 2017, 11:32
Forum: Linux
Topic: peak driver (8.3.1) compilation error
Replies: 9
Views: 8078

peak driver (8.3.1) compilation error

I try to build the latest peak driver (8.3.1) on Leap 42.1 with NETDEV_SUPPORT
and get errors starting with
peak-linux-driver-8.3.1/driver/src/pcan_netdev.c:832:10: error: ‘struct can_priv’ has no member named ‘restart_work’

According to the pcan driver notes this should already be fixed (for ...
by Meldryt
Mon 28. Nov 2016, 10:30
Forum: Linux
Topic: pcan error logs/handling
Replies: 3
Views: 6094

Re: pcan error logs/handling

Thanks for advice. So i neither get the id nor the type of problem that caused the error.
by Meldryt
Thu 24. Nov 2016, 14:10
Forum: Linux
Topic: pcan error logs/handling
Replies: 3
Views: 6094

pcan error logs/handling

I'm using peak linux driver 8.1.0 with socketCAN on openleap 42.1 and initialized a can0 interface.
I have an app that writes to can mutlple times per second.
In irregular intervals i get errors that cause the bus to go off after some time.

With cat /proc/pcan i can see the current can status but ...