Operating System - Linux
1753611 Members
6235 Online
108797 Solutions
New Discussion юеВ

Hardware scanning command?

 
SOLVED
Go to solution
Xavier Gutierrez
Frequent Advisor

Hardware scanning command?


Is there any Linux command to perform hardware scans? (like HPUX's ioscan)

Thanks,

Xavi
Live fast, die young!
2 REPLIES 2
Martono
Occasional Advisor
Solution

Re: Hardware scanning command?


For display info about installed hardware use command lsdev
,or procinfo -s (try man procinfo first)

If the question is scanning hardware like Plug n Play in Windows, I think every distributions have their own program, like HardDrake in Mandrake, etc.

c'mon man, give me some points .. :-)
Santosh Nair_1
Honored Contributor

Re: Hardware scanning command?

There is a great little perl script available from:

ftp://ftp.sgi.com/sgi/linux

called hinv.pl which parses the output from the /proc filesystem and other sources to give you a comprehensive listing of the hardward on you system.

-Santosh
Life is what's happening while you're busy making other plans