On Sat, Mar 16, 2019 at 4:48 PM tom r lopes <tomrlopes@gmail.com> wrote:
Raspberry Pi and little friends hacking tomorrow at 85c Cafe in Berkeley.
Noon til 3.
Tips:
Enable ssh (headless): create empty file ssh in the boot volume
Preconfigure WIFI: mount rootfs partition and edit
/etc/wpa_supplicant/wpa_supplicant.conf so that it looks like this
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="85c Bakery Cafe"
psk="ilove85C"
}
Hey, that's great, but just-in-case 85C Bakery Cafe's WiFi is down again as
it apparently was last Sunday, who might be providing alternate WiFi access
(using different ssid and psk entries in the above network= {} section) ???
-A