08-05-2018, 10:56 AM
Ran into a slight hiccup..
After going through the wizard and rebooting I was unable to SSH into my pi. I added the "ssh" file to /boot and /root and rebooted. Still could not SSH to the pi.
logged in directly and ran the "moslog" command and it showed a download failure and said to reboot. I did and had the same results.
I ran "ifconfig" and did not have an IP address for my wireless.
ran "sudo nano /etc/wpa_supplicant/wpa_supplicant.conf" and noticed the "psk" line had truncated at the "$" in my password. Corrected and it worked flawlessly.
was psk="L3"
changed to psk="L3$*****"
Thanks for the excellent guide
After going through the wizard and rebooting I was unable to SSH into my pi. I added the "ssh" file to /boot and /root and rebooted. Still could not SSH to the pi.
logged in directly and ran the "moslog" command and it showed a download failure and said to reboot. I did and had the same results.
I ran "ifconfig" and did not have an IP address for my wireless.
ran "sudo nano /etc/wpa_supplicant/wpa_supplicant.conf" and noticed the "psk" line had truncated at the "$" in my password. Corrected and it worked flawlessly.
was psk="L3"
changed to psk="L3$*****"
Thanks for the excellent guide