Re: Finding cards on Ubuntu

From: Scott Walde <scott_at_no.spam.please>
Date: Sat Dec 23 2006 - 13:18:02 CST

jimw wagner wrote:
> how to do this in the command line, but I don't know what sort of query
lspci will list all your PCI devices.
lsusb will list all your USB devices.

You can also find a lot of information by digging around in /proc

Use 'less' to look at the content of files.
eg.
$cd /proc
/proc$less filesystems
(will list what filesystems your kernel supports)
and
/proc$cd ide/hda
/proc/ide/hda$less model
ST98823A 41N9987 LEN
(shows the model # of my hard drive.)

ttyl
srw
Received on Sat Dec 23 13:18:22 2006

This archive was generated by hypermail 2.1.8 : Sat Dec 23 2006 - 13:18:31 CST