-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue with default .rules file #5
Comments
Which Linux distribution do you use? Can you please paste the output of |
@hamarituc |
@hamarituc also can you please help me regarding issue #6 |
Which Ubuntu version do you use? You just have to type |
See #6 (comment). Please post comments in the corresponding issue and avoid mixing up distinct topics in one issue. |
The default 99-lbgpsdo.rules file parameters did not work...
I had to create another .rules file to overwrite this one, and introduce parameters:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1dd2", ATTRS{idProduct}=="2211", MODE:="0666"
and then :
sudo udevadm control --reload-rules
And then it works.
The text was updated successfully, but these errors were encountered: