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

No Channel Found #6

Open
openedhardware opened this issue Oct 17, 2024 · 2 comments
Open

No Channel Found #6

openedhardware opened this issue Oct 17, 2024 · 2 comments

Comments

@openedhardware
Copy link

I have downloaded and installed the SDK and canlib library.
And my Kvaser Leaf Light v2 module is connected like below:
image

But no channel found:

>>> from canlib import canlib
>>> canlib.getNumberOfChannels()
0
>>> canlib.prodversion()
VersionNumber(major=5, minor=46, release=None, build=None)
>>> 

Do I have to connect any CAN device to the USB module to see a channel?

@openedhardware
Copy link
Author

Used sample application but same result:
image

@TroyVia
Copy link

TroyVia commented Oct 17, 2024

Did you use the sudo make install command or the sudo make load command after successfully building the drivers? The load command is necessary for the virtual CAN drivers. The install command is for the Leaf v2 drivers.

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