Improve wireless info (#550)

* Improve wireless info

* Update User-Guide_Networking.md
This commit is contained in:
Igor
2024-11-29 12:11:36 +01:00
committed by GitHub
parent f747818857
commit 6d1dd2ebfd

View File

@@ -96,9 +96,9 @@ Replace `SSID` with the name of the network you want to connect to and `wlan0` w
Use command:
```sh
ip addr
iw dev | awk '$1=="Interface"{print $2}'
```
It is usually something like `wlan0`, `wlo1` or `wlx12334c47dec3`.
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.
@@ -192,4 +192,4 @@ nmtui-connect SSID
??? note "Display screenshot"
![](images/wifi-connect.png)
Replace `SSID` with the name of your wireless network.
Replace `SSID` with the name of your wireless network.