mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated FAQs (markdown)
parent
e313f5bc27
commit
5fa311a844
4
FAQs.md
4
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={
|
||||
}
|
||||
```
|
||||
|
||||
## <a name="#pizero-w"></a>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.
|
||||
|
||||
## <a name="interfaces"></a>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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user