hamarituc / lbgpsdo

Configuration Utility for Leo Bodnar GPSDO
GNU General Public License v3.0
16 stars 8 forks source link

Issue with default .rules file #5

Open Argonghost opened 9 months ago

Argonghost commented 9 months ago

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 commented 9 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.

Argonghost commented 9 months ago

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

Argonghost commented 9 months ago

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

hamarituc commented 9 months ago

@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 commented 9 months ago

@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.