You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/rpi.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ You can use PLR on any operating system, but Raspberry Pis can be a good choice
21
21
```
22
22
SUBSYSTEM=="usb", MODE="0666"
23
23
```
24
+
- Reload the udev rules with
25
+
```bash
26
+
sudo udevadm control --reload-rules && sudo udevadm trigger
27
+
```
24
28
25
29
```{warning}
26
30
This adds permissions to all USB devices. This is useful when you control the device and don't want to worry when plugging in new devices, but it could be a security risk if the machine is shared with untrusted users. See [udev documentation](https://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/udev.html) for more granular control.
0 commit comments