udev rules #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: nqrduck/LimeDriverBindings#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This probably affects more than just RPi OS, but I encountered the issue while testing there: Users don't usually have write access to USB devices.
I fixed this by adding the following udev rules as
/etc/udev/rules.d/99-limesdr.rules
:The default user in Raspberry Pi OS is in the
plugdev
group, among others, and that one seemed to sound reasonable.Then,
sudo udevadm control --reload
(and re-plug the device if it was plugged in). Et voilà.