diff --git a/FAQs.md b/FAQs.md index fa55e52..587b1e1 100644 --- a/FAQs.md +++ b/FAQs.md @@ -11,6 +11,7 @@ This has been written to address some frequently asked questions among users of * [Can I configure RaspAP to work with a captive portal?](#captive) * [Why can't I access wireless mode 'N' (802.11n)?](#wireless-mode) * [How do I prepare the SD card to connect to WiFi in headless mode?](#headless-mode) +* [Managed mode AP doesn't work on the Pi Zero W. Help!](#pizero-w) * [Can I use wlan0 and wlan1 rather than eth0 for my AP?](#interfaces) * [Can I use RaspAP as a monitor only, without changing my configuration?](#monitor) * [WiFi scanning doesn't work or I get the error `cannot execute "wpa_cli reconfigure"`. Help!](#scanning) @@ -137,6 +138,9 @@ network={ } ``` +## Managed mode AP doesn't work on the Pi Zero W. Help! +See [this walkthrough](https://github.com/billz/raspap-webgui/wiki/RPi-Zero-W-AP-STA-mode) where the installation is described in detail. + ## Can I use wlan0 and wlan1 rather than eth0 for my AP? The short answer is yes. In this scenario, you may wish to use the built-in `wlan0` interface as the AP with a USB `wlan1` connection as the client, rather than wired ethernet (`eth0`). This is partly supported by RaspAP, although you will need to make two small updates.