Skip to content

Commit 2e05c07

Browse files
authored
Update README.md
1 parent 0f882d0 commit 2e05c07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,8 @@ Mounting `/etc/localtime:/etc/localtime` often results in incorrect timestamps i
542542
##### Synology
543543
For Synology or other NAS appliances, an additional driver is required:
544544
- [synokernel-usbserial](https://synocommunity.com/package/synokernel-usbserial)
545-
- The `docker-compose` file must be set to version 3.2 or lower.
545+
- Validate your USB devices with ```lsusb -cui```
546+
- For the Docker container to be able to access the serial device, you need to set its permissions correctly. The easiest way to do this is: ```sudo chmod 666 /dev/tty<your_usb_device>```
546547

547548
**Additional Links:**
548549
- [Reddit Discussion](https://www.reddit.com/r/synology/comments/y92eyu/usb_serial_drivers_cp210x_for_dsm_62/)
@@ -559,4 +560,4 @@ Created by [@xirixiz](https://github.com/xirixiz) - feel free to contact me!
559560

560561
</font>
561562

562-
---
563+
---

0 commit comments

Comments
 (0)