Open Argonghost opened 11 months ago
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.
@hamarituc ubuntu . what do i type on terminal???
@hamarituc also can you please help me regarding issue #6
@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 also can you please help me regarding issue #6
See https://github.com/hamarituc/lbgpsdo/issues/6#issuecomment-1826439881. 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.