Skip to content

Commit

Permalink
Update User-Guide_Networking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Nov 29, 2024
1 parent 9c904ba commit a71ea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/User-Guide_Networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Replace `SSID` with the name of the network you want to connect to and `wlan0` w
```sh
iw dev | awk '$1=="Interface"{print $2}'
```
It is usually something like `wlan0`, `wlo1` or `wlx12334c47dec3`. If you get not response, it means your WiFi device / dongle is not supported by the kernel.
It is usually something like `wlan0`, `wlo1` or `wlx12334c47dec3`. If you get blank response, it means your WiFi device / dongle is not supported by the kernel.


See also the [Netplan docs](https://netplan.readthedocs.io/en/latest/examples/#how-to-configure-your-computer-to-connect-to-your-home-wi-fi-network) for reference.
Expand Down

0 comments on commit a71ea31

Please sign in to comment.