Skip to content

Commit 05fd0d5

Browse files
authored
Merge pull request #86 from torsius/patch-2
Update networking.md
2 parents 31b76aa + 7780193 commit 05fd0d5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/configure/networking.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ If your device has a built-in Wi-Fi adapter, you can set it up directly via KNUL
2626

2727
In the section above, you can see whether you are currently connected to Wi-Fi, see your current IP address and toggle the network indicator on or off.
2828

29+
### Multiple Wi-Fi networks (up to 3)
30+
31+
KNULLI has some additional options which are hidden from the GUI for the tech-savvy user to take advantage of. Through the GUI you may choose only a single Wi-Fi network SSID through discovery and provide a key through the soft keyboard. But if you're a gamer on the go, you may want a touch of flexibility for additional hot spots. You can configure a secondary and tertiary Wi-Fi by editing `batocera.conf` directly. You can access the file by the same why you add your games as described in the [Add Games](../../play/add-games) section, or use a command line editor via [SSH](../../ssh). The file is located at `/userdata/system/batocera.conf` or `SHARE\system\batocera.conf` depending on your perspective. In `batocera.conf`, simply find and edit the following lines:
32+
33+
```
34+
## Secondary Wi-Fi
35+
wifi2.ssid=wifiname2
36+
wifi2.key=supergoodkey2
37+
38+
## Third Wi-Fi
39+
wifi3.ssid=wifiname3
40+
wifi3.key=supergoodkey3
41+
```
2942
!!! warning "Password protection"
3043

3144
By default, your KNULLI device does not require a root password to access your device. Consequently, as soon as you connect to a network, the data on your device becomes accessible in your local network without any password protection. While this might be convenient within your own home, it might be a severe security risk when connecting to a network which is not under your control. We strongly suggest enabling **additional security**.
@@ -56,4 +69,4 @@ The path
5669
\\KNULLI\share
5770
```
5871

59-
(replace `KNULLI` with your hostname if you changed it) will lead directly to the `/userdata` folder where you will find your ROMs, BIOS files, etc. See the [Add Games](../../play/add-games) section for more details.
72+
(replace `KNULLI` with your hostname if you changed it) will lead directly to the `/userdata` folder where you will find your ROMs, BIOS files, etc. See the [Add Games](../../play/add-games) section for more details.

0 commit comments

Comments
 (0)