Update faq.md (#536)

Fixed broken link
Fixed spelling mistakes
pull/537/head
arch1mede 3 years ago committed by GitHub
parent 9c67880d8e
commit 924dc67ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
DNS=192.168.x.x DNS=192.168.x.x
``` ```
If you're using Wi-Fi but you don't have `/etc/systemd/network/wlan0.network` file, then first you will need to `migrate the Wi-Fi settings from `netctl` to `systemd-networkd`](wifi.md). If you're using Wi-Fi but you don't have `/etc/systemd/network/wlan0.network` file, then first you will need to [`migrate the Wi-Fi settings from `netctl` to `systemd-networkd`](wifi.md).
??? question "Can I use PiKVM for gaming?" ??? question "Can I use PiKVM for gaming?"
@ -333,7 +333,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
## Web UI problems ## Web UI problems
??? question "Chrome Certificate Issue" ??? question "Chrome Certificate Issue"
The latest versions of Chrome do not allow access to the page with a self signed certificate, so if you see the following screen when loading the PiKVM website: The latest versions of Chrome does not allow access to the page with a self signed certificate, so if you see the following screen when loading the PiKVM website:
<img src="chrome.png" alt="Chrome Blocking" width="400"/> <img src="chrome.png" alt="Chrome Blocking" width="400"/>
@ -369,7 +369,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
??? question "HELP! I am getting a 500/503 error when I try and access the main KVM page!" ??? question "HELP! I am getting a 500/503 error when I try and access the main KVM page!"
This is due to a bad line in your YAML config, if you undo what you did then it will work. This is due to a bad line in your YAML config, if you undo what you did then it will work.
For all future edits there are some steps you can do to revent this from happening again. For all future edits there are some steps you can do to prevent this from happening again.
Make a .nanorc file and populate it with the following: Make a .nanorc file and populate it with the following:
@ -393,7 +393,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
Double check your wiring as per [the documentation](/README.md#setting-up-the-v2). Make sure you placed the relays (G3VM-61A1) in the correct orientation. The relays for switches (Power, Reset) have a different orientation than the ones for LEDs. Double check your wiring as per [the documentation](/README.md#setting-up-the-v2). Make sure you placed the relays (G3VM-61A1) in the correct orientation. The relays for switches (Power, Reset) have a different orientation than the ones for LEDs.
??? question "My PiKVM keeps disconnecting from the Wi-Fi netowrk" ??? question "My PiKVM keeps disconnecting from the Wi-Fi network"
Try to edit "/etc/conf.d/wireless-regdom" and look for your region and uncomment it. For example: `WIRELESS_REGDOM="US"`. Try to edit "/etc/conf.d/wireless-regdom" and look for your region and uncomment it. For example: `WIRELESS_REGDOM="US"`.

Loading…
Cancel
Save