From c33064a1ae9cb153ea3cf799f7ee53cb00bb850e Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sun, 21 Jun 2020 00:11:36 +0200 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index 4d4c708..ce2af28 100644 --- a/FAQs.md +++ b/FAQs.md @@ -161,7 +161,7 @@ Yes, this is supported by RaspAP. In this scenario, you may wish to use the `wla > :information_source: **Important:** Be aware that external WiFi adapters (ie, USB "dongles") vary greatly in terms of hardware capabilities and driver support. Many do not have support for AP mode, require a powered USB hub, manual driver and/or firmware installation or are otherwise not well suited for this application. -Recommended adapters such as the Edimax 7811Un and Ralink RT5370 work out of the box with Raspberry OS (32-bit) Buster Lite. Adapters that require compiling of third-party drivers or other workarounds, including many Realtek based devices, are notoriously problematic. For this reason, you must verify your adapter _before_ reporting an issue with this feature. +Recommended adapters such as the Edimax 7811Un and Ralink RT5370 work out of the box with Raspberry OS (32-bit) Buster Lite. Adapters that require compiling of third-party drivers or other workarounds can be problematic. For this reason, you must verify your adapter _before_ reporting an issue with this feature. ## Can I use RaspAP as a monitor only, without changing my configuration? Yes, RaspAP has support for a so-called "monitor mode". In `config.php` change the setting `RASPI_MONITOR_ENABLED` to `true`. This disables the ability to modify settings, start/stop daemons, shutdown or reboot the RPi. RaspAP will continue to report interface statistics, service settings and data usage as normal.