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 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-rulesAnd then it works.