Search found 4 matches

by icarreno
Mon 16. Apr 2018, 10:00
Forum: Linux
Topic: Linux : Operation not permitted
Replies: 10
Views: 15917

Re: Linux : Operation not permitted

Hi,

You are right. When I did full integration of the application SWs, which have root privileges, it worked.

Thank you very much!

Regards,
Ian
by icarreno
Thu 12. Apr 2018, 16:55
Forum: Linux
Topic: Linux : Operation not permitted
Replies: 10
Views: 15917

Re: Linux : Operation not permitted

Hi,

This is the information as shown when running locate libsocketcan

Code: Select all

 libsocketcan.so.2.2.1
Thanks.
by icarreno
Thu 12. Apr 2018, 09:56
Forum: Linux
Topic: Linux : Operation not permitted
Replies: 10
Views: 15917

Re: Linux : Operation not permitted

Hi Michael,

I installed libsocketcan (apt install libsocketcan-dev) before issuing modprobe pcan. Here is the output of cat /proc/pcan


*------------- PEAK-System CAN interfaces (http://www.peak-system.com) -------------
*------------- Release_20171027_n (8.5.1) Apr 11 2018 14:53:01 ...
by icarreno
Wed 11. Apr 2018, 14:32
Forum: Linux
Topic: Linux : Operation not permitted
Replies: 10
Views: 15917

Re: Linux : Operation not permitted

Hi,

Sorry to hijack this thread.

I used mPCIe Peak Card on my system running with Ubuntu 16 and then installed version 8.x driver. I was able to received CAN messages using candump userspace application.

Now, I tried my application using socketcan and the way it works similar to Heiko's ...