Skip to content

Commit

Permalink
Add additional info to network settings
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 29, 2024
1 parent a47acd5 commit 3769d0f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tools/include/markdown/NE002-footer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
=== "Wired device check"

In order to configure your network devices, they need to be supported the kernel.

To verify, use command:

```sh
ip addr
```

It is usually something like eth0, enp4s3 or lan.

=== "Wireless device check"

In order to configure your wireless network devices, they need to be supported the kernel.

To verify, use command:

```sh
iw dev | awk '$1=="Interface"{print $2}'
```

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.

0 comments on commit 3769d0f

Please sign in to comment.