1835085 Members
2530 Online
110073 Solutions
New Discussion

ioscan on linux?

 
Andrew Pearce
Frequent Advisor

ioscan on linux?

Hi,
Is there any command that is similiar to ioscan on hpux, that is available on linux. either redhat or Suse?
ioscan on hpux provides a listing of hardware that is installed on the system.

Thanks in advance
Andrew
4 REPLIES 4
Rick Garland
Honored Contributor

Re: ioscan on linux?

There is no ioscan in Linux. There is a tool, available for free download, called lshw. This tool goes through and parses the /proc filesystem to get the info you seek.

Also available is the cfg2html tool for Linux. This is a wonderful tool as well.

Essentially, these tools parse through the /proc filesystem to find the info.

Johannes Krackowizer_1
Valued Contributor

Re: ioscan on linux?

hi,

i only know lspci it lists your pci devices.
the other way is to look at /proc there are many files with information about your hardware.
hope it helps!

best regards

johannes
"First off, I'd suggest printing out a copy of the GNU coding standards, and NOT read it. Burn them, it's a great symbolic gesture." (Linus Torvalds)
Andrew Pearce
Frequent Advisor

Re: ioscan on linux?

Used the links above.
I hope that someone will port ioscan to linux in the near future! I would put a contribution towards the developers time!! As it would save me lots of time!!

Thanks for your help
Andy