Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when try select socket can :Cannot load library socketcan #234

Open
audiserg opened this issue Oct 17, 2021 · 1 comment
Open

Error when try select socket can :Cannot load library socketcan #234

audiserg opened this issue Oct 17, 2021 · 1 comment

Comments

@audiserg
Copy link

audiserg commented Oct 17, 2021

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

@rkollataj
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants