1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Updated I would like to use a pi zero with music playing daemon with a virtual interace as the access point (markdown)

stevesss 2019-11-20 14:32:51 -05:00
parent 38ed06763d
commit 0a11967d91

@ -1 +1 @@
I can create a interface uap0 and it will work as the interface for wireless access and I use wlan0 as the wireless client to connect to internet. This all works if I configure it on a pi with an ethernet port which is disabled after it is up and running, but both wlan0 and uap0 won't stay up if I reboot or run this on the pi zero w as I would like. I would like to use it for running MPD (music playing daemon) in a small box to be able to connect the pi W as a wireless client using the raspap-webgui. I am imitating commercial products I've used like wireless thermostats or tivos external wireless adapter that operate like this. Any help? :)
I can create a interface uap0 and it will work as the interface for wireless access and I use wlan0 as the wireless client to connect to internet. This all works if I configure it on a pi with an ethernet port which is disabled after it is up and running, but both wlan0 and uap0 won't stay up if I reboot or run this on the pi zero w as I would like. I would like to use it for running MPD (music playing daemon) in a small box to be able to connect the pi W as a wireless client using the raspap-webgui. I am imitating commercial products I've used like wireless thermostats or tivos external wireless adapter that operate like this. Any suggestions? :)