Search found 4 matches

by PhavourFlavour
Mon 21. Nov 2022, 07:46
Forum: PCAN-USB Pro FD
Topic: Differentiate multiple PCAN-USB Pro FD devices on a single host
Replies: 5
Views: 6482

Re: Differentiate multiple PCAN-USB Pro FD devices on a single host

Hello again,

after a little research, i found my problem: Using Chardev instead of Netdev Driver.

With the installed Netdev Driver I can see the devices in /sys/class/net as expected.
This means i can set a Device ID with pcan-settings , read it via udevadm using attribute-walk and get the network ...
by PhavourFlavour
Wed 16. Nov 2022, 16:47
Forum: PCAN-USB Pro FD
Topic: Differentiate multiple PCAN-USB Pro FD devices on a single host
Replies: 5
Views: 6482

Re: Differentiate multiple PCAN-USB Pro FD devices on a single host


Hello,

thanks for that clarification! It helped me alot to this point!

I build and installed the driver according to the manual, i wrote the following install script:

### install peak drivers for PCAN Linux to read device id
echo "Install drivers and dependencies for PEAK-System ...
by PhavourFlavour
Wed 16. Nov 2022, 16:12
Forum: PCAN-USB Pro FD
Topic: Differentiate multiple PCAN-USB Pro FD devices on a single host
Replies: 5
Views: 6482

Re: Differentiate multiple PCAN-USB Pro FD devices on a single host

Hello,

thanks for that clarification! It helped me alot to this point!

I build and installed the driver according to the manual, i wrote the following install script:

### install peak drivers for PCAN Linux to read device id
echo "Install drivers and dependencies for PEAK-System ...
by PhavourFlavour
Mon 7. Nov 2022, 18:16
Forum: PCAN-USB Pro FD
Topic: Differentiate multiple PCAN-USB Pro FD devices on a single host
Replies: 5
Views: 6482

Differentiate multiple PCAN-USB Pro FD devices on a single host

Hello,

I am using the PCAN-USB Pro FD for testing purposes at work, using Ubuntu 20.04. The PCAN-USB Pro FD is running happily together with a similar product, both using the same can_socket driver.

Now i need to scale up my infrastructure and need to use multiple CAN Boxes. I'd like to use PCAN ...