Skip to content

Commit 16740c4

Browse files
committed
udev rule to allow access without dialout groupadd
1 parent c9e27c0 commit 16740c4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ledmatrix/50-framework.rules

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SUBSYSTEMS=="usb", ATTRS{idVendor}=="32ac", ATTRS{idProduct}=="0020", MODE:="0666"

ledmatrix/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Connection to the host system is via USB 2.0 and currently there is a USB Serial
1515
- Sleep Mode
1616
- Transition slowly turns off/on the LEDs
1717

18+
## Setup
19+
20+
To ensure that the input module's port is accessible, install the `udev` rule for it located in the `50-framework.rules` file.
21+
22+
1. Copy it to your udev rules directory. On Ubuntu, this is located at `/etc/udev/rules.d/`
23+
2. Reload the rules with `sudo udevadm control --reload`
24+
25+
You can debug issues using the `udevadm monitor --environment` command. Ensure that the device's `idVendor` and `idProduct` match when you plug in the device.
26+
1827
## Controlling
1928

2029
### Commandline

0 commit comments

Comments
 (0)