From a845966e1b45cc725fa52401df3fba242c901745 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 13 Mar 2022 03:59:10 +0300 Subject: [PATCH] fix --- docs/faq.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 5dbcebe1..cd3a598e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -147,6 +147,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht Now re-edit your `/etc/kvmd/override.yaml` file and just use tab to get the right spacing, you might need to delete the current leading "spaces" to ensure proper formatting. + ??? question "How can I use the serial console to access to access other devices" you need to stop the service which listens on the ttyAMA0: @@ -161,10 +162,10 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht systemctl disable serial-getty@ttyAMA0.service ``` - Important: - * Only USB OR the RJ-45 serial connector will work, you can't use them together! - * If you disable the service permanently, you can't recover your device via serial console if you need this. - * There are some reports, that you need to remove "ttyAMA0" from /boot/cmdline.txt, but this is not needed on new installations. + !!! note + * Only USB OR the RJ-45 serial connector will work, you can't use them together! + * If you disable the service permanently, you can't recover your device via serial console if you need this. + * There are some reports, that you need to remove "ttyAMA0" from /boot/cmdline.txt, but this is not needed on new installations. ## First steps