Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ELEN90089
2023
documentation
Wiki
raspberry_pi
Changes
Page history
New page
Templates
Clone repository
update rpi network instructions
authored
2 years ago
by
Glenn Bradford
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
raspberry_pi.md
+11
-2
11 additions, 2 deletions
raspberry_pi.md
with
11 additions
and
2 deletions
raspberry_pi.md
View page @
1dddf0da
...
@@ -81,13 +81,22 @@ device on the Uni wireless network.
...
@@ -81,13 +81,22 @@ device on the Uni wireless network.
</div>
</div>
To connect to another WiFi network, e.g., at home, you can either join the
To connect to another WiFi network, e.g., at home, you can either join the
network in
*Settings*
or run the following command.
network in
*Settings*
or run the following command
to join a visible network
.
```
```
$ sudo nmcli device wifi connect <ssid>
$ sudo nmcli device wifi connect <ssid>
```
```
You should then be prompted for the network's password.
You should then be prompted for the network's password. If the new WiFi network
is not visible (either hidden or you need to add the configuration while
connected to another network), you can add the new connection as follows.
```
$ ncmli con add type wifi con-name <name> ifname wlan0 ssid <ssid>
$ nmcli con modify <name> wifi-sec.key-mgmt wpa-psk wifi-sec.psk <password>
```
The connection name
`<name>`
can be the same as the SSID.
## Remote Access
## Remote Access
...
...
This diff is collapsed.
Click to expand it.