Archive

Archive for February 2013

Here are all the posts written in 2013 February.

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: […]