We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
However this doesn't match the hardware. On my unit I needed a different product id:
For what it's worth, the product id is given correctly on this page:
https://github.com/linklayer/cantact
The text was updated successfully, but these errors were encountered: