Debian GNU/Linux device driver check page
http://kmuto.jp/debian/hcl/index.cgi
Please paste your result of ‘lspci -n’ taken from GNU/Linux OS (such as Debian, Knoppix, RedHat, and so on) to below box. Then let’s push Check’ button.
Nice results…
You can use this nifty “lshw” tool today. lshw lists your hardware. Try it now:
sudo lshw
Find Hardware Specs
You can get specific details by using the -C flag:
sudo lshw -C disk
will list all you hard disks.
It create an html page with your hardware details if you do a:
sudo lshw -html > your-file-name.html