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

Configuring Linux permissions different product id #2

Open
togaen opened this issue Jun 30, 2021 · 0 comments
Open

Configuring Linux permissions different product id #2

togaen opened this issue Jun 30, 2021 · 0 comments

Comments

@togaen
Copy link

togaen commented Jun 30, 2021

On the CANtact Pro user guide page:

https://cantact.io/cantact-pro/users-guide.html

in the "Configuring Permissions on Linux" section, the udev rules are listed as:

SUBSYSTEM=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6070", MODE="0666"

However this doesn't match the hardware. On my unit I needed a different product id:

SUBSYSTEM=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="606f", MODE="0666"

For what it's worth, the product id is given correctly on this page:

https://github.com/linklayer/cantact

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

1 participant