diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-27 11:37:02 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-27 11:37:02 +0530 |
commit | b8d4ad4829f2ee52b5001edd356d3dd349f5b7d6 (patch) | |
tree | 2933b47e6200ebd6c2431e8506ca79658016982d | |
parent | 0e500fe734eb705a2eea61e7d0af33e827b46974 (diff) |
README: adding commands used for detecting external wireless adapter
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +``` |