You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to the SSID cortex with the password cortex10
(Optional) SSH to the Pi (ssh 192.168.42.1 -l pi with password raspberry)
(Optional) Run tail -f /var/log/syslog to see the system connection logs
Note: The DHCP server may not properly boot due to a race condition with the wifi driver (as explained here). A workaround is to log into the pi directly (not via ssh) and manually start the dhcp server by running sudo service isc-dhcp-server start