Search found 5 matches

by F.Benad
Wed 12. Apr 2017, 10:17
Forum: Linux
Topic: Driver 8.3.1 netdev mode build error for kernel 3.0
Replies: 1
Views: 2870

Driver 8.3.1 netdev mode build error for kernel 3.0

Hello,

building the current PCAN driver 8.3.1 for SUSE Linux Enterprise 11 SP4 kernel 3.0.101 fails when netdev mode is required.


be23723@test2:~/driver/pcan/peak-linux-driver-8.3.1> make NET=NETDEV_SUPPORT
make[1]: Entering directory `/home/be23723/driver/pcan/peak-linux-driver-8.3.1/driver ...
by F.Benad
Tue 5. Jul 2016, 11:20
Forum: Linux
Topic: PCAN linux driver 8.1 with netdev and RTNL interface
Replies: 7
Views: 15196

Re: PCAN linux driver 8.1 with netdev and RTNL interface


The restart-ms option is only provided by the Linux mainline driver.
The PEAK Linux 8.x driver does not provide all 'ip' functionalities you can get from the mainline drivers.


Ok. I assumed driver 8.1 was now able to support all. But, as Stéphane always said, the documentation will be updated ...
by F.Benad
Fri 24. Jun 2016, 11:35
Forum: Linux
Topic: PCAN linux driver 8.1 with netdev and RTNL interface
Replies: 7
Views: 15196

Re: PCAN linux driver 8.1 with netdev and RTNL interface

Hi,

fortunately it is still possible to set the CAN baudrate by using: echo "i 0x0014 e" > /dev/pcan0 No option for setting bitrates would make the new pcan driver unusable for us.

But about the "restart-ms" option. It is also only available for newer kernels? We miss this option sadly, because we ...
by F.Benad
Wed 22. Jun 2016, 08:36
Forum: Linux
Topic: PCAN linux driver 8.1 with netdev and RTNL interface
Replies: 7
Views: 15196

Re: PCAN linux driver 8.1 with netdev and RTNL interface

Code: Select all

test2:~ # ip link set can0 up type can bitrate 1000000
RTNETLINK answers: Operation not supported 
Hmm :?

regards
F.Benad
by F.Benad
Tue 21. Jun 2016, 11:21
Forum: Linux
Topic: PCAN linux driver 8.1 with netdev and RTNL interface
Replies: 7
Views: 15196

PCAN linux driver 8.1 with netdev and RTNL interface

Hello,

We have problems to configure the new peak linux driver V. 8.1 compiled in netdev/SocketCAN mode with the RTNETLINK interface. For some reasons we want to use the Linux SocketCAN interface for our CAN environment. We use SUSE Linux Enterprise Server 11 SP2-SP4 with kernel 3.0. This kernel ...