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

Issue with default .rules file #5

Open
Argonghost opened this issue Nov 25, 2023 · 5 comments
Open

Issue with default .rules file #5

Argonghost opened this issue Nov 25, 2023 · 5 comments

Comments

@Argonghost
Copy link

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.

@hamarituc
Copy link
Owner

Which Linux distribution do you use? Can you please paste the output of dmesg after plugging in the device? I would like to understand why the above rule doesn't match for your setup, before applying a fix.

@Argonghost
Copy link
Author

@hamarituc
ubuntu .
what do i type on terminal???

@Argonghost
Copy link
Author

@hamarituc also can you please help me regarding issue #6

@hamarituc
Copy link
Owner

@hamarituc ubuntu . what do i type on terminal???

Which Ubuntu version do you use?

You just have to type dmesg in a terminal. Maybe you have to switch to the superuser first by typing sudo bash.

@hamarituc
Copy link
Owner

@hamarituc also can you please help me regarding issue #6

See #6 (comment). Please post comments in the corresponding issue and avoid mixing up distinct topics in one issue.

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