Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README for improved readability #144

Merged
merged 1 commit into from
Sep 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/modules/net/filesystem/boot/WiFi-README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Wifi-README.txt
###############


Due to changes in Raspberry Pi OS, which is OS_NAME is based on,
Due to changes in Raspberry Pi OS, which OS_NAME is based on,
there is no longer a OS_NAME-wpa-supplicant.txt available.

How do I setup a (new) network on my Pi ?
Expand All @@ -26,10 +26,10 @@ Quote:
so make sure you use an editor that accounts for this.
Linux expects the line feed (LF) newline character.

What does that all mean? What have I todo now?
What does that all mean? What do I have to do now?
----------------------------------------------

For short, get a proper text editor of your choice.
First, ensure you have a proper text editor of your choice.
Recommendations are Notepad++, VSCode, Atom or SublimeText.

################################################################################
Expand All @@ -42,19 +42,19 @@ Recommendations are Notepad++, VSCode, Atom or SublimeText.
Do not use Wordpad for editing this file, it will mangle it and your
configuration won't work. Use a proper text editor instead.

!!!!! HEADS-UP MACOSX USERS !!!!!
!!!!! HEADS-UP MacOS X USERS !!!!!
---------------------------------

If you use Textedit to edit this file make sure to use "plain text format"
and "disable smart quotes" in "Textedit > Preferences", otherwise Textedit
will use none-compatible characters and your network configuration won't work!


1.) Open your choosen Texteditor and create a new file called
1.) Open your chosen text editor and create a new file called

wpa_supplicant.conf

2.) Create a some basic configuration. This has to be in place!
2.) Create a basic configuration. This has to be in place!

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
country=<Insert 2 letter ISO 3166-1 country code here>
Expand Down Expand Up @@ -149,8 +149,8 @@ Assuming you created the file in your users "home" directory use

NOTE:

Attach a screen and watch the console output to get its IP or
consult your Router setup page to grab that information.
Attach a screen and watch the console output to get its IP address or
consult your router setup page to grab that information.

You could also try to reach it by its hostname.

Expand Down