Greg Erskine wrote:
> You can't connect to one wifi network yet!
As I mentioned earlier, I have more than one wifi setup in my house. If
the one in my office has some compatibility issue with the Pi Zero or
picoreplayer, I can try another one in my living room. Sure, I can just
change it to the living room wife node. But, at some point, I may want
to link my portable player to my home network which has a NAS with a lot
of music files. That's two reasons I was curious if you can enable
multiple wifi nodes in the config.txt file.
> Have you tried "# Maintained by user"?
>
> The difference between "# Maintained by piCorePlayer" and "# Maintained
> by user" is "# Maintained by piCorePlayer" is a basic setup that will
> work in 99% of cases. In theory, it should make it easier for people.
> piCorePlayer reads the file and fixes it to a pCP standard.
>
> When you use "# Maintained by user" piCorePlayer will NOT modify the
> file. pCP assumes you know what you are doing. You are free to use any
> valid wpa_supplicant construct.
Maybe you missed my question in a previous post. I read over the two
sections about 5 times. I don't see any difference between the code in
the first and second examples. I asked if there was something I missed.
I assume that text in a config filefollowing a "#" is commented, in
other words, isn't code.
>From my earlier post. Please note the bolded sections:
I've read over the above section several times. I don't see any
difference between this...
Used for Quick setup at boot.
Can be later maintained in pCP web interface.
Do not use special characters.
# MAINTAINED BY PICOREPLAYER
CTRL_INTERFACE=/VAR/RUN/WPA_SUPPLICANT
CTRL_INTERFACE_GROUP=STAFF
# TWO CHARACTER COUNTRY CODE
COUNTRY=\"US\"
UPDATE_CONFIG=1
NETWORK={
SSID=\"YOURSSID\"
PSK=\"PASSWORD\"
KEY_MGMT=WPA-PSK
AUTH_ALG=OPEN
}
And this...
User maintains by placing this on the boot disk to update.
pCP will not modify in any way.
Special Characters are allowed.
*# Maintained by user
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=staff
# Two Character Country Code
country="US"
update_config=1
network={
ssid="Your SSID"
psk="P@ssword"
key_mgmt=WPA-PSK
auth_alg=OPEN
}*
------------------------------------------------------------------------
AirFiero's Profile: http://forums.slimdevices.com/member.php?userid=69090
View this thread: http://forums.slimdevices.com/showthread.php?t=106833
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix