Howard Passman wrote: 
> Is a way to set up piCorePlayer to switch between available networks
> without using the UI? I'd like to use one pCP 'player' on two distinct
> networks in two distinct locations. 
> 
> can wpa_supplicant be modifed to include
> ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
> update_config=1
> 
> Howard

A few versions of pCP again we added a mechanism to allow users to
define their own wpa_supplicant.conf

You must add the line below (exactly) to stop pCP from modifying your
wpa_supplicant.conf


Code:
--------------------
    # Maintained by user
--------------------


Follow the instructions here:
https://www.picoreplayer.org/how_to_setup_wifi_on_pcp_without_ethernet.shtml

It should be just a matter of adding multiple network statements. (may
need to add a line to give networks priority)

Here is the documentation:
http://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf

I haven't tried doing this myself so no idea if there are any
limitations.

regards
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to