LimeSDR permission issues on Debian and Ubuntu Server

Greetings,

Limesuite ships with an udev rule file where tag+=uaccess is used instead of explicit mode and group setting:

SUBSYSTEM==“usb”, ATTR{idVendor}==“0403”, ATTR{idProduct}==“601f”, SYMLINK+=“stream-%k”, TAG+=“uaccess”

I interpret this as “give users access to the device”.

This works fine on my desktop computers but I get access denied errors on Debian and Ubuntu server installations. Modifying it to:

SUBSYSTEM==“usb”, ATTR{idVendor}==“0403”, ATTR{idProduct}==“601f”, SYMLINK+=“stream-%k”, MODE=“0660”, GROUP=“plugdev”

works, but I was wondering if anybody has any tips on making this work without changing the rule file?

Alex

1 Like