Extracting Hardware Information from ArcaOS and OS/2

From OS2World.Com Wiki
Revision as of 16:42, 28 September 2017 by Martini (talk | contribs) (→‎DMIDECODE)
Jump to navigation Jump to search

Sometimes it is important to know the details and specifications of the hardware of you OS/2-ArcaOS machine. Here we list some of the tools that can help you extract more information about the hardware you are using.

PCI.EXE

This is the most used command tool and it comes included on ArcaOS 5.0.1.

If you run:

[BootDrive]:\sys\install\detect\pci.exe

You will see a list of all the devices connected to the PCI bus of you computer.

Craig Hart's PCI+AGP bus sniffer, Version 1.04vkA, freeware made in 1996-2005.
Loaded Vendor Data : "This is version 2017.03.10 of pci.ids using ids2devs version 1.03"

PCI BIOS Version 2.10 found!
Number of PCI Busses : 2
PCI Characteristics  : Config Mechanism 1 

Searching for PCI Devices using the OEMHLP$ driver

 Bus 0 (PCI), Device Number 0, Device Function 0
 Vendor 8086h Intel Corporation
 Device 2570h 82865G/PE/P DRAM Controller/Host-Hub Interface
 Command 0106h (Memory Access, BusMaster, System Errors)
 Status 2090h (Has Capabilities List, Supports Back-To-Back Trans.,
   Received Master Abort, Fast Timing)
 Revision 02h, Header Type 00h, Bus Latency Timer 00h
 Self test 00h (Self test not supported)
 PCI Class Bridge, type PCI to HOST
 Subsystem ID 25708086h Unknown (Generic ID)
 Subsystem Vendor 8086h Intel Corporation
 Address 0 is a Memory Address (0-4GiB, Prefetchable) : E0000000h..EFFFFFFFh
 New Capabilities List Present:
   Vendor-Dependant Capability
...

If you want to save the report to share it or have it for future reference you can run:

[BootDrive]:\sys\install\detect\pci.exe >pciout.txt

Here you can also see a full report sample from a Intel D865GBF motherboard.

There are also some other switches and options you can try with pci.exe. Check "pci.exe /?" to view other options.

DMIDECODE

There is also available the DMIDECODE command line tool that will list you mode details of your hardware ports. This software cames includes on ArcaOS 5.0 or can be download from [1]

If you run:

[BootDrive]:\sys\apps\anpm\dmidecode.exe

You will see a detailed report of the components of your computer. There is a sample of this report for the Intel D865GBF motherboard.