Search found 5 matches

by langosta39
Tue 4. Oct 2022, 23:54
Forum: PCAN-PCI Express FD
Topic: Brand new PCI Express 4-channel board, no send or receive
Replies: 8
Views: 5987

Re: Brand new PCI Express 4-channel board, no send or receive

That fixed it, thank you!!

After this issue was resolved I dug into all of the documentation of your custom driver. I am very impressed at the completeness of your driver's features and capabilities!

I'm not familiar with what MSI is and the docs don't explain it, so I could not have stumbled ...
by langosta39
Tue 4. Oct 2022, 00:33
Forum: PCAN-PCI Express FD
Topic: Brand new PCI Express 4-channel board, no send or receive
Replies: 8
Views: 5987

Re: Brand new PCI Express 4-channel board, no send or receive

We got a 2nd board to try and we get the same behavior. I looked at the peak_canfd driver code, it would be pretty easy to add some log outputs to debug the behavior. I would be willing to help if someone familiar with the code and card could give some guidance so I don't have to spend a bunch of ...
by langosta39
Mon 3. Oct 2022, 18:04
Forum: PCAN-PCI Express FD
Topic: Brand new PCI Express 4-channel board, no send or receive
Replies: 8
Views: 5987

Re: Brand new PCI Express 4-channel board, no send or receive

Hello,

Yes, it is detected:
85:00.0 Network controller: PEAK-System Technik GmbH Device 0013 (rev 01)

When running PCAN-View with your custom driver installed it shows the 4 interfaces

When running the standard linux driver lsmod shows
lsmod | grep peak
peak_pciefd 24576 0
can_dev 40960 1 peak ...
by langosta39
Fri 30. Sep 2022, 23:24
Forum: PCAN-PCI Express FD
Topic: Brand new PCI Express 4-channel board, no send or receive
Replies: 8
Views: 5987

Re: Brand new PCI Express 4-channel board, no send or receive

Hello, thanks for the quick reply.

1. We have a terminator on the DB9 on of the cable, so it moves with with CAN cable when we change adapters. The PEAK USB model sends and receives with no errors to our network with this cable.
2. CAN wires are definitely not swapped since the USB model works ...
by langosta39
Fri 30. Sep 2022, 00:35
Forum: PCAN-PCI Express FD
Topic: Brand new PCI Express 4-channel board, no send or receive
Replies: 8
Views: 5987

Brand new PCI Express 4-channel board, no send or receive

Hello,

I just installed a new PCI Express 4 channel FD card that was ordered from phytools.com. All 4 CAN interfaces appear up in Ubuntu 20.04 with the standard kernel drivers and I can bring them up using:
sudo ip link set can0 type can bitrate 500000 berr-reporting off restart-ms 100
sudo ip link ...