intrepidcs / icsscand

User-mode SocketCAN daemon for Intrepid devices
BSD 2-Clause "Simplified" License
10 stars 6 forks source link

ValueCAN 4-4 not running on Linux #16

Closed chste closed 6 months ago

chste commented 7 months ago

We are using the ValueCAN 4-4 network interface device and have problems to get it running on a Linux Machine. We tried with the driver for the ValueCAN 4-2 and we can see the 4 CAN ports using socketCAN, but we cannot get any data from the ports.

kschwarz-intrepidcs commented 7 months ago

Can you please provide:

Can you also confirm that you set the interface to up (step 11, sudo ip link set can0 up)?

chste commented 7 months ago

Kernel module version grafik

icsscand version grafik

Steps to reproduce error: follow the instructions on https://intrepidcs.com/socketcan-vcan4/

Distribution grafik

Device firmware version will be provided later (currently out of office)

Can you also confirm that you set the interface to up (step 11, sudo ip link set can0 up)? -> yes, we confirm

kschwarz-intrepidcs commented 7 months ago

Thank you for providing this info, can you please try updating icsscand and the kermel module to 3.1.2 and 3.0.4, respectively?

chste commented 6 months ago

Thank you, we did a fresh installation on a new machine, with all the latest modules, and with that it works fine. Sorry for the inconvenience.