Tag

Tag: wireless driver

You are browsing all the posts tagged with wireless driver.

Find Wireless Driver Chipset Information On Ubuntu

This is a simple tutorial to help you find the driver for your wireless card if you’re using Ubuntu or any other Linux distro.   The simplest command to get this information is to use the lspci command: lspci lspci | less lspci | grep -i intel lspci | grep -i wireless   Sample output: […]