What command I should type to see WiFi chipset on Linux? How do I find my WiFi chipset on Linux when working with terminal? Is it possible?
Yes, you can use the terminal bash prompt.
Finding and listing the wireless adapter on Linux
The procedure to find WiFi chipset on Linux is as follows:
- Open the Terminal application.
- For USB wifi device, type:
lsusb
. - When using internal PCI wifi card run:
lspci
- Find out if the wireless adapter was working or not on your system:
lshw -C network
For more info check my tutorial: