Ich werde der Tage noch ein udev-regelscript einpflegen, das den Aquaero der Gruppe aquaero zuweisst, so muss man nicht immer mit sudo arbeiten.
Btw., das kann man über Setzen einer udev-Regel ja einfach hinbekommen - was genau soll Dein Script machen? Nur die Regel in /etc/udev erstellen?
To be able to query the Aquaero5(R) device you have to set appropriate access
rights for the device node.
You can either do this manually by identifying the device node using `lsusb`
(looking for the Vendor- and Product-ID), or just install a udev rule like this
one:
ATTRS{idVendor}=="0c70", ATTRS{idProduct}=="f001", GROUP="aquaero", MODE="0640"
This will give all members of the 'aquaero' group read access to the device.