Page 1 of 1

PCAN USB - receive no data on linux pc

Posted: Fri 13. May 2022, 08:06
by dualsbiker
Hey there,

I have a problem and I don't know what to do. I use the PCAN USB device. I installed it on Windows PC and it works fine. But now I'm going to use it on Linux PC and I don't receive any data.
I installed PCAN driver, built the examples and try to run 05_TimerRead.py but there is no data receiving.
Bildschirmfoto von 2022-05-13 07-34-28.png
Bildschirmfoto von 2022-05-13 07-34-28.png (136.59 KiB) Viewed 2772 times
The command ip a returns the following:
Bildschirmfoto von 2022-05-13 07-34-00.png
Bildschirmfoto von 2022-05-13 07-34-00.png (23.05 KiB) Viewed 2772 times
The command cat /proc/pcan returns the following:
Bildschirmfoto von 2022-05-13 07-33-34.png
Bildschirmfoto von 2022-05-13 07-33-34.png (69.54 KiB) Viewed 2772 times
And lsmod | grep ^peak returns nothing.

What can I do now?

Thanks for the help in advance.

BR Basti

Re: PCAN USB - receive no data on linux pc

Posted: Fri 13. May 2022, 08:57
by M.Maidhof
Hi Basti,

please see the following thread for the solution of your problem:

viewtopic.php?f=59&t=6971

regards

Michael

Re: PCAN USB - receive no data on linux pc

Posted: Mon 16. May 2022, 22:04
by dualsbiker
Thanks a lot, this helped.