Solving
-
2. Getting Wifi Card Info
Then to Find Wireless Adapter Info
For the PCI/PCIe internal Adapters simply run the Command:lspci -v | grep Wireless
But for the USB Dongles try instead with:
lsusb -v | grep Wireless
The grep Command refine the result following the matching Keyword.
And in the Output you’ll easily See the Card’s Manufacturer and Model:
-
3. GNU/Linux Mint WiFi Driver Installation Guides
Contents