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

Unable to enumerate i2c, spi on Ubuntu #1

Closed
epsilonrt opened this issue Oct 6, 2018 · 2 comments
Closed

Unable to enumerate i2c, spi on Ubuntu #1

epsilonrt opened this issue Oct 6, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@epsilonrt
Copy link
Owner

Unable to enumerate i2c, spi on Ubuntu Xenial and Bionic.
pinfo doesn't list i2c-buses and spi-buses

@epsilonrt
Copy link
Owner Author

The detection requires the opening of the file / dev and thus the permissions to do it. You must be part of a group with the necessary permissions.
The most reliable solution for listing i2c and spi buses is udev.
It is therefore necessary to switch the detection of i2c and spi buses on udev.

@epsilonrt epsilonrt self-assigned this Oct 7, 2018
@epsilonrt
Copy link
Owner Author

Fixe by v0.3.20

@epsilonrt epsilonrt added the bug Something isn't working label Oct 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant