summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-04-27 11:37:02 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-04-27 11:37:02 +0530
commitb8d4ad4829f2ee52b5001edd356d3dd349f5b7d6 (patch)
tree2933b47e6200ebd6c2431e8506ca79658016982d
parent0e500fe734eb705a2eea61e7d0af33e827b46974 (diff)
README: adding commands used for detecting external wireless adapter
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a92d78b..b44b64b 100644
--- a/README.md
+++ b/README.md
@@ -46,3 +46,11 @@ Using LCD 1602 I2C Screen to get the Local IP Address of the Raspberry Pi.
![Overall Setup](media/setup.png)
Overall Setup
+
+## Wireless Adapter
+
+Command for checking whether driver for **Bus 001 Device 003: ID 2357:010c TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]** wireless adapter is installed or not
+
+```yaml
+lsmod | grep 8188eu
+```