Results 1 to 2 of 2
arrrg!
Code:
[root@whitebox ~]# lsdev
-bash: lsdev: command not found
[root@whitebox ~]# procinfo
-bash: procinfo: command not found
[root@whitebox ~]#
I know that:
Code:
cat /proc/interrupts List IRQ's used by ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-08-2005 #1Just Joined!
- Join Date
- Jun 2005
- Location
- Queensland Australia
- Posts
- 14
lsdev and procinfo DONT work so how do I list my machine hardware...?
arrrg!
I know that:Code:[root@whitebox ~]# lsdev -bash: lsdev: command not found [root@whitebox ~]# procinfo -bash: procinfo: command not found [root@whitebox ~]#
Code:cat /proc/interrupts List IRQ's used by system and the device using the interrupt. cat /proc/ioports List I/O ports used by system. cat /proc/dma List DMA channels and device used by system. cat /proc/cpuinfo List info about CPU.
but I want something like lsdev or procinfo
I dunno why they aren't features of my distro (WhiteBox RHEL4 'rebuild')
eyes burning, help appreciated
LJP
- 06-12-2005 #2Just Joined!
- Join Date
- Feb 2005
- Location
- Noplace Interesting
- Posts
- 76
U want it, u got it!
All you gotta do is look for stuff.
Here's something for procinfo. Not sure about lsdev, though.
http://freshmeat.net/projects/procinfo/


Reply With Quote
