-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ae2df7
commit 9577704
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,8 @@ From here, you can do whatever it is you wanted to do with the Pi. Most people w | |
#. Press Ctrl+O to save your changes, and Ctrl+X to exit. Within a minute (or possibly as soon as you hit Ctrl+O), the autohotspot service will pick up your changes and attempt to connect to the network you specified. | ||
#. Your ssh connection may get stuck as autohotspot kills the WiFiPi-xxxx network to attempt to connect to the network you specified. If that's the case, type '~.' into your terminal and that should disconnect you. | ||
#. If the Pi successfully connected to the network you specified, connect your laptop/desktop to the same network, and from your terminal type ``ssh [email protected]`` where xxxx is what you wrote down in a previous step. If you don't remember it, you could go to your computer's saved WiFi networks and see if it's there, or use other tools to find the IP address of your Pi and connect to it via IP instead of hostname (i.e. ``ssh [email protected]`` instead of ``ssh [email protected]``) (perhaps logging into your router and seeing who's connected). | ||
#. If it was unsuccessful, it should bring WiFiPi-xxxx back up, and from there you can ssh back into it and examine your network settings. If they look correct and you want it to try again, type ``touch /etc/wpa_supplicant/wpa_supplicant-wlan0.conf`` | ||
#. If it was unsuccessful, it should bring WiFiPi-xxxx back up, and from there you can ssh back into it and examine your network settings. If they look correct and you want it to try again, type ``touch /etc/wpa_supplicant/wpa_supplicant-wlan0.conf`` and wait a minute for autohotspot to try again. | ||
#. If you want to take a look at logs to see if there's a hint as to why it was unsuccessful, try ``journalctl -u autohotspot`` and also ``journalctl -u wpa_supplicant@wlan0`` | ||
|
||
If you're having issues, come back here and create an issue in the Issues tab! | ||
|
||
|