-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathWiFi-README.txt
More file actions
59 lines (42 loc) · 2.35 KB
/
WiFi-README.txt
File metadata and controls
59 lines (42 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Wifi-README.txt
################################################################################
#### IMPORTANT WARNING ####
################################################################################
#### ####
#### First, make sure you have a decent text editor of your choice. ####
#### Notepad++, VSCode, SublimeText or similar are recommended. ####
#### ####
#### Do not use Wordpad to edit this file, it will corrupt it and your ####
#### configuration will not work. ####
#### ####
#### If you use Textedit to edit this file, ####
#### be sure to use "plain text format" and "disable smart quotes" ####
#### in "Textedit > Preferences", otherwise Textedit will use ####
#### incompatible characters and your network configuration won't work! ####
#### ####
################################################################################
How do I setup a new network on my OS_NAME ?
--------------------------------------------
1.) Copy and paste the 'headless_nm.txt.template'.
Rename this file to 'headless_nm.txt'
2.) Now open the file with your favourite text editor.
Windows and MacOS users please read the note above!
This file is pretty self explaining, just the 'REGDOMAIN'
needs some explaination:
Valid country codes are:
GB (United Kingdom)
FR (France)
DE (Germany)
US (United States)
SE (Sweden)
For a complete list, please visit https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
3.) Remove the SD card afterwards.
4.) Almost done... Please put the SD card back into your SBC and wait for it to connect.
NOTE:
Plug in a monitor and watch the console output to get its IP address or
consult your router's setup page to get this information.
You could also try to reach it by its hostname.
http://<yourpisname>.local
If you did not change the hostname during the initial flash, you could use
http://OS_NAME.local
5.) Enjoy OS_NAME :)