1828365 Members
2860 Online
109976 Solutions
New Discussion

Linux command

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

Linux command

Hi All, what is the equivalent of ioscan in Linux to see all my devices. Any help is grealty appreciated. I am using advance server.
5 REPLIES 5
Robert Gamble
Respected Contributor

Re: Linux command

For translations between OSs, see http://bhami.com/rosetta.html.

Try viewing the manpages for 'modprobe', 'kerneld', and 'insmod'.

Good Luck!
Robert-Jan Goossens
Honored Contributor
Solution

Re: Linux command

Re: Linux command

Hi

You can check in the /proc

For example:
more /proc/cpuinfo
more /proc/pci
some are groupedd into directory

For more information on /proc filesystem, you should check in the linux kernel sources documentation tree. Look for the file:

/usr/src/linux/Documentation/filesystems/proc.txt

Hope it helps you ;)
Alex

PS: i attach you my proc.txt file.
kenny chia
Regular Advisor

Re: Linux command

hi
you could get hardware information in the directory /proc
All Your Bases Are Belong To Us!
Mike Brown_3
Frequent Advisor

Re: Linux command

Another natty alternative is a perl script called `hinv.pl`.
You can get it from:
ftp://ftp.sgi.com/sgi/linux
There's no substitute for experience