Sponsored Content
Full Discussion: lsdev
Top Forums Shell Programming and Scripting lsdev Post 302215414 by VGR on Wednesday 16th of July 2008 08:36:22 AM
Old 07-16-2008
lsdev

i am currently migrating code from Hp-ux to linux.
The lsdev command however didn't seem to work.
I even tried the lspci command
do ul know of any alternative?
 

3 More Discussions You Might Find Interesting

1. AIX

bindprocessor and lsdev

hello I don't understand the difference between bindprocessor -q and lsdev -Cc processor When i use the first, i have 8 processors, but when i use the second, i have 4 processors ? thank you for your help, (0 Replies)
Discussion started by: pascalbout
0 Replies

2. UNIX for Dummies Questions & Answers

Dynix/ptx equivalents of lsdev, mkdev etc.

I am familiar with the AIX commands lsdev, mkdev, rmdev and so on. Have been asked to look at a very old Sequent Quad box running Dynix/ptx - believed to be version 2.4.1 ! These commands don't appear to be present. Can anyone please identify the equivalent Dynix commands? I've been handed the... (0 Replies)
Discussion started by: itboss
0 Replies

3. AIX

lsdev -Cc and location info

Hi, I try to understand what means the following location code I can get with the following command : lsdev -Cc tape rmt0 Available 05-08-02 IBM 3580 Ultrium Tape Drive (FCP) rmt1 Available 05-08-02 IBM 3580 Ultrium Tape Drive (FCP) I can find info for 05-08, means RMT0/1 are... (1 Reply)
Discussion started by: unclefab
1 Replies
LSDEV(8)							Linux System Manual							  LSDEV(8)

NAME
lsdev - display information about installed hardware SYNOPSIS
lsdev DESCRIPTION
lsdev gathers information about your computer's installed hardware from the interrupts, ioports and dma files in the /proc directory, thus giving you a quick overview of which hardware uses what I/O addresses and what IRQ and DMA channels. OPTIONS
None. FILES
/proc/interrupts IRQ channels. /proc/ioports I/O memory addresses. /proc/dma DMA channels. BUGS
lsdev can't always figure out which lines in the three examined files refer to one and the same device, because these files sometimes use different names for the same piece of hardware. For example, in some kernels the keyboard is referred to as `kbd' in /proc/ioports and as `keyboard' in /proc/interrupts. This should be fixed in the kernel, not in lsdev (as has indeed happened for this particular example). The program does however try to match lines by stripping anything after a space or open parenthesis from the name, so that e.g. the `serial' lines from /proc/interrupts match the `serial(set)' lines from /proc/ioports. This attempt at DWIM might be considered a bug in itself. This program only shows the kernel's idea of what hardware is present, not what's actually physically available. SEE ALSO
procinfo(8). AUTHOR
Sander van Malssen <svm@kozmix.cistron.nl> 3rd Release 1998-05-31 LSDEV(8)
All times are GMT -4. The time now is 06:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy