diff --git a/docs/User-Guide_Networking.md b/docs/User-Guide_Networking.md index 9b9dfe0a..af4f6cb5 100644 --- a/docs/User-Guide_Networking.md +++ b/docs/User-Guide_Networking.md @@ -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. \ No newline at end of file +Replace `SSID` with the name of your wireless network.