Search found 7 matches

by aperlado
Mon 23. Jul 2018, 12:04
Forum: Linux
Topic: Compilation error with PCAN-miniPCIe Single Channel
Replies: 13
Views: 12788

Re: Compilation error with PCAN-miniPCIe Single Channel

Hello,
I had tried with "modprobe pcan" due to the first thing I have done is read the documentation, but it doesn't work. After restarting my PC, it's works fine and his behavior its the one I expected. Thanks for your help and support.
Regards.
by aperlado
Mon 23. Jul 2018, 09:02
Forum: Linux
Topic: Compilation error with PCAN-miniPCIe Single Channel
Replies: 13
Views: 12788

Re: Compilation error with PCAN-miniPCIe Single Channel

Hi,
Well, following your instructions I reach the compilation without error, but in fact, I still can't see can0, can1...devices so I can't use my hardware.
I follow the next steps:
$ cd peak-linux-driver-8.5.1/driver/
$ make NET=NETDEV_SUPPORT
$ sudo make install
$ ip link ls
1: lo: <LOOPBACK,UP ...
by aperlado
Fri 20. Jul 2018, 11:53
Forum: Linux
Topic: Compilation error with PCAN-miniPCIe Single Channel
Replies: 13
Views: 12788

Re: Compilation error with PCAN-miniPCIe Single Channel

Hi,
I follow your indications, and i obtain new error messages, in this case the error codes are the ones you can see in the next picture:
Captura de pantalla de 2018-07-20 12-00-27.png
Captura de pantalla de 2018-07-20 12-00-27.png (187.95 KiB) Viewed 8256 times
by aperlado
Mon 16. Jul 2018, 11:55
Forum: Linux
Topic: Compilation error with PCAN-miniPCIe Single Channel
Replies: 13
Views: 12788

Re: Compilation error with PCAN-miniPCIe Single Channel

Hi,
I still have issues with the communication. My problem now is the next:
First of all I'm using socketcan_bridge to establish the communication, so when I write "ls /dev" to see what devices I can use, I see this: Captura de pantalla de 2018-07-16 11-48-31.png . So i know I can use pcan0 and ...
by aperlado
Tue 10. Jul 2018, 08:25
Forum: Linux
Topic: Compilation error with PCAN-miniPCIe Single Channel
Replies: 13
Views: 12788

Re: Compilation error with PCAN-miniPCIe Single Channel

Hi,
I modified the code as you explained to me, for compile it later with "make -C driver". I obtain the next lines, it seems that now its working fine.
by aperlado
Mon 9. Jul 2018, 12:34
Forum: Linux
Topic: Compilation error with PCAN-miniPCIe Single Channel
Replies: 13
Views: 12788

Re: Compilation error with PCAN-miniPCIe Single Channel

Now the second issue its fixed, I don't obtain the error of the popt.h.
The output of "uname -a" is: Linux Carretilla-MXE210 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
And don't understand what i should do with the code of "pci_enable_msi ...
by aperlado
Fri 6. Jul 2018, 13:23
Forum: Linux
Topic: Compilation error with PCAN-miniPCIe Single Channel
Replies: 13
Views: 12788

Compilation error with PCAN-miniPCIe Single Channel

Hello,
I'm a bit desperate with the driver of mi can board.
First of all I'm try to establish CAN communication between my PC (Linux Ubuntu 16.04) (kernel 4.13.0-45-generic) and another PC. For that I'm using a PCAN-miniPCIe Single Channel ( https://www.peak-system.com/PCAN-miniPCIe.285.0.html?&L=1 ...