From 1ba6c25e4f2be429fb86e82db295f6b2746cc75b Mon Sep 17 00:00:00 2001 From: tteck Date: Sun, 22 Aug 2021 19:17:59 -0400 Subject: [PATCH] Update troubleshoot.md --- troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshoot.md b/troubleshoot.md index 86cbcec5..3442f8be 100644 --- a/troubleshoot.md +++ b/troubleshoot.md @@ -10,7 +10,7 @@ nano /etc/pve/lxc/105.conf replace the last 4 lines ``` lxc.cgroup2.devices.allow: c 188:* rwm -lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir +lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file ```