CANdevStudio icon indicating copy to clipboard operation
CANdevStudio copied to clipboard

Error when try select socket can :Cannot load library socketcan

Open audiserg opened this issue 4 years ago • 1 comments

Ubuntu 16.04 SavvyCAN work good, candump work perfect. But in CanDevStudio when selecting socketcan, appear error Cannot load library socketcan

audiserg avatar Oct 17 '21 18:10 audiserg

That's an error that comes from Qt socketcan plugin. You can either install libsocketcan or... ignore it 🙂 Libsocketcan is required if you would like to configure socketCAN interface directly from CDS (e.g. QCanBusDevice::BitRateKey) See here: https://doc.qt.io/qt-5/qcanbusdevice.html#ConfigurationKey-enum. If you are configuring CAN interface with iproute2 like for candump you should be fine without libsocketcan.

rkollataj avatar Oct 18 '21 06:10 rkollataj