Command Line Hardware Detection Utilities
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
This recent newsforge.com article has some useful command line hardware detection utiilities.

Including:
# /sbin/lscpi# /sbin/lspci -v# /sbin/lspci -vv

To show a summary of all devices connected to the PCI bus.

dmesg is a record of everything detected by the kernel.

To view all dmesg output, use:
$ dmesg | less

/proc, and more.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours