Find Model ID
- 
2. Looking Up ModelThen 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:   Last, to Check if is Working or Not and with which Driver: sudo lshw -C network Look at the “configuration” Section:   
- 
3. Installing Wireless DriverHow to Install Wireless Driver on RHEL 
Contents
