Machine Check Exception

Discussion in 'Hardware' started by Grubenstein, Mar 28, 2006.

  1. Grubenstein

    Grubenstein Private E-2

    MY AMD ALTHLON XP 2000 PC + 512MB RAM
    NVIDIA GEFORCE TI4600
    CREATIVE AUDIGY

    I recieved a Blue screen warm reset by my pc with the message

    MACHINE CHECK EXCEPTION

    I run the Mindump Log through Windows Debugging Tool and attach below:


    Microsoft (R) Windows Debugger Version 6.6.0003.5
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\WINDOWS\Minidump\Mini032806-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available

    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

    Executable search path is:
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntoskrnl.exe -
    Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 2600.xpsp_sp2_gdr.050301-1519
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055a420
    Debug session time: Tue Mar 28 20:46:57.484 2006 (GMT+1)
    System Uptime: 1 days 0:56:20.053
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntoskrnl.exe -
    Loading Kernel Symbols
    ................................................................................................................................................
    Loading User Symbols
    Loading unloaded module list
    ...............................
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck 9C, {0, 8054d370, e676a000, 136}

    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.


    Followup: MachineOwner
    ---------

    kd> !analyze -v
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    MACHINE_CHECK_EXCEPTION (9c)
    A fatal Machine Check Exception has occurred.
    KeBugCheckEx parameters;
    x86 Processors
    If the processor has ONLY MCE feature available (For example Intel
    Pentium), the parameters are:
    1 - Low 32 bits of P5_MC_TYPE MSR
    2 - Address of MCA_EXCEPTION structure
    3 - High 32 bits of P5_MC_ADDR MSR
    4 - Low 32 bits of P5_MC_ADDR MSR
    If the processor also has MCA feature available (For example Intel
    Pentium Pro), the parameters are:
    1 - Bank number
    2 - Address of MCA_EXCEPTION structure
    3 - High 32 bits of MCi_STATUS MSR for the MCA bank that had the error
    4 - Low 32 bits of MCi_STATUS MSR for the MCA bank that had the error
    IA64 Processors
    1 - Bugcheck Type
    1 - MCA_ASSERT
    2 - MCA_GET_STATEINFO
    SAL returned an error for SAL_GET_STATEINFO while processing MCA.
    3 - MCA_CLEAR_STATEINFO
    SAL returned an error for SAL_CLEAR_STATEINFO while processing MCA.
    4 - MCA_FATAL
    FW reported a fatal MCA.
    5 - MCA_NONFATAL
    SAL reported a recoverable MCA and we don't support currently
    support recovery or SAL generated an MCA and then couldn't
    produce an error record.
    0xB - INIT_ASSERT
    0xC - INIT_GET_STATEINFO
    SAL returned an error for SAL_GET_STATEINFO while processing INIT event.
    0xD - INIT_CLEAR_STATEINFO
    SAL returned an error for SAL_CLEAR_STATEINFO while processing INIT event.
    0xE - INIT_FATAL
    Not used.
    2 - Address of log
    3 - Size of log
    4 - Error code in the case of x_GET_STATEINFO or x_CLEAR_STATEINFO
    AMD64 Processors
    1 - Bank number
    2 - Address of MCA_EXCEPTION structure
    3 - High 32 bits of MCi_STATUS MSR for the MCA bank that had the error
    4 - Low 32 bits of MCi_STATUS MSR for the MCA bank that had the error
    Arguments:
    Arg1: 00000000
    Arg2: 8054d370
    Arg3: e676a000
    Arg4: 00000136

    Debugging Details:
    ------------------

    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.

    NOTE: This is a hardware error. This error was reported by the CPU
    via Interrupt 18. This analysis will provide more information about
    the specific error. Please contact the manufacturer for additional
    information about this error and troubleshooting assistance.

    This error is documented in the following publication:

    - Bios and Kernel Developers Guid for AMD Athlon(r) 64 and AMD Opteron(r) Processors
    Bit Mask:

    MA Model Specific MCA
    O ID Other Information Error Code Error Code
    VV SDP ___________|____________ _______|_______ _______|______
    AEUECRC| | | |
    LRCNVVC| | | |
    ^^^^^^^| | | |
    6 5 4 3 2 1
    3210987654321098765432109876543210987654321098765432109876543210
    ----------------------------------------------------------------
    1110011001110110101000000000000000000000000000000000000100110110


    VAL - MCi_STATUS register is valid
    Indicates that the information contained within the IA32_MCi_STATUS
    register is valid. When this flag is set, the processor follows the
    rules given for the OVER flag in the IA32_MCi_STATUS register when
    overwriting previously valid entries. The processor sets the VAL
    flag and software is responsible for clearing it.

    OVER - Error Overflow
    Indicates that a machine check error occurred while the results of a
    previous error were still in the error-reporting register bank (that
    is, the VAL bit was already set in the IA32_MCi_STATUS register).
    the processor sets the OVER flag and software is responsible for
    clearing it. Enabled errors are written over disabled errors, and
    uncorrected errors are written over corrected errors. Uncorrected
    errors are not written over previous valid uncorrected errors.

    UC - Error Uncorrected
    Indicates that the processor did not or was not able to correct the
    error condition. When clear, this flag indicates that the processor
    was able to correct the error condition.

    ADDRV - IA32_MCi_ADDR register valid
    Indicates that the IA32_MCi_ADDR register contains the address where
    the error occurred.

    PCC - Processor Context Corrupt
    Indicates that the state of the processor might have been corrupted
    by the error condition detected and that reliable restarting of the
    processor may not be possible.

    MEMHIRERR - Memory Hierarchy Error {TT}CACHE{LL}_{RRRR}_ERR
    These errors match the format 0000 0001 RRRR TTLL



    Concatenated Error Code:
    --------------------------
    _VAL_OVER_UC_ADDRV_PCC_MEMHIRERR_36

    This error code can be reported back to the manufacturer.
    They may be able to provide additional information based upon
    this error. All questions regarding STOP 0x9C should be
    directed to the hardware manufacturer.

    MODULE_NAME: nt

    FAULTING_MODULE: 804d7000 nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 42250ff9

    BUGCHECK_STR: 0x9C_IA32_AuthenticAMD

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: DRIVER_FAULT

    LAST_CONTROL_TRANSFER: from 806f18df to 8053331e

    STACK_TEXT:
    WARNING: Stack unwind information not available. Following frames may be wrong.
    8054d348 806f18df 0000009c 00000000 8054d370 nt!KeBugCheckEx+0x1b
    8054d474 806ecc2e 80042000 00000000 00000000 hal!HalpMcaExceptionHandler+0xdd
    8054d474 00000000 80042000 00000000 00000000 hal!HalpMcaExceptionHandlerWrapper+0x46


    STACK_COMMAND: .bugcheck ; kb

    FOLLOWUP_NAME: MachineOwner

    BUCKET_ID: WRONG_SYMBOLS

    Followup: MachineOwner
    ---------

    ANY IDEAS WOULD BE VERY WELL RECIEVED, I HAVE CHECKED MY MEMORY WITH THE CRUCIAL CHECK TOOL AND IT SEEMS FINE.

    REGARDS

    GRUBENSTEIN
     
  2. Rikky

    Rikky Wile E. Coyote - One of a kind

    How many times have you had the error,what are your temps like:confused:
     
  3. Grubenstein

    Grubenstein Private E-2

    Have downloaded Speedfan and it is showing the following temps:

    Temp 1: 35 degrees
    Temp 2: 72 degrees
    Temp 3: 15 degrees
    Temp 4: 60 degrees
    Temp: 15 degrees
    Temp: 72 degrees
    HD0: 43 degrees

    Only just started using it so note sure what this means and what temp relates to what??? 72 and 60 sound hot though!!!
     
  4. Rikky

    Rikky Wile E. Coyote - One of a kind

    The 72 degrees should be your cpu temp one is from the mobo and one is from the cpu and thats way high,it shouldnt touch 72 even under full load!

    Check all your fans are spinning especially the cpu fan and all the heatsinks are clean from dust,might also be an idea to do some wire tidying and get an extra case fan installed,le me know how you get on :)
     
  5. Grubenstein

    Grubenstein Private E-2

    Thanks for your advice, I though it sounded hot!!!
    I thinks its the little pic of a fire in Speedfan that made me
    worry.

    Speed fan give 3 fan readings.

    Fan1: 5248rpm
    Fan2: 1168rpm
    Fan3: 0rpm

    Is there any was I can workout which fan is which an replace the 0rpm one.
     
  6. Adrynalyne

    Adrynalyne Guest

  7. Bold Eagle

    Bold Eagle MajorGeek

    Hey Adrynalyne would this contribute to elevated temps, 72C is high.

    I assume Fan1 is your CPU Fan desperately trying to cool down your processor. Fan2 maybe a sys fan or GPU and Fan3 maybe an extra sensor plug on your mobo but no Fan plugged in (it maybe no concern?!?). If I run Speedfan I only get two Fans displayed but only the CPU fan displays (Fan1 = 0 RPM, Fan2 = ~2500 RPM ) and I am assuming it is a mobo sensor plug that is not connected.
     
  8. Adrynalyne

    Adrynalyne Guest

    No, but I am skeptical about these programs, unless the user is certain on how to set it up.

    I'd check the Hardware Monitor in the BIOS to see what the temperature is. The temperature reading in the BIOS will not be lower than in the OS, due to Windows XP having built in HLT commands that cool off the CPU when idle.
     
  9. Bold Eagle

    Bold Eagle MajorGeek

    Good point and I agree I compare the BIOS with EVEREST often just to be confident.

    GRUB I was right I just checked my mobo manual and there is a sensor plug for a Sys Fan which I dont have plugged in. I am not concerned though as I have 3 inlet fans and two out with postive case pressure. So in my case the Fan1=0 RPM just means the mobo supports two fan sensors, not that one is broken. Check your mobo manual and look at your mobo.
     
  10. Grubenstein

    Grubenstein Private E-2

    Thanks for you responses, great to get different takes on the same issue.

    I have a couple of questions.

    1. Adrynalyne: I followed your helpful Window Debug guide to the letter, but I just want to check the link for the symbols directory is is exaclty as you wrote it in the guide i.e

    SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

    All of this is entered or just the http address?? I have entered the lot??

    2. Adynalyne: I would be grateful if you could run through how I check my temperature in the BIOS, do I press F8 on start up and find it that way??
    whats an acceptible temp is it about 35-37c

    3. Bold Eaqle: How do I compare my BIOS with EVEREST and what is EVEREST.

    I will check my manual and see is there is a connection that I need to make.

    I am guessing that the PC is full of dust (4 years old and I should be hoovering more!!!), I also have extra kit since I bought it from Evesham:

    Replaced DVD player with DVD writer
    Have Minidv PCI card fitted to Mobo
    Broadband DSL Modem running off PC's power supply
    Still have the dial up modem fitted in the machine but not being used (will take this out tonite)

    I also have a Force Feedback steering wheel permanently connect to the computer and on, but this has its own power supply.

    Is there anyway I can check all of the fans are working correctly, do I need to take the casing off and run the machine doing something heavy say like a game and observe the fans???

    Sorry for all the questions!!!

    Baron Von Grubenstein
     
  11. Adrynalyne

    Adrynalyne Guest

    Enter the whole thing. Copy and paste it from th guide, in fact, to make certain.

    As for the hardware monitoring, when you enter your BIOS, one of the last menus should have a submenu called Hardware Monitor, or PC Health, or something like that.
     
  12. splitt3r

    splitt3r You are now the victim of a drive by title change

    I just wanted to add, the 0 RPM fan is normal, unless you are sure you have a 3rd fan that isn't spinning, my speedfan lists fan 1=cpu fan2=case fan3- 0rpm usually the gpu and psu fans don't have a sensor but speedfan shows it anyway.
     
  13. Grubenstein

    Grubenstein Private E-2

    Do I press F8 to check the Bios??? on restart
     
  14. Rikky

    Rikky Wile E. Coyote - One of a kind

    Usually f8 or delete,sometime f2, as soon as the computer restarts start tapping it,look for s small messsage as the memory is being checked,eg to enter setup or to enter bios press ? :)
     
  15. Grubenstein

    Grubenstein Private E-2

    Thanks Guys will try
     
  16. Bold Eagle

    Bold Eagle MajorGeek

    BIOS on my sys is DELETE at very first startup screen, F8 for SAFE MODE

    EVEREST Home Edition is a free diagnostic app which will allow you to monitor your heat sensors, voltages and fan speeds but give a lot more options for system analysis (obtain specs on your sys). It also has a benchmarking tool.

    From what I see Speedfan will monitor your sensors, fan and voltages but also allow software OverClock of your sys (for advanced users, DO NOT ATTEMPT WITH YOUR CURRENT TEMPS YOU WILL SUFFER HARDWARE FAILURE OR DAMAGE!!!!!)

    EVEREST:
    http://majorgeeks.com/download.php?det=4181

    I think you are going to have to clean out your system, remove the heatsink and refresh your theraml paste (TIM). A good product for this is AS5:

    www.articsilver.com

    To remove an intel heatsink (you might be able to obtain the general principles from this and use generically):

    http://support.intel.com/support/processors/pentium4/sb/CS-007989.htm
     
  17. Bold Eagle

    Bold Eagle MajorGeek

    When we say to compare temps in BIOS and with whatever software start your sys and make a mental note of temps in "PC Health" (maybe another term in your BIOS) and then login and start your monitoring software and see if temps are similar. BIOS should be a lot more accurate but variation of 1-2C fine.
     
  18. Grubenstein

    Grubenstein Private E-2

    Thanks alot for all your help, I will try Everest after I have
    checked the Bios.

    I will let you know how I get on. Is the Heatsinc the finned
    metal encasement around the CPU?? with the fan on the top.


    I have an AMD Athlon XP 2400+ in a ASUS AV7333 mobo.
     
  19. Bold Eagle

    Bold Eagle MajorGeek

  20. Bold Eagle

    Bold Eagle MajorGeek

    Heatsinks come in many shapes and forms but it sounds like you have it. There is also a heatsink on your FSB, but generally they dont come with fans atop.
     
  21. Grubenstein

    Grubenstein Private E-2

    Thanks Bold Eagle for all you help
     
  22. Bold Eagle

    Bold Eagle MajorGeek

    Think nothing off it we were all new to this at one stage. Be bloody careful with the screwdriver near your mobo if you have to flick open the securing latches, one person here made some serious f....ups to his mobo by putting a big scratch down it and I think he killed it. Read everything twice before you undertake the task and be cautious. As they say measure twice and cut once. Have a very good prolonged look at things, take digi pics if you can before undertaking anything and ask if you are uncertain.
     
  23. goldfish

    goldfish Lt. Sushi.DC

    I put a scratch on my mobo once slipping when trying to ping open a clip. I was pretty lucky - that motherboard is still running today!

    As for a heatsink on the "FSB"... that's nonsense. Sorry, but it is. The FSB is a bus which is built into the motherboard's circuitry - it isn't a chip all unto itself. I think what you mean be referring to is the Northbridge, which is the main control center for the CPU, RAM and BIOS to talk to each other. The Southbridge chip controls things like built in graphics and controls communication with the PCI/AGP interfaces.

    My Northbridge chip has an intergrated heatsink and fan, which whines like a devil. Unfortunately it's fixed on with thermal epoxy, which makes it very hard to get off.
     
  24. Bold Eagle

    Bold Eagle MajorGeek

    Cheers Goldfish and sorry grub I didn't want to provide dodgy advice. I thought the North Bridge and FSB where one of the same thing???? Looks like I have some more research, damn and I thought I had a reasonable understanding of this. The rest of the advice was sound though wasn't it goldfish.

    Hmmm goldfish, eagles and grubs, lol, hmmmm.
     
  25. Grubenstein

    Grubenstein Private E-2

    Checked my Bios Hardware Monitor and it was most revealing:

    MB Temp: 24c/75f
    CPU Temp: 45c/113f
    Power Temp: N/A

    CPU Fan: 5192rpm
    Power Fan: 2870rpm
    Chasis Fan: N/A

    Vcore Voltage: 1.68v
    + 3.3v voltage: 3.36v
    + 5v voltage: 4.86v
    + 12v voltage: 12.30v

    Am I right in thinking that heat is not the problem, but a slight voltage over requirement???
     
  26. Adrynalyne

    Adrynalyne Guest

    Hmmm, overvoltage. I am not qualified to answer, but it does look suspect.
     
  27. Rikky

    Rikky Wile E. Coyote - One of a kind

    Overvoltage:confused: ,Those voltages look fine to me,the stock vcore for an xp2400 is 1.65 - 2.00v,under load that 1.68v will drop down as will the other voltages,I still think your cpu temp is pretty high not as bad as speedfan said but that just depends on what you were doing when you ran the test and how long your computer had been on,from restarting windows and going into the bios your cpu temp can drop 10-20 degrees so it isnt ruled out,I'd like to know what everest reports the cpu temp at,also what temp the cpu reaches under load using a stress program :)
     
  28. Bold Eagle

    Bold Eagle MajorGeek

    From the temp link I gave you:

    Athlon XP-2400+ (6-8-1 2.0GHz Thoroughbred)
    1.6V (?V~?V) 2.0V -- -- 40.8A 59.3W 65.3W 85° C
    Athlon XP-2400+ (6-8-1 2.0GHz Thoroughbred)
    1.65V (?V~?V) 2.0V -- -- 41.4A 62W 68.3W 85° C

    If this is your specfic CPU then Ricky is probably right about volts, I'm certainly no expert in this but can only refer to others.

    Just for interest sake what where you doing when you hit 72C, Gaming?!?

    If you compare BIOS and Speedfan and find huge differences in noted temps then uninstall Speedfan as it is providing very misinforming info. IMO EVEREST is very good and you should keep monitoring your temps for the time being.

    Have you pulled off your side cover???? Is it very dusty? Your CPU fan is spiinning very high I think and you may still need to remove and clean heatsink and replace thermal paste. I wasn't trying to scare you, just make sure your careful in the earlier posts!
     
  29. Adrynalyne

    Adrynalyne Guest

    12v rail is 12.3v.
    3.3v rail is 3.36v.

    I'm no expert, but it seems to me too much voltage is as bad as not enough.
     
  30. Grubenstein

    Grubenstein Private E-2

    I took the plunge last night and cleaned the case fan and took off the cpu fan. My cpu is housed in a grid of metal rods (heat sink), when I removed the fan there was a huge chunk of half burnt dust stuck in between the rods.

    I also removed the dial up modem that I don't use and removed some of the PCI slot covers at the back to improve vent. I have 2 CD drives, 1 that I don't use so might removed that too to lower the volt readings if I get further crashes.

    I will download Everest and try a test to see if this has improved anything.

    The Temp readings I gave you were all from startup!!! with the PC just in windows desktop.

    I will restart the pc and include the BIOS temp now.
     
  31. Grubenstein

    Grubenstein Private E-2

    BIOS Hardware Monitor as follows:

    MB TEMP: 32.C
    CPU TEMP: 51.C
    POWER: N/A

    CPU FAN: 6398 RPM
    POWER FAN: 3054 RPM (HAVEN'T NOTCIED THIS SPINNING YET)
    CHASIS: N/A (WIERD AS HAVE CASE FAN, THAT IS SPINNING)

    VCORE 1.68V
    +3.3: 3.24v
    +5: 4.83v
    +12v: 12.30

    EVEREST REPORT TO FOLLOW
     
  32. Grubenstein

    Grubenstein Private E-2

    EVEREST REPORT:

    --------[ EVEREST Home Edition (c) 2003-2005 Lavalys, Inc. ]------------------------------------------------------------

    Version EVEREST v2.20.405
    Homepage http://www.lavalys.com/
    Report Type Report Wizard
    Computer OFFICE
    Generator Kevin Truss
    Operating System Microsoft Windows XP Home Edition 5.1.2600 (WinXP Retail)
    Date 2006-03-31
    Time 10:10


    --------[ Summary ]-----------------------------------------------------------------------------------------------------

    Computer:
    Operating System Microsoft Windows XP Home Edition
    OS Service Pack Service Pack 2
    DirectX 4.09.00.0904 (DirectX 9.0c)
    Computer Name OFFICE
    User Name Kevin Truss

    Motherboard:
    CPU Type AMD Athlon XP, 2000 MHz (15 x 133) 2400+
    Motherboard Name Asus A7V333 (5 PCI, 1 AGP Pro, 3 DDR DIMM)
    Motherboard Chipset VIA VT8367 Apollo KT333
    System Memory 512 MB (DDR SDRAM)
    BIOS Type Award Modular (10/03/02)
    Communication Port Communications Port (COM1)
    Communication Port Communications Port (COM2)
    Communication Port ECP Printer Port (LPT1)

    Display:
    Video Adapter NVIDIA GeForce4 Ti 4600 (128 MB)
    3D Accelerator nVIDIA GeForce4 Ti 4600
    Monitor MAG InnoVision DX700E [17" CRT] (92510750)

    Multimedia:
    Audio Adapter Creative SB0090 Audigy Player Sound Card

    Storage:
    IDE Controller VIA Bus Master IDE Controller
    Floppy Drive Floppy disk drive
    Disk Drive Maxtor 6Y080L0 (80 GB, 7200 RPM, Ultra-ATA/133)
    Optical Drive _NEC DVD_RW ND-3500AG (DVD+R9:4x, DVD+RW:16x/4x, DVD-RW:16x/4x, DVD-ROM:16x, CD:48x/24x/48x DVD+RW/DVD-RW)
    Optical Drive SAMSUNG CD-R/RW SW-240B (40x/12x/40x CD-RW)
    SMART Hard Disks Status OK

    Partitions:
    C: (NTFS) 78152 MB (593 MB free)

    Input:
    Keyboard Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Mouse Logitech USB Wheel Mouse
    Game Controller Microsoft PC-joystick driver

    Network:
    Network Adapter WAN (PPP/SLIP) Interface (85.210.44.211)

    Peripherals:
    Printer Epson EPL-5700
    Printer PDF Compatible Printer Driver
    USB1 Controller ULi/ALi M5237 USB Open Host Controller
    USB1 Controller ULi/ALi M5237 USB Open Host Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB2 Controller ULi/ALi M5273 USB 2.0 Host Controller
    USB2 Controller VIA USB 2.0 Enhanced Host Controller
    USB Device D-Link DSL-200 USB ADSL Modem(WAN)
    USB Device Logitech USB Wheel Mouse

    Problems & Suggestions:
    Problem Disk free space is only 1% on drive C:.


    --------[ DMI ]---------------------------------------------------------------------------------------------------------

    [ BIOS ]

    BIOS Properties:
    Vendor Award Software, Inc.
    Version ASUS A7V333 ACPI BIOS Revision 1014
    Release Date 10/03/2002
    Size 256 KB
    Boot Devices Floppy Disk, Hard Disk, CD-ROM
    Capabilities Flash BIOS, Shadow BIOS, Selectable Boot, EDD
    Supported Standards DMI, APM, ACPI, ESCD, PnP
    Expansion Capabilities PCI, AGP, USB

    [ System ]

    System Properties:
    Manufacturer eveshamvale
    Product eveshamvale
    Version System Version
    Serial Number SYS-1234567890
    Wake-Up Type Power Switch

    [ Motherboard ]

    Motherboard Properties:
    Manufacturer ASUSTeK Computer INC.
    Product A7V333
    Version REV 1.xx
    Serial Number xxxxxxxxxxx

    [ Chassis ]

    Chassis Properties:
    Manufacturer Chassis Manufacture
    Version Chassis Version
    Serial Number Chassis Serial Number
    Asset Tag Asset-1234567890
    Chassis Type Tower
    Boot-Up State Safe
    Power Supply State Safe
    Thermal State Safe

    [ Memory Controller ]

    Memory Controller Properties:
    Error Detection Method None
    Supported Memory Speeds 70ns, 60ns, 50ns
    Supported Memory Types ECC, DIMM, SDRAM
    Supported Memory Voltages 3.3V
    Maximum Memory Module Size 1024 MB
    Memory Slots 3

    [ Processors / AMD Athlon(TM) XP 2400+ ]

    Processor Properties:
    Manufacturer AuthenticAMD
    Version AMD Athlon(TM) XP 2400+
    External Clock 133 MHz
    Current Clock 2000 MHz
    Type Central Processor
    Voltage 1.6 V
    Status Enabled
    Socket Designation SOCKET A

    [ Caches / L1 Cache ]

    Cache Properties:
    Type Internal
    Status Enabled
    Operational Mode Write-Back
    Associativity 4-way Set-Associative
    Maximum Size 128 KB
    Installed Size 128 KB
    Supported SRAM Type Synchronous, Pipeline Burst
    Current SRAM Type Synchronous, Pipeline Burst
    Socket Designation L1 Cache

    [ Caches / L2 Cache ]

    Cache Properties:
    Type Internal
    Status Enabled
    Operational Mode Write-Back
    Associativity 4-way Set-Associative
    Maximum Size 8192 KB
    Installed Size 256 KB
    Supported SRAM Type Synchronous, Pipeline Burst
    Current SRAM Type Synchronous, Pipeline Burst
    Socket Designation L2 Cache

    [ Memory Modules / DIMM 1 ]

    Memory Module Properties:
    Socket Designation DIMM 1
    Type DIMM, SDRAM
    Installed Size 256 MB
    Enabled Size 256 MB

    [ Memory Modules / DIMM 2 ]

    Memory Module Properties:
    Socket Designation DIMM 2
    Type DIMM, SDRAM
    Installed Size 256 MB
    Enabled Size 256 MB

    [ Memory Modules / DIMM 3 ]

    Memory Module Properties:
    Socket Designation DIMM 3
    Type DIMM, SDRAM
    Installed Size Not Installed
    Enabled Size Not Installed

    [ Memory Devices / DDR 1 ]

    Memory Device Properties:
    Form Factor DIMM
    Type DRAM
    Type Detail Synchronous
    Size 256 MB
    Total Width 64-bit
    Data Width 64-bit
    Device Locator DDR 1

    [ Memory Devices / DDR 2 ]

    Memory Device Properties:
    Form Factor DIMM
    Type DRAM
    Type Detail Synchronous
    Size 256 MB
    Total Width 64-bit
    Data Width 64-bit
    Device Locator DDR 2

    [ Memory Devices / DDR 3 ]

    Memory Device Properties:
    Form Factor DIMM
    Type DRAM
    Type Detail Synchronous
    Device Locator DDR 3

    [ System Slots / PCI 1 ]

    System Slot Properties:
    Slot Designation PCI 1
    Type PCI
    Usage Empty
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 2 ]

    System Slot Properties:
    Slot Designation PCI 2
    Type PCI
    Usage Empty
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 3 ]

    System Slot Properties:
    Slot Designation PCI 3
    Type PCI
    Usage In Use
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 4 ]

    System Slot Properties:
    Slot Designation PCI 4
    Type PCI
    Usage In Use
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 5 ]

    System Slot Properties:
    Slot Designation PCI 5
    Type PCI
    Usage Empty
    Data Bus Width 32-bit
    Length Short

    [ System Slots / AGP ]

    System Slot Properties:
    Slot Designation AGP
    Type AGP 4x
    Usage In Use
    Data Bus Width 32-bit
    Length Short

    [ Port Connectors / PRIMARY IDE/HDD ]

    Port Connector Properties:
    Port Type None
    Internal Reference Designator PRIMARY IDE/HDD
    Internal Connector Type On-Board IDE
    External Connector Type None

    [ Port Connectors / SECONDARY IDE/HDD ]

    Port Connector Properties:
    Port Type None
    Internal Reference Designator SECONDARY IDE/HDD
    Internal Connector Type On-Board IDE
    External Connector Type None

    [ Port Connectors / FLOPPY ]

    Port Connector Properties:
    Port Type None
    Internal Reference Designator FLOPPY
    Internal Connector Type On-Board Floppy
    External Connector Type None

    [ Port Connectors / USB1 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB1
    External Connector Type USB

    [ Port Connectors / USB2 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB2
    External Connector Type USB

    [ Port Connectors / USB3 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB3
    External Connector Type USB

    [ Port Connectors / USB4 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB4
    External Connector Type USB

    [ Port Connectors / PS/2 Keyboard ]

    Port Connector Properties:
    Port Type Keyboard Port
    Internal Connector Type None
    External Reference Designator PS/2 Keyboard
    External Connector Type PS/2

    [ Port Connectors / PS/2 Mouse ]

    Port Connector Properties:
    Port Type Mouse Port
    Internal Connector Type None
    External Reference Designator PS/2 Mouse
    External Connector Type PS/2

    [ Port Connectors / Parallel Port ]

    Port Connector Properties:
    Port Type Parallel Port ECP/EPP
    Internal Connector Type None
    External Reference Designator Parallel Port
    External Connector Type DB-25 pin female

    [ Port Connectors / Serial Port 1 ]

    Port Connector Properties:
    Port Type Serial Port 16550 Compatible
    Internal Connector Type None
    External Reference Designator Serial Port 1
    External Connector Type DB-9 pin male

    [ Port Connectors / Serial Port 2 ]

    Port Connector Properties:
    Port Type Serial Port 16550 Compatible
    Internal Connector Type None
    External Reference Designator Serial Port 2
    External Connector Type DB-9 pin male

    [ Port Connectors / Joystick Port ]

    Port Connector Properties:
    Port Type Joystick Port
    Internal Connector Type None
    External Reference Designator Joystick Port
    External Connector Type DB-15 pin female

    [ Port Connectors / MIDI Port ]

    Port Connector Properties:
    Port Type MIDI Port
    Internal Connector Type None
    External Reference Designator MIDI Port
    External Connector Type DB-15 pin female

    [ Port Connectors / Line In Jack ]

    Port Connector Properties:
    Port Type Audio Port
    Internal Connector Type None
    External Reference Designator Line In Jack
    External Connector Type Mini-jack (headphones)


    --------[ Overclock ]---------------------------------------------------------------------------------------------------

    CPU Properties:
    CPU Type AMD Athlon XP 2400+
    CPU Alias Thoroughbred-B
    CPU Stepping B0
    CPUID CPU Name AMD Athlon(TM) XP 2400+
    CPUID Revision 00000681h

    CPU Speed:
    CPU Clock 1999.68 MHz
    CPU Multiplier 15.0x
    CPU FSB 133.31 MHz
    Memory Bus 166.64 MHz

    CPU Cache:
    L1 Code Cache 64 KB
    L1 Data Cache 64 KB
    L2 Cache 256 KB (On-Die, Full-Speed)

    Motherboard Properties:
    Motherboard ID 10/03/2002-VT8367/VT8233A-A7V333
    Motherboard Name Asus A7V333 (5 PCI, 1 AGP Pro, 3 DDR DIMM)

    Chipset Properties:
    Motherboard Chipset VIA VT8367 Apollo KT333
    Memory Timings 2.5-3-3-7 (CL-RCD-RP-RAS)
    Command Rate (CR) 2T

    BIOS Properties:
    System BIOS Date 10/03/02
    Video BIOS Date 04/16/02
    Award BIOS Type Award Modular BIOS v6.0
    Award BIOS Message ASUS A7V333 ACPI BIOS Revision 1014
    DMI BIOS Version ASUS A7V333 ACPI BIOS Revision 1014

    Graphics Processor Properties:
    Video Adapter MSI G4Ti4600 (MS-8872)
    GPU Code Name NV25 (AGP 4x 10DE / 0250, Rev A3)
    GPU Clock 300 MHz
    Memory Clock 331 MHz


    --------[ Power Management ]--------------------------------------------------------------------------------------------

    Power Management Properties:
    Current Power Source AC Line
    Battery Status No Battery
    Full Battery Lifetime Unknown
    Remaining Battery Lifetime Unknown


    --------[ Sensor ]------------------------------------------------------------------------------------------------------

    Sensor Properties:
    Sensor Type Asus ASB100 Bach (SMBus 2Dh)
    Motherboard Name Asus A7V266 / A7V333 Series

    Temperatures:
    Motherboard 33 °C (91 °F)
    CPU 52 °C (126 °F)
    CPU Diode 50 °C (122 °F)
    Aux 14 °C (57 °F)
    Maxtor 6Y080L0 39 °C (102 °F)

    Cooling Fans:
    CPU 6368 RPM
    Power Supply 3041 RPM

    Voltage Values:
    CPU Core 1.66 V
    +3.3 V 3.33 V
    +5 V 4.84 V
    +12 V 12.86 V
    -12 V -12.78 V
    -5 V -4.84 V
    Debug Info F 6A DE FF
    Debug Info T 33 52 14
    Debug Info V 68 68 D2 B4 C9 C9 C9 (01)


    --------[ CPU ]---------------------------------------------------------------------------------------------------------

    CPU Properties:
    CPU Type AMD Athlon XP, 2000 MHz (15 x 133) 2400+
    CPU Alias Thoroughbred-B
    CPU Stepping B0
    Instruction Set x86, MMX, 3DNow!, SSE
    L1 Code Cache 64 KB
    L1 Data Cache 64 KB
    L2 Cache 256 KB (On-Die, Full-Speed)

    CPU Physical Info:
    Package Type 453 Pin PGA
    Package Size 4.95 cm x 4.95 cm
    Transistors 37.6 million
    Process Technology 6Mi, 0.13 um, CMOS, Cu
    Die Size 84 mm2
    Core Voltage 1.50 - 1.65 V
    I/O Voltage 1.6 V
    Typical Power 44.0 - 64.0 W (depending on clock speed)
    Maximum Power 48.5 - 74.3 W (depending on clock speed)

    CPU Manufacturer:
    Company Name Advanced Micro Devices, Inc.
    Product Information http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118,00.html

    CPU Utilization:
    CPU #1 0 %


    --------[ CPUID ]-------------------------------------------------------------------------------------------------------

    CPUID Properties:
    CPUID Manufacturer AuthenticAMD
    CPUID CPU Name AMD Athlon(TM) XP 2400+
    CPUID Revision 00000681h
    Extended CPUID Revision 00000781h
    Platform ID CBh (Socket A)
    IA CPU Serial Number Unknown
    HTT / CMP Units 0 / 0

    Instruction Set:
    64-bit x86 Extension (AMD64, EM64T) Not Supported
    Alternate Instruction Set Not Supported
    AMD 3DNow! Supported
    AMD 3DNow! Professional Supported
    AMD Enhanced 3DNow! Supported
    AMD Extended MMX Supported
    Cyrix Extended MMX Not Supported
    IA-64 Not Supported
    IA MMX Supported
    IA SSE Supported
    IA SSE 2 Not Supported
    IA SSE 3 Not Supported
    CLFLUSH Instruction Not Supported
    CMPXCHG8B Instruction Supported
    CMPXCHG16B Instruction Not Supported
    Conditional Move Instruction Supported
    MONITOR / MWAIT Instruction Not Supported
    RDTSCP Instruction Not Supported
    SYSCALL / SYSRET Instruction Supported
    SYSENTER / SYSEXIT Instruction Supported
    VIA FEMMS Instruction Not Supported

    Security Features:
    Advanced Cryptography Engine (ACE) Not Supported
    Data Execution Prevention (DEP, NX, EDB) Not Supported
    Hardware Random Number Generator (RNG) Not Supported
    Montgomery Multiplier & Hash Engine Not Supported
    Processor Serial Number (PSN) Not Supported

    Power Management Features:
    Automatic Clock Control Not Supported
    Enhanced Halt State (C1E) Not Supported
    Enhanced SpeedStep Technology (EIST, ESS) Not Supported
    Frequency ID Control Not Supported
    LongRun Not Supported
    LongRun Table Interface Not Supported
    PowerSaver 1.0 Not Supported
    PowerSaver 2.0 Not Supported
    PowerSaver 3.0 Not Supported
    Processor Duty Cycle Control Not Supported
    Software Thermal Control Not Supported
    Temperature Sensing Diode Supported
    Thermal Monitor 1 Not Supported
    Thermal Monitor 2 Not Supported
    Thermal Monitoring Not Supported
    Thermal Trip Not Supported
    Voltage ID Control Not Supported

    CPUID Features:
    36-bit Page Size Extension Supported
    Address Region Registers (ARR) Not Supported
    CPL Qualified Debug Store Not Supported
    Debug Trace Store Not Supported
    Debugging Extension Supported
    Fast Save & Restore Supported
    Hyper-Threading Technology (HTT) Not Supported
    L1 Context ID Not Supported
    Local APIC On Chip Supported
    Machine Check Architecture (MCA) Supported
    Machine Check Exception (MCE) Supported
    Memory Configuration Registers (MCR) Not Supported
    Memory Type Range Registers (MTRR) Supported
    Model Specific Registers (MSR) Supported
    Page Attribute Table (PAT) Supported
    Page Global Extension Supported
    Page Size Extension (PSE) Supported
    Pending Break Event Not Supported
    Physical Address Extension (PAE) Supported
    Secure Virtual Machine Extensions (Pacifica) Not Supported
    Self-Snoop Not Supported
    Time Stamp Counter (TSC) Supported
    Virtual Machine Extensions (Vanderpool) Not Supported
    Virtual Mode Extension Supported

    CPUID Registers (CPU #1):
    CPUID 00000000 00000001-68747541-444D4163-69746E65
    CPUID 00000001 00000681-00000000-00000000-0383FBFF
    CPUID 80000000 80000008-68747541-444D4163-69746E65
    CPUID 80000001 00000781-00000000-00000000-C1C3FBFF
    CPUID 80000002 20444D41-6C687441-54286E6F-5820294D
    CPUID 80000003 34322050-002B3030-00000000-00000000
    CPUID 80000004 00000000-00000000-00000000-00000000
    CPUID 80000005 0408FF08-FF20FF10-40020140-40020140
    CPUID 80000006 00000000-41004100-01008140-00000000
    CPUID 80000007 00000000-00000000-00000000-00000001
    CPUID 80000008 00002022-00000000-00000000-00000000

    MSR Registers:
    MSR C0010015 0000-0000-080B-1008


    --------[ Motherboard ]-------------------------------------------------------------------------------------------------

    Motherboard Properties:
    Motherboard ID 10/03/2002-VT8367/VT8233A-A7V333
    Motherboard Name Asus A7V333

    Front Side Bus Properties:
    Bus Type DEC Alpha EV6
    Bus Width 64-bit
    Real Clock 133 MHz (DDR)
    Effective Clock 267 MHz
    Bandwidth 2133 MB/s

    Memory Bus Properties:
    Bus Type DDR SDRAM
    Bus Width 64-bit
    Real Clock 167 MHz (DDR)
    Effective Clock 333 MHz
    Bandwidth 2667 MB/s

    Chipset Bus Properties:
    Bus Type VIA V-Link
    Bus Width 8-bit
    Real Clock 67 MHz (QDR)
    Effective Clock 267 MHz
    Bandwidth 267 MB/s

    Motherboard Physical Info:
    CPU Sockets/Slots 1 Socket 462
    Expansion Slots 5 PCI, 1 AGP Pro
    RAM Slots 3 DDR DIMM
    Form Factor ATX
    Motherboard Size 240 mm x 300 mm
    Motherboard Chipset KT333
    Extra Features CPU Overheating Protection, JumperFree, Q-Fan, Stepless Freq Selection

    Motherboard Manufacturer:
    Company Name ASUSTeK Computer Inc.
    Product Information http://www.asus.com/products1.aspx?l1=3
    BIOS Download http://support.asus.com/download/download.aspx?SLanguage=en-us


    --------[ Memory ]------------------------------------------------------------------------------------------------------

    Physical Memory:
    Total 511 MB
    Used 226 MB
    Free 284 MB
    Utilization 44 %

    Swap Space:
    Total 1249 MB
    Used 173 MB
    Free 1076 MB
    Utilization 14 %

    Virtual Memory:
    Total 1761 MB
    Used 399 MB
    Free 1361 MB
    Utilization 23 %

    Physical Address Extension (PAE):
    Supported by Operating System Yes
    Supported by CPU Yes
    Active No


    --------[ Chipset ]-----------------------------------------------------------------------------------------------------

    [ North Bridge: VIA VT8367 Apollo KT333 ]

    North Bridge Properties:
    North Bridge VIA VT8367 Apollo KT333
    Revision 00
    Package Type 552 Pin BGA
    Package Size 3.5 cm x 3.5 cm
    Process Technology 0.22 um
    Core Voltage 2.5 V
    In-Order Queue Depth 4

    Memory Controller:
    Bank Interleave 4-way

    Memory Timings:
    CAS Latency (CL) 2.5T
    RAS To CAS Delay (tRCD) 3T
    RAS Precharge (tRP) 3T
    RAS Active Time (tRAS) 7T
    Command Rate (CR) 2T
    Write Recovery Time (tWR) 3T

    Memory Slots:
    DRAM Slot #1 256 MB (DDR SDRAM)
    DRAM Slot #2 256 MB (DDR SDRAM)

    AGP Controller:
    AGP Version 2.00
    AGP Status Enabled
    AGP Device MSI G4Ti4600 (MS-8872)
    AGP Aperture Size 128 MB
    Supported AGP Speeds 1x, 2x, 4x
    Current AGP Speed 4x
    Fast-Write Supported, Enabled
    Side Band Addressing Supported, Enabled

    Chipset Manufacturer:
    Company Name VIA Technologies, Inc.
    Product Information http://www.via.com.tw/en/products/chipsets
    Driver Download http://www.viaarena.com/?PageID=2

    [ South Bridge: VIA VT8233(A) ]

    South Bridge Properties:
    South Bridge VIA VT8233(A)
    Revision 00
    Package Type 376 Pin BGA

    Chipset Manufacturer:
    Company Name VIA Technologies, Inc.
    Product Information http://www.via.com.tw/en/products/chipsets
    Driver Download http://www.viaarena.com/?PageID=2


    --------[ BIOS ]--------------------------------------------------------------------------------------------------------

    BIOS Properties:
    BIOS Type Award Modular
    Award BIOS Type Award Modular BIOS v6.0
    Award BIOS Message ASUS A7V333 ACPI BIOS Revision 1014
    System BIOS Date 10/03/02
    Video BIOS Date 04/16/02

    BIOS Manufacturer:
    Company Name Phoenix Technologies Ltd.
    Product Information http://www.phoenix.com/en/products/default.htm
    BIOS Upgrades http://www.esupport.com/biosagent/index.cfm?refererid=40

    Problems & Suggestions:
    Suggestion Are you looking for a BIOS Upgrade? Contact eSupport Today!
    Suggestion System BIOS is more than 2 years old. Update it if necessary.
    Suggestion Video BIOS is more than 2 years old. Update it if necessary.


    --------[ Windows Video ]-----------------------------------------------------------------------------------------------

    [ NVIDIA GeForce4 Ti 4600 ]

    Video Adapter Properties:
    Device Description NVIDIA GeForce4 Ti 4600
    Adapter String GeForce4 Ti 4600
    BIOS String Version 4.25.00.27.33
    Chip Type GeForce4 Ti 4600
    DAC Type Integrated RAMDAC
    Installed Drivers nv4_disp (6.14.10.8421 - nVIDIA ForceWare 84.21)
    Memory Size 128 MB

    Video Adapter Manufacturer:
    Company Name NVIDIA Corporation
    Product Information http://www.nvidia.com/view.asp?PAGE=products
    Driver Download http://www.nvidia.com/content/drivers/drivers.asp


    --------[ PCI / AGP Video ]---------------------------------------------------------------------------------------------

    nVIDIA GeForce4 Ti 4600 (MSI G4Ti4600) Video Adapter
    nVIDIA GeForce4 Ti 4600 3D Accelerator


    --------[ GPU ]---------------------------------------------------------------------------------------------------------

    [ AGP 4x: MSI G4Ti4600 (MS-8872) ]

    Graphics Processor Properties:
    Video Adapter MSI G4Ti4600 (MS-8872)
    GPU Code Name NV25
    PCI Device 10DE / 0250
    Transistors 63 million
    Process Technology 0.15u
    Die Size 144 mm2
    Bus Type AGP 4x @ 4x
    Memory Size 128 MB
    GPU Clock 300 MHz
    RAMDAC Clock 350 MHz
    Pixel Pipelines 4
    TMU Per Pipeline 2
    Vertex Shaders 2 (v1.1)
    Pixel Shaders 1 (v1.3)
    DirectX Hardware Support DirectX v8.1
    Pixel Fillrate 1200 MPixel/s
    Texel Fillrate 2400 MTexel/s

    Memory Bus Properties:
    Bus Type DDR
    Bus Width 128-bit
    Real Clock 331 MHz (DDR)
    Effective Clock 662 MHz
    Bandwidth 10.3 GB/s

    Graphics Processor Manufacturer:
    Company Name NVIDIA Corporation
    Product Information http://www.nvidia.com/view.asp?PAGE=products
    Driver Download http://www.nvidia.com/content/drivers/drivers.asp

    nVIDIA GPU Registers:
    nv-000000 025000A3
    nv-100000 00000000
    nv-100200 000F0303
    nv-10020C 08000000
    nv-101000 98CC40B3
    nv-680500 00015904
    nv-680504 00003102
    nv-680570 00000000
    nv-680574 00000000
    nv-68057C 00000000


    --------[ Monitor ]-----------------------------------------------------------------------------------------------------

    [ MAG InnoVision DX700E ]

    Monitor Properties:
    Monitor Name MAG InnoVision DX700E
    Monitor ID MAG7745
    Model MAG 177EV
    Monitor Type 17" CRT
    Manufacture Date Week 25 / 1999
    Serial Number 92510750
    Max. Visible Display Size 33 cm x 24 cm (16.1")
    Picture Aspect Ratio 5:3
    Horizontal Frequency 30 - 70 kHz
    Vertical Frequency 50 - 120 Hz
    Maximum Resolution 1280 x 1024
    Gamma 2.70
    DPMS Mode Support Suspend, Active-Off

    Supported Video Modes:
    640 x 480 120 Hz
    800 x 600 110 Hz
    1024 x 768 85 Hz
    1152 x 864 75 Hz
    1280 x 1024 65 Hz

    Monitor Manufacturer:
    Company Name MAG Technology Co., Ltd.
    Product Information http://www.maginnovision.com/products.htm
    Driver Download http://www.maginnovision.com/download.htm


    --------[ Desktop ]-----------------------------------------------------------------------------------------------------

    Desktop Properties:
    Device Technology Raster Display
    Resolution 1152 x 864
    Color Depth 32-bit
    Color Planes 1
    Font Resolution 96 dpi
    Pixel Width / Height 36 / 36
    Pixel Diagonal 51
    Vertical Refresh Rate 75 Hz

    Desktop Effects:
    Combo-Box Animation Disabled
    Drop Shadow Effect Disabled
    Flat Menu Effect Enabled
    Font Smoothing Disabled
    Full Window Dragging Disabled
    Gradient Window Title Bars Enabled
    Hide Menu Access Keys Enabled
    Hot Tracking Effect Disabled
    Icon Title Wrapping Disabled
    List-Box Smooth Scrolling Disabled
    Menu Animation Disabled
    Menu Fade Effect Disabled
    Minimize/Restore Animation Disabled
    Mouse Cursor Shadow Disabled
    Selection Fade Effect Disabled
    ShowSounds Accessibility Feature Disabled
    ToolTip Animation Disabled
    ToolTip Fade Effect Disabled
    Windows Plus! Extension Disabled

    Problems & Suggestions:
    Problem At least 85 Hz vertical refresh rate is recommended for classic (CRT) displays.


    --------[ Multi-Monitor ]-----------------------------------------------------------------------------------------------

    \\.\DISPLAY1 Yes (0,0) (1152,864)


    --------[ Windows Audio ]-----------------------------------------------------------------------------------------------

    midi-in.0 0001 0067 SB Audigy MIDI IO [FF60]
    midi-out.0 0001 0066 SB Audigy Synth A [FF60]
    midi-out.1 0001 0066 SB Audigy Sw Synth [FF60]
    midi-out.2 0001 0066 SB Audigy Synth B [FF60]
    midi-out.3 0001 0066 SB Audigy MIDI IO [FF60]
    midi-out.4 0001 0066 Microsoft GS Wavetable SW Synth
    mixer.0 0001 0068 SB Audigy Audio [FF60]
    wave-in.0 0001 0065 SB Audigy Audio [FF60]
    wave-out.0 0001 0064 SB Audigy Audio [FF60]


    --------[ PCI / PnP Audio ]---------------------------------------------------------------------------------------------

    Creative SB0090 Audigy Player Sound Card PCI


    --------[ Windows Storage ]---------------------------------------------------------------------------------------------

    [ Floppy disk drive ]

    Device Properties:
    Driver Description Floppy disk drive
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File flpydisk.inf

    [ Maxtor 6Y080L0 ]

    Device Properties:
    Driver Description Maxtor 6Y080L0
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File disk.inf

    Disk Device Physical Info:
    Manufacturer Maxtor
    Hard Disk Family DiamondMax Plus 9
    Form Factor 3.5"
    Formatted Capacity 80 GB
    Physical Dimensions 146.1 x 101.6 x 26.1 mm
    Max. Weight 630 g
    Average Rotational Latency 4.17 ms
    Rotational Speed 7200 RPM
    Interface Ultra-ATA/133
    Buffer-to-Host Data Rate 133 MB/s
    Buffer Size 2 MB

    Device Manufacturer:
    Company Name Maxtor Corporation
    Product Information http://www.maxtor.com/en/products/

    [ _NEC DVD_RW ND-3500AG ]

    Device Properties:
    Driver Description _NEC DVD_RW ND-3500AG
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf

    Optical Drive Properties:
    Manufacturer NEC
    Device Type DVD+RW/DVD-RW
    Interface ATAPI

    Writing Speeds:
    DVD+R9 Dual Layer 4x
    DVD+R 16x
    DVD+RW 4x
    DVD-R 16x
    DVD-RW 4x
    CD-R 48x
    CD-RW 24x

    Reading Speeds:
    DVD-ROM 16x
    CD-ROM 48x

    Device Manufacturer:
    Company Name NEC Corporation
    Product Information http://www.nec-global.com/prod/index.html
    Firmware Download http://www.nec.com/global/prod/download.html

    [ SAMSUNG CD-R/RW SW-240B ]

    Device Properties:
    Driver Description SAMSUNG CD-R/RW SW-240B
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf

    Optical Drive Properties:
    Manufacturer Samsung
    Device Type CD-RW

    Writing Speeds:
    CD-R 40x
    CD-RW 12x

    Reading Speeds:
    CD-ROM 40x

    Device Manufacturer:
    Company Name Samsung
    Product Information http://product.samsung.com/cgi-bin/...type.jsp?prod_path=/Computers+and+Related/ODD
    Firmware Download http://product.samsung.com/cgi-bin/...rse_cat_path=/Computers and Related/ODD&type=

    [ Primary IDE Channel ]

    Device Properties:
    Driver Description Primary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf

    Device Resources:
    IRQ 14
    Port 01F0-01F7
    Port 03F6-03F6

    [ Secondary IDE Channel ]

    Device Properties:
    Driver Description Secondary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf

    Device Resources:
    IRQ 15
    Port 0170-0177
    Port 0376-0376

    [ Standard floppy disk controller ]

    Device Properties:
    Driver Description Standard floppy disk controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File fdc.inf

    Device Resources:
    DMA 02
    IRQ 06
    Port 03F2-03F5
    Port 03F7-03F7

    [ VIA Bus Master IDE Controller ]

    Device Properties:
    Driver Description VIA Bus Master IDE Controller
    Driver Date 01/07/2001
    Driver Version 5.1.3597.0
    Driver Provider Microsoft
    INF File mshdc.inf

    Device Resources:
    Port B400-B40F


    --------[ Logical Drives ]----------------------------------------------------------------------------------------------

    A: Removable Disk
    C: Local Disk NTFS 78152 MB 77558 MB 593 MB 1 % A883-AE72
    D: (GTR_CD1) Optical Drive CDFS 601 MB 601 MB 0 KB 0 % E2DF-1F80
    E: (May 16 2005) Optical Drive CDFS 385 MB 385 MB 0 KB 0 % AE29-C5EE


    --------[ Physical Drives ]---------------------------------------------------------------------------------------------

    [ Drive #1 - Maxtor 6Y080L0 (76 GB) ]

    #1 (Active) NTFS C: 0 MB 78152 MB


    --------[ Optical Drives ]----------------------------------------------------------------------------------------------

    [ SAMSUNG CD-R/RW SW-240B ]

    Optical Drive Properties:
    Device Description SAMSUNG CD-R/RW SW-240B
    Manufacturer Samsung
    Device Type CD-RW

    Writing Speeds:
    CD-R 40x
    CD-RW 12x

    Reading Speeds:
    CD-ROM 40x

    Device Manufacturer:
    Company Name Samsung
    Product Information http://product.samsung.com/cgi-bin/...type.jsp?prod_path=/Computers+and+Related/ODD
    Firmware Download http://product.samsung.com/cgi-bin/...rse_cat_path=/Computers and Related/ODD&type=

    [ _NEC DVD_RW ND-3500AG ]

    Optical Drive Properties:
    Device Description _NEC DVD_RW ND-3500AG
    Manufacturer NEC
    Device Type DVD+RW/DVD-RW
    Interface ATAPI

    Writing Speeds:
    DVD+R9 Dual Layer 4x
    DVD+R 16x
    DVD+RW 4x
    DVD-R 16x
    DVD-RW 4x
    CD-R 48x
    CD-RW 24x

    Reading Speeds:
    DVD-ROM 16x
    CD-ROM 48x

    Device Manufacturer:
    Company Name NEC Corporation
    Product Information http://www.nec-global.com/prod/index.html
    Firmware Download http://www.nec.com/global/prod/download.html


    --------[ ASPI ]--------------------------------------------------------------------------------------------------------

    00 00 00 Disk Drive Maxtor 6 Y080L0
    00 07 00 Host Adapter atapi
    01 00 00 Optical Drive _NEC DVD _RW ND-3500AG
    01 01 00 Optical Drive SAMSUNG CD-R/RW SW-240B
    01 07 00 Host Adapter atapi


    --------[ ATA ]---------------------------------------------------------------------------------------------------------

    [ Maxtor 6Y080L0 (Y3H2MJBE) ]

    ATA Device Properties:
    Model ID Maxtor 6Y080L0
    Serial Number Y3H2MJBE
    Revision YAR41VW0
    Parameters 158816 cylinders, 16 heads, 63 sectors per track, 512 bytes per sector
    LBA Sectors 160086528
    Buffer 2 MB (Dual Ported, Read Ahead)
    Multiple Sectors 16
    ECC Bytes 57
    Max. PIO Transfer Mode PIO 4
    Max. UDMA Transfer Mode UDMA 6 (ATA-133)
    Active UDMA Transfer Mode UDMA 6 (ATA-133)
    Unformatted Capacity 78167 MB

    ATA Device Features:
    SMART Supported
    Security Mode Supported
    Power Management Supported
    Advanced Power Management Supported
    Write Cache Supported
    Host Protected Area Supported
    Power-Up In Standby Not Supported
    Automatic Acoustic Management Supported
    48-bit LBA Not Supported
    Device Configuration Overlay Supported

    ATA Device Physical Info:
    Manufacturer Maxtor
    Hard Disk Family DiamondMax Plus 9
    Form Factor 3.5"
    Formatted Capacity 80 GB
    Disks 2
    Recording Surfaces 3
    Physical Dimensions 146.1 x 101.6 x 26.1 mm
    Max. Weight 630 g
    Average Rotational Latency 4.17 ms
    Rotational Speed 7200 RPM
    Interface Ultra-ATA/133
    Buffer-to-Host Data Rate 133 MB/s
    Buffer Size 2 MB

    ATA Device Manufacturer:
    Company Name Maxtor Corporation
    Product Information http://www.maxtor.com/en/products/


    --------[ SMART ]-------------------------------------------------------------------------------------------------------

    [ Maxtor 6Y080L0 (Y3H2MJBE) ]

    03 Spin Up Time 63 207 197 11273 OK: Value is normal
    04 Start/Stop Count 0 253 253 809 OK: Always passing
    05 Reallocated Sector Count 63 253 253 2 OK: Value is normal
    06 Read Channel Margin 100 253 253 0 OK: Value is normal
    07 Seek Error Rate 0 253 201 0 OK: Always passing
    08 Seek Time Performance 187 251 245 55744 OK: Value is normal
    09 Power-On Time Count 0 207 207 44805 OK: Always passing
    0A Spin Retry Count 157 253 252 0 OK: Value is normal
    0B Calibration Retry Count 223 253 252 0 OK: Value is normal
    0C Power Cycle Count 0 251 251 874 OK: Always passing
    C0 Power-Off Retract Count 0 253 253 0 OK: Always passing
    C1 Load/Unload Cycle Count 0 253 253 0 OK: Always passing
    C2 Temperature 0 253 253 39 OK: Always passing
    C3 Hardware ECC Recovered 0 253 252 1593 OK: Always passing
    C4 Reallocation Event Count 0 252 252 1 OK: Always passing
    C5 Current Pending Sector Count 0 253 253 1 OK: Always passing
    C6 Off-Line Uncorrectable Sector Count 0 249 249 4 OK: Always passing
    C7 Ultra ATA CRC Error Rate 0 199 199 0 OK: Always passing
    C8 Write Error Rate 0 253 252 0 OK: Always passing
    C9 <vendor-specific> 0 253 250 61 OK: Always passing
    CA <vendor-specific> 0 253 251 0 OK: Always passing
    CB <vendor-specific> 180 253 252 3 OK: Value is normal
    CC <vendor-specific> 0 253 252 0 OK: Always passing
    CD <vendor-specific> 0 253 252 0 OK: Always passing
    CF <vendor-specific> 0 253 252 0 OK: Always passing
    D0 <vendor-specific> 0 253 252 0 OK: Always passing
    D1 <vendor-specific> 0 201 198 0 OK: Always passing
    63 <vendor-specific> 0 253 253 0 OK: Always passing
    64 <vendor-specific> 0 253 253 0 OK: Always passing
    65 <vendor-specific> 0 253 253 0 OK: Always passing


    --------[ Windows Network ]---------------------------------------------------------------------------------------------

    [ WAN (PPP/SLIP) Interface ]

    Network Adapter Properties:
    Network Adapter WAN (PPP/SLIP) Interface
    Interface Type PPP
    Hardware Address 00-53-45-00-00-00
    Connection Speed 1152 kbps
    MTU 1492 bytes
    Bytes Received 4627547 (4.4 MB)
    Bytes Sent 188992 (184.6 KB)

    Network Adapter Addresses:
    IP / Subnet Mask 85.210.44.211 / 255.255.255.255
    Gateway 85.210.44.211
    DNS 62.241.163.200
    DNS 62.241.162.201


    --------[ DirectX Video ]-----------------------------------------------------------------------------------------------

    [ Primary Display Driver ]

    DirectDraw Device Properties:
    DirectDraw Driver Name display
    DirectDraw Driver Description Primary Display Driver
    Hardware Driver nv4_disp.dll
    Hardware Description NVIDIA GeForce4 Ti 4600

    Direct3D Device Properties:
    Available Local Video Memory 126112 KB
    Available Non-Local Video Memory (AGP) 122879 KB
    Rendering Bit Depths 16, 32
    Z-Buffer Bit Depths 16, 24
    Min Texture Size 1 x 1
    Max Texture Size 4096 x 4096
    Vertex Shader Version 1.1
    Pixel Shader Version 1.3

    Direct3D Device Features:
    Additive Texture Blending Supported
    AGP Texturing Supported
    Anisotropic Filtering Supported
    Bilinear Filtering Supported
    Cubic Environment Mapping Supported
    Cubic Filtering Not Supported
    Decal-Alpha Texture Blending Supported
    Decal Texture Blending Supported
    Directional Lights Not Supported
    DirectX Texture Compression Supported
    DirectX Volumetric Texture Compression Not Supported
    Dithering Supported
    Dot3 Texture Blending Supported
    Dynamic Textures Supported
    Edge Antialiasing Supported
    Environmental Bump Mapping Supported
    Environmental Bump Mapping + Luminance Supported
    Factor Alpha Blending Supported
    Geometric Hidden-Surface Removal Not Supported
    Guard Band Supported
    Hardware Scene Rasterization Supported
    Hardware Transform & Lighting Supported
    Legacy Depth Bias Not Supported
    Mipmap LOD Bias Adjustments Supported
    Mipmapped Cube Textures Supported
    Mipmapped Volume Textures Supported
    Modulate-Alpha Texture Blending Supported
    Modulate Texture Blending Supported
    Non-Square Textures Supported
    N-Patches Not Supported
    Perspective Texture Correction Supported
    Point Lights Not Supported
    Point Sampling Supported
    Projective Textures Supported
    Quintic Bezier Curves & B-Splines Not Supported
    Range-Based Fog Supported
    Rectangular & Triangular Patches Not Supported
    Rendering In Windowed Mode Supported
    Scissor Test Not Supported
    Slope-Scale Based Depth Bias Not Supported
    Specular Flat Shading Supported
    Specular Gouraud Shading Supported
    Specular Phong Shading Not Supported
    Spherical Mapping Supported
    Spot Lights Not Supported
    Stencil Buffers Supported
    Sub-Pixel Accuracy Supported
    Table Fog Supported
    Texture Alpha Blending Supported
    Texture Clamping Supported
    Texture Mirroring Supported
    Texture Transparency Supported
    Texture Wrapping Supported
    Triangle Culling Not Supported
    Trilinear Filtering Supported
    Two-Sided Stencil Test Not Supported
    Vertex Alpha Blending Supported
    Vertex Fog Supported
    Vertex Tweening Not Supported
    Volume Textures Supported
    W-Based Fog Supported
    W-Buffering Supported
    Z-Based Fog Supported
    Z-Bias Supported
    Z-Test Supported

    Supported FourCC Codes:
    DXT1 Supported
    DXT2 Supported
    DXT3 Supported
    DXT4 Supported
    DXT5 Supported
    IF09 Supported
    IV31 Supported
    IV32 Supported
    NV12 Supported
    NVBF Supported
    NVCS Supported
    NVHS Supported
    NVHU Supported
    RAW8 Supported
    UYVY Supported
    YUY2 Supported
    YV12 Supported
    YVU9 Supported


    --------[ DirectX Sound ]-----------------------------------------------------------------------------------------------

    [ Primary Sound Driver ]

    DirectSound Device Properties:
    Device Description Primary Sound Driver
    Driver Module
    Primary Buffers 1
    Min / Max Secondary Buffers Sample Rate 4000 / 191999 Hz
    Primary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Secondary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Total / Free Sound Buffers 64 / 62
    Total / Free Static Sound Buffers 64 / 62
    Total / Free Streaming Sound Buffers 64 / 62
    Total / Free 3D Sound Buffers 64 / 62
    Total / Free 3D Static Sound Buffers 64 / 62
    Total / Free 3D Streaming Sound Buffers 64 / 62

    DirectSound Device Features:
    Certified Driver Yes
    Emulated Device No
    Precise Sample Rate Supported
    DirectSound3D Supported
    Creative EAX 1.0 Supported
    Creative EAX 2.0 Supported
    Creative EAX 3.0 Supported

    [ SB Audigy Audio [FF60] ]

    DirectSound Device Properties:
    Device Description SB Audigy Audio [FF60]
    Driver Module ctaud2k.sys
    Primary Buffers 1
    Min / Max Secondary Buffers Sample Rate 4000 / 191999 Hz
    Primary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Secondary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Total / Free Sound Buffers 64 / 62
    Total / Free Static Sound Buffers 64 / 62
    Total / Free Streaming Sound Buffers 64 / 62
    Total / Free 3D Sound Buffers 64 / 62
    Total / Free 3D Static Sound Buffers 64 / 62
    Total / Free 3D Streaming Sound Buffers 64 / 62

    DirectSound Device Features:
    Certified Driver Yes
    Emulated Device No
    Precise Sample Rate Supported
    DirectSound3D Supported
    Creative EAX 1.0 Supported
    Creative EAX 2.0 Supported
    Creative EAX 3.0 Supported


    --------[ DirectX Music ]-----------------------------------------------------------------------------------------------

    [ SB Audigy DirectMusic Synthesizer [FF60] ]

    DirectMusic Device Properties:
    Device Description SB Audigy DirectMusic Synthesizer [FF60]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type WDM Multimedia
    Audio Channels 64
    MIDI Channels 1024
    Voices 64
    Available Memory System Memory

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Supported
    DLS L1 Sample Collections Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Audio [FF60] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Audio [FF60]
    Synthesizer Type Software
    Device Class Output Port
    Device Type WDM Multimedia
    Audio Channels 2
    MIDI Channels 16000
    Voices 1000
    Available Memory System Memory

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Supported

    [ Microsoft MIDI Mapper [Emulated] ]

    DirectMusic Device Properties:
    Device Description Microsoft MIDI Mapper [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Synth A [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Synth A [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Sw Synth [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Sw Synth [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Synth B [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Synth B [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy MIDI IO [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy MIDI IO [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port Yes
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ Microsoft GS Wavetable SW Synth [Emulated] ]

    DirectMusic Device Properties:
    Device Description Microsoft GS Wavetable SW Synth [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy MIDI IO [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy MIDI IO [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Input Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port Yes
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ Microsoft Synthesizer ]

    DirectMusic Device Properties:
    Device Description Microsoft Synthesizer
    Synthesizer Type Software
    Device Class Output Port
    Device Type User-Mode Synthesizer
    Audio Channels 2
    MIDI Channels 16000
    Voices 1000
    Available Memory System Memory

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Supported
    DLS L1 Sample Collections Supported
    DLS L2 Sample Collections Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Supported


    --------[ DirectX Input ]-----------------------------------------------------------------------------------------------

    [ Mouse ]

    DirectInput Device Properties:
    Device Description Mouse
    Device Type Unknown
    Device Subtype Unknown
    Axes 3
    Buttons/Keys 3

    DirectInput Device Features:
    Emulated Device Yes
    Alias Device No
    Polled Device No
    Polled Data Format No
    Attack Force Feedback Not Supported
    Deadband Force Feedback Not Supported
    Fade Force Feedback Not Supported
    Force Feedback Not Supported
    Saturation Force Feedback Not Supported
    +/- Force Feedback Coefficients Not Supported
    +/- Force Feedback Saturation Not Supported

    [ Keyboard ]

    DirectInput Device Properties:
    Device Description Keyboard
    Device Type Unknown
    Device Subtype Unknown
    Buttons/Keys 128

    DirectInput Device Features:
    Emulated Device Yes
    Alias Device No
    Polled Device No
    Polled Data Format No
    Attack Force Feedback Not Supported
    Deadband Force Feedback Not Supported
    Fade Force Feedback Not Supported
    Force Feedback Not Supported
    Saturation Force Feedback Not Supported
    +/- Force Feedback Coefficients Not Supported
    +/- Force Feedback Saturation Not Supported

    [ Microsoft SideWinder Force Feedback Wheel ]

    DirectInput Device Properties:
    Device Description Microsoft SideWinder Force Feedback Wheel
    Device Type Unknown
    Device Subtype Unknown
    Axes 3
    Buttons/Keys 9

    DirectInput Device Features:
    Emulated Device Yes
    Alias Device No
    Polled Device Yes
    Polled Data Format No
    Attack Force Feedback Supported
    Deadband Force Feedback Supported
    Fade Force Feedback Supported
    Force Feedback Supported
    Saturation Force Feedback Supported
    +/- Force Feedback Coefficients Supported
    +/- Force Feedback Saturation Supported


    --------[ Windows Devices ]---------------------------------------------------------------------------------------------

    [ Devices ]

    Computer:
    ACPI Uniprocessor PC 5.1.2600.0

    Disk drives:
    Maxtor 6Y080L0 5.1.2535.0

    Display adapters:
    NVIDIA GeForce4 Ti 4600 8.4.2.1

    DVD/CD-ROM drives:
    _NEC DVD_RW ND-3500AG 5.1.2535.0
    SAMSUNG CD-R/RW SW-240B 5.1.2535.0

    Floppy disk controllers:
    Standard floppy disk controller 5.1.2600.0

    Floppy disk drives:
    Floppy disk drive 5.1.2600.0

    Human Interface Devices:
    Logitech USB Wheel Mouse 5.1.2600.0

    IDE ATA/ATAPI controllers:
    Primary IDE Channel 5.1.2600.0
    Secondary IDE Channel 5.1.2600.0
    VIA Bus Master IDE Controller 5.1.3597.0

    IEEE 1394 Bus host controllers:
    OHCI Compliant IEEE 1394 Host Controller 5.1.2535.0
    OHCI Compliant IEEE 1394 Host Controller 5.1.2535.0

    Keyboards:
    Standard 101/102-Key or Microsoft Natural PS/2 Keyboard5.1.2600.0

    Mice and other pointing devices:
    Logitech USB Wheel Mouse 5.1.2600.0

    Monitors:
    Plug and Play Monitor 5.1.2001.0

    Network adapters:
    1394 Net Adapter 5.1.2535.0
    1394 Net Adapter #2 5.1.2535.0
    Direct Parallel 5.1.2535.0
    D-Link DSL-200 USB ADSL Modem(WAN) 1.3.4.0
    WAN Miniport (IP) 5.1.2535.0
    WAN Miniport (IP) - Packet Scheduler Miniport 5.1.2535.0
    WAN Miniport (L2TP) 5.1.2535.0
    WAN Miniport (PPPOE) 5.1.2535.0
    WAN Miniport (PPTP) 5.1.2535.0

    Non-Plug and Play Drivers:
    1394 ARP Client Protocol
    AFD Networking Support Environment
    AVG Network Redirector
    AVG7 Kernel
    AVG7 Resident Driver XP
    AVG7 Wrap Driver
    Beep
    Belarc SMBios Access
    Creative AC3 Software Decoder
    Creative Hardware Abstract Layer Driver
    Creative OS Services Driver
    Creative Proxy Driver
    Creative SoundFont Management Device Driver
    dmboot
    dmload
    E-mu Plug-in Architecture Driver
    Fallback
    Fips
    Fsks
    Generic Packet Classifier
    HTTP
    IP Network Address Translator
    IP Traffic Filter Driver
    IPSEC driver
    K56
    ksecdd
    mnmdd
    mountmgr
    NDIS System Driver
    NDIS Usermode I/O Protocol
    NDProxy
    NetBios over Tcpip
    Null
    PartMgr
    ParVdm
    RDPCDD
    Remote Access Auto Connection Driver
    Remote Access IP ARP Driver
    Remote Access NDIS TAPI Driver
    Secdrv
    SoftFax
    StarForce Protection Environment Driver (version 1.x)
    StarForce Protection Helper Driver (version 2.x)
    StarForce Protection Synchronization Driver (version 2.x)
    StarForce Protection Synchronization Driver v1
    StarForce Protection VFS Driver (version 2.x)
    TCP/IP Protocol Driver
    Tones
    V124
    VgaSave
    VIA AGP Bus Filter
    VolSnap

    Other devices:
    Universal Serial Bus (USB) Controller

    Ports (COM & LPT):
    Communications Port (COM1) 5.1.2600.0
    Communications Port (COM2) 5.1.2600.0
    ECP Printer Port (LPT1) 5.1.2600.0

    Printers:
    Epson EPL-5700 5.1.2600.1106

    Processors:
    AMD Athlon(TM) XP 2400+ 5.1.2600.0

    Sound, video and game controllers:
    Audio Codecs 5.1.2535.0
    Creative Game Port
    Creative SB Audigy 5.12.5.441
    Legacy Audio Drivers 5.1.2535.0
    Legacy Video Capture Devices 5.1.2535.0
    Media Control Devices 5.1.2535.0
    Microsoft Kernel System Audio Device 5.1.2535.0
    Microsoft Kernel Wave Audio Mixer 5.1.2535.0
    Microsoft WINMM WDM Audio Compatibility Driver 5.1.2535.0
    Video Codecs 5.1.2535.0

    Storage volumes:
    Generic volume 5.1.2600.0

    System devices:
    ACPI Fixed Feature Button 5.1.2600.0
    ACPI Power Button 5.1.2600.0
    Direct memory access controller 5.1.2600.0
    ISAPNP Read Data Port 5.1.2600.0
    Microcode Update Device 5.1.2600.0
    Microsoft ACPI-Compliant System 5.1.2535.0
    Microsoft System Management BIOS Driver 5.1.2600.2180
    Motherboard resources 5.1.2600.0
    Motherboard resources 5.1.2600.0
    Motherboard resources 5.1.2600.0
    Numeric data processor 5.1.2600.0
    PCI bus 5.1.2600.0
    Plug and Play Software Device Enumerator 5.1.2600.0
    Printer Port Logical Interface 5.1.2600.0
    Programmable interrupt controller 5.1.2600.0
    System board 5.1.2600.0
    System CMOS/real time clock 5.1.2600.0
    System speaker 5.1.2600.0
    System timer 5.1.2600.0
    Terminal Server Keyboard Driver 5.1.2600.0
    Terminal Server Mouse Driver 5.1.2600.0
    Thrustmapper Device Enumerator 1.0.0.0
    VIA CPU to AGP Controller 5.1.0.3442
    VIA Standard PCI to ISA Bridge 5.1.0.230
    VIA Tech CPU to PCI Bridge 5.1.2600.0
    Volume Manager 5.1.2600.0

    Universal Serial Bus controllers:
    ALi PCI to USB Open Host Controller 5.1.2600.1106
    ALi PCI to USB Open Host Controller 5.1.2600.1106
    Standard Enhanced PCI to USB Host Controller 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.1106
    USB Root Hub 5.1.2600.1106
    USB Root Hub 5.1.2600.1106
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0

    [ Computer / ACPI Uniprocessor PC ]

    Device Properties:
    Driver Description ACPI Uniprocessor PC
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File hal.inf
    Hardware ID acpiapic_up

    [ Disk drives / Maxtor 6Y080L0 ]

    Device Properties:
    Driver Description Maxtor 6Y080L0
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File disk.inf
    Hardware ID IDE\DiskMaxtor_6Y080L0__________________________YAR41VW0
    Location Information 0

    [ Display adapters / NVIDIA GeForce4 Ti 4600 ]

    Device Properties:
    Driver Description NVIDIA GeForce4 Ti 4600
    Driver Date 09/03/2006
    Driver Version 8.4.2.1
    Driver Provider NVIDIA
    INF File oem6.inf
    Hardware ID PCI\VEN_10DE&DEV_0250&SUBSYS_87251462&REV_A3
    Location Information PCI bus 1, device 0, function 0
    PCI Device MSI G4Ti4600 (MS-8872) Video Adapter

    Device Resources:
    IRQ 16
    Memory 000A0000-000BFFFF
    Memory D6000000-D6FFFFFF
    Memory D7800000-D787FFFF
    Memory D8000000-DFFFFFFF
    Port 03B0-03BB
    Port 03C0-03DF

    [ DVD/CD-ROM drives / _NEC DVD_RW ND-3500AG ]

    Device Properties:
    Driver Description _NEC DVD_RW ND-3500AG
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf
    Hardware ID IDE\CdRom_NEC_DVD_RW_ND-3500AG___________________2.18____
    Location Information 0

    [ DVD/CD-ROM drives / SAMSUNG CD-R/RW SW-240B ]

    Device Properties:
    Driver Description SAMSUNG CD-R/RW SW-240B
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf
    Hardware ID IDE\CdRomSAMSUNG_CD-R/RW_SW-240B_________________R403____
    Location Information 1

    [ Floppy disk controllers / Standard floppy disk controller ]

    Device Properties:
    Driver Description Standard floppy disk controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File fdc.inf
    Hardware ID ACPI\PNP0700
    PnP Device Floppy Disk Controller

    Device Resources:
    DMA 02
    IRQ 06
    Port 03F2-03F5
    Port 03F7-03F7

    [ Floppy disk drives / Floppy disk drive ]

    Device Properties:
    Driver Description Floppy disk drive
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File flpydisk.inf
    Hardware ID FDC\GENERIC_FLOPPY_DRIVE

    [ Human Interface Devices / Logitech USB Wheel Mouse ]

    Device Properties:
    Driver Description Logitech USB Wheel Mouse
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File input.inf
    Hardware ID USB\Vid_046d&Pid_c00e&Rev_1110
    Location Information USB-PS/2 Optical Mouse

    [ IDE ATA/ATAPI controllers / Primary IDE Channel ]

    Device Properties:
    Driver Description Primary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf
    Hardware ID 1106-0571
    Location Information Primary Channel

    Device Resources:
    IRQ 14
    Port 01F0-01F7
    Port 03F6-03F6

    [ IDE ATA/ATAPI controllers / Secondary IDE Channel ]

    Device Properties:
    Driver Description Secondary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf
    Hardware ID 1106-0571
    Location Information Secondary Channel

    Device Resources:
    IRQ 15
    Port 0170-0177
    Port 0376-0376

    [ IDE ATA/ATAPI controllers / VIA Bus Master IDE Controller ]

    Device Properties:
    Driver Description VIA Bus Master IDE Controller
    Driver Date 01/07/2001
    Driver Version 5.1.3597.0
    Driver Provider Microsoft
    INF File mshdc.inf
    Hardware ID PCI\VEN_1106&DEV_0571&SUBSYS_808C1043&REV_06
    Location Information PCI bus 0, device 17, function 1
    PCI Device VIA VT82C571 IDE Controller

    Device Resources:
    Port B400-B40F

    [ IEEE 1394 Bus host controllers / OHCI Compliant IEEE 1394 Host Controller ]

    Device Properties:
    Driver Description OHCI Compliant IEEE 1394 Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File 1394.inf
    Hardware ID PCI\VEN_1102&DEV_4001&SUBSYS_00101102&REV_00
    Location Information PCI bus 0, device 15, function 2
    PCI Device Creative Audigy IEEE1394 Firewire Controller

    Device Resources:
    IRQ 19
    Memory FFEF8000-FFEFBFFF
    Memory FFEFF000-FFEFF7FF

    [ IEEE 1394 Bus host controllers / OHCI Compliant IEEE 1394 Host Controller ]

    Device Properties:
    Driver Description OHCI Compliant IEEE 1394 Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File 1394.inf
    Hardware ID PCI\VEN_10B9&DEV_5253&SUBSYS_525310B9&REV_00
    Location Information PCI bus 0, device 14, function 4
    PCI Device ULi/ALi M5253 P1394 OHCI 1.1 Controller

    Device Resources:
    IRQ 19
    Memory FFEFF800-FFEFFFFF

    [ Keyboards / Standard 101/102-Key or Microsoft Natural PS/2 Keyboard ]

    Device Properties:
    Driver Description Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File keyboard.inf
    Hardware ID ACPI\PNP0303
    PnP Device 101/102-Key or MS Natural Keyboard

    Device Resources:
    IRQ 01
    Port 0060-0060
    Port 0064-0064

    [ Mice and other pointing devices / Logitech USB Wheel Mouse ]

    Device Properties:
    Driver Description Logitech USB Wheel Mouse
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msmouse.inf
    Hardware ID HID\Vid_046d&Pid_c00e&Rev_1110

    [ Monitors / Plug and Play Monitor ]

    Device Properties:
    Driver Description Plug and Play Monitor
    Driver Date 06/06/2001
    Driver Version 5.1.2001.0
    Driver Provider Microsoft
    INF File monitor.inf
    Hardware ID Monitor\MAG7745
    Monitor MAG InnoVision DX700E

    [ Network adapters / 1394 Net Adapter ]

    Device Properties:
    Driver Description 1394 Net Adapter
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File net1394.inf
    Hardware ID V1394\NIC1394

    [ Network adapters / 1394 Net Adapter #2 ]

    Device Properties:
    Driver Description 1394 Net Adapter #2
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File net1394.inf
    Hardware ID V1394\NIC1394

    [ Network adapters / Direct Parallel ]

    Device Properties:
    Driver Description Direct Parallel
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_ptiminiport

    [ Network adapters / D-Link DSL-200 USB ADSL Modem(WAN) ]

    Device Properties:
    Driver Description D-Link DSL-200 USB ADSL Modem(WAN)
    Driver Date 28/10/2003
    Driver Version 1.3.4.0
    Driver Provider D-Link
    INF File oem16.inf
    Hardware ID USB\Vid_2001&Pid_5100&Rev_0100
    Location Information USB-ADSL Modem

    [ Network adapters / WAN Miniport (IP) ]

    Device Properties:
    Driver Description WAN Miniport (IP)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_ndiswanip

    [ Network adapters / WAN Miniport (IP) - Packet Scheduler Miniport ]

    Device Properties:
    Driver Description WAN Miniport (IP) - Packet Scheduler Miniport
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netpsa.inf
    Hardware ID ms_pschedmp

    [ Network adapters / WAN Miniport (L2TP) ]

    Device Properties:
    Driver Description WAN Miniport (L2TP)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_l2tpminiport

    [ Network adapters / WAN Miniport (PPPOE) ]

    Device Properties:
    Driver Description WAN Miniport (PPPOE)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_pppoeminiport

    [ Network adapters / WAN Miniport (PPTP) ]

    Device Properties:
    Driver Description WAN Miniport (PPTP)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_pptpminiport

    [ Non-Plug and Play Drivers / AVG Network Redirector ]

    Device Properties:
    Driver Description AVG Network Redirector

    [ Non-Plug and Play Drivers / AVG7 Kernel ]

    Device Properties:
    Driver Description AVG7 Kernel

    [ Non-Plug and Play Drivers / AVG7 Resident Driver XP ]

    Device Properties:
    Driver Description AVG7 Resident Driver XP

    [ Non-Plug and Play Drivers / Belarc SMBios Access ]

    Device Properties:
    Driver Description Belarc SMBios Access

    [ Non-Plug and Play Drivers / HTTP ]

    Device Properties:
    Driver Description HTTP

    [ Non-Plug and Play Drivers / IP Network Address Translator ]

    Device Properties:
    Driver Description IP Network Address Translator

    [ Non-Plug and Play Drivers / IP Traffic Filter Driver ]

    Device Properties:
    Driver Description IP Traffic Filter Driver

    [ Ports (COM & LPT) / Communications Port (COM1) ]

    Device Properties:
    Driver Description Communications Port (COM1)
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msports.inf
    Hardware ID ACPI\PNP0501
    PnP Device 16550A-compatible UART Serial Port

    Device Resources:
    IRQ 04
    Port 03F8-03FF

    [ Ports (COM & LPT) / Communications Port (COM2) ]

    Device Properties:
    Driver Description Communications Port (COM2)
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msports.inf
    Hardware ID ACPI\PNP0501
    PnP Device 16550A-compatible UART Serial Port

    Device Resources:
    IRQ 03
    Port 02F8-02FF

    [ Ports (COM & LPT) / ECP Printer Port (LPT1) ]

    Device Properties:
    Driver Description ECP Printer Port (LPT1)
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msports.inf
    Hardware ID ACPI\PNP0401
    PnP Device ECP Parallel Port

    Device Resources:
    DMA 03
    Port 0378-037F
    Port 0778-077B

    [ Printers / Epson EPL-5700 ]

    Device Properties:
    Driver Description Epson EPL-5700
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft Windows XP
    INF File ntprint.inf
    Hardware ID LPTENUM\EPSONEPL-570011EF
    Location Information LPT1.4

    [ Processors / AMD Athlon(TM) XP 2400+ ]

    Device Properties:
    Driver Description AMD Athlon(TM) XP 2400+
    Driver Date 01/04/2004
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File cpu.inf
    Hardware ID ACPI\AuthenticAMD_-_x86_Family_6_Model_8

    [ Sound, video and game controllers / Audio Codecs ]

    Device Properties:
    Driver Description Audio Codecs
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMACM

    [ Sound, video and game controllers / Creative Game Port ]

    Device Properties:
    Driver Description Creative Game Port
    Driver Date 03/09/2002
    Driver Provider Creative
    INF File oem19.inf
    Hardware ID PCI\VEN_1102&DEV_7003&SUBSYS_00401102&REV_03
    Location Information PCI bus 0, device 15, function 1
    PCI Device Creative Audigy Game Port

    Device Resources:
    Port FFA8-FFAF

    [ Sound, video and game controllers / Creative SB Audigy ]

    Device Properties:
    Driver Description Creative SB Audigy
    Driver Date 21/10/2003
    Driver Version 5.12.5.441
    Driver Provider Creative
    INF File oem18.inf
    Hardware ID PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03
    Location Information PCI bus 0, device 15, function 0
    PCI Device Creative SB0090 Audigy Player Sound Card

    Device Resources:
    IRQ 18
    Port FF60-FF7F

    [ Sound, video and game controllers / Legacy Audio Drivers ]

    Device Properties:
    Driver Description Legacy Audio Drivers
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMDRV

    [ Sound, video and game controllers / Legacy Video Capture Devices ]

    Device Properties:
    Driver Description Legacy Video Capture Devices
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMVCD

    [ Sound, video and game controllers / Media Control Devices ]

    Device Properties:
    Driver Description Media Control Devices
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMMCI

    [ Sound, video and game controllers / Microsoft Kernel System Audio Device ]

    Device Properties:
    Driver Description Microsoft Kernel System Audio Device
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wdmaudio.inf
    Hardware ID SW\{a7c7a5b0-5af3-11d1-9ced-00a024bf0407}

    [ Sound, video and game controllers / Microsoft Kernel Wave Audio Mixer ]

    Device Properties:
    Driver Description Microsoft Kernel Wave Audio Mixer
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wdmaudio.inf
    Hardware ID SW\{b7eafdc0-a680-11d0-96d8-00aa0051e51d}

    [ Sound, video and game controllers / Microsoft WINMM WDM Audio Compatibility Driver ]

    Device Properties:
    Driver Description Microsoft WINMM WDM Audio Compatibility Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wdmaudio.inf
    Hardware ID SW\{cd171de3-69e5-11d2-b56d-0000f8754380}

    [ Sound, video and game controllers / Video Codecs ]

    Device Properties:
    Driver Description Video Codecs
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMVID

    [ Storage volumes / Generic volume ]

    Device Properties:
    Driver Description Generic volume
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File volume.inf
    Hardware ID STORAGE\Volume

    [ System devices / ACPI Fixed Feature Button ]

    Device Properties:
    Driver Description ACPI Fixed Feature Button
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\FixedButton

    [ System devices / ACPI Power Button ]

    Device Properties:
    Driver Description ACPI Power Button
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C0C
    PnP Device Power Button

    [ System devices / Direct memory access controller ]

    Device Properties:
    Driver Description Direct memory access controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0200
    PnP Device DMA Controller

    Device Resources:
    DMA 04
    Port 0000-000F
    Port 0080-0090
    Port 0094-009F
    Port 00C0-00DF

    [ System devices / ISAPNP Read Data Port ]

    Device Properties:
    Driver Description ISAPNP Read Data Port
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ISAPNP\ReadDataPort

    Device Resources:
    Port 0274-0277
    Port 0279-0279
    Port 0A79-0A79

    [ System devices / Microcode Update Device ]

    Device Properties:
    Driver Description Microcode Update Device
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID root\update

    [ System devices / Microsoft ACPI-Compliant System ]

    Device Properties:
    Driver Description Microsoft ACPI-Compliant System
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File acpi.inf
    Hardware ID ACPI_HAL\PNP0C08
    PnP Device ACPI Driver/BIOS

    Device Resources:
    IRQ 09

    [ System devices / Microsoft System Management BIOS Driver ]

    Device Properties:
    Driver Description Microsoft System Management BIOS Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2600.2180
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID root\mssmbios

    [ System devices / Motherboard resources ]

    Device Properties:
    Driver Description Motherboard resources
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C02
    PnP Device Motherboard Resources

    Device Resources:
    Memory FFB80000-FFBFFFFF
    Memory FFF80000-FFFFFFFF
    Port E400-E47F
    Port E800-E81F

    [ System devices / Motherboard resources ]

    Device Properties:
    Driver Description Motherboard resources
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C02
    PnP Device Motherboard Resources

    Device Resources:
    Port 002E-002F
    Port 0290-0291
    Port 0370-0372

    [ System devices / Motherboard resources ]

    Device Properties:
    Driver Description Motherboard resources
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C02
    PnP Device Motherboard Resources

    Device Resources:
    Port 0010-001F
    Port 0022-002D
    Port 0030-003F
    Port 0044-005F
    Port 0062-0063
    Port 0065-006F
    Port 0074-007F
    Port 0091-0093
    Port 00A2-00BF
    Port 00E0-00EF
    Port 04D0-04D1

    [ System devices / Numeric data processor ]

    Device Properties:
    Driver Description Numeric data processor
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C04
    PnP Device Numeric Data Processor

    Device Resources:
    IRQ 13
    Port 00F0-00FF

    [ System devices / PCI bus ]

    Device Properties:
    Driver Description PCI bus
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0A03
    PnP Device PCI Bus

    Device Resources:
    Memory 000A0000-000BFFFF
    Memory 000C8000-000DFFFF
    Memory 20000000-FFFFFFFF
    Port 0000-0CF7
    Port 0D00-FFFF

    [ System devices / Plug and Play Software Device Enumerator ]

    Device Properties:
    Driver Description Plug and Play Software Device Enumerator
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID root\swenum

    [ System devices / Printer Port Logical Interface ]

    Device Properties:
    Driver Description Printer Port Logical Interface
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID LPTENUM\MicrosoftRawPort958A
    Location Information LPT1

    [ System devices / Programmable interrupt controller ]

    Device Properties:
    Driver Description Programmable interrupt controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0000
    PnP Device Programmable Interrupt Controller

    Device Resources:
    Port 0020-0021
    Port 00A0-00A1

    [ System devices / System board ]

    Device Properties:
    Driver Description System board
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C01
    PnP Device System Board Extension

    Device Resources:
    Memory 00000000-0009FFFF
    Memory 000F0000-000FFFFF
    Memory 00100000-1FFFFFFF
    Memory FEC00000-FEC000FF
    Memory FEE00000-FEE00FFF

    [ System devices / System CMOS/real time clock ]

    Device Properties:
    Driver Description System CMOS/real time clock
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0B00
    PnP Device Real-Time Clock

    Device Resources:
    IRQ 08
    Port 0070-0073

    [ System devices / System speaker ]

    Device Properties:
    Driver Description System speaker
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0800
    PnP Device PC Speaker

    Device Resources:
    Port 0061-0061

    [ System devices / System timer ]

    Device Properties:
    Driver Description System timer
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0100
    PnP Device System Timer

    Device Resources:
    IRQ 00
    Port 0040-0043

    [ System devices / Terminal Server Keyboard Driver ]

    Device Properties:
    Driver Description Terminal Server Keyboard Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ROOT\RDP_KBD

    [ System devices / Terminal Server Mouse Driver ]

    Device Properties:
    Driver Description Terminal Server Mouse Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ROOT\RDP_MOU

    [ System devices / Thrustmapper Device Enumerator ]

    Device Properties:
    Driver Description Thrustmapper Device Enumerator
    Driver Date 03/04/2001
    Driver Version 1.0.0.0
    Driver Provider Thrustmaster
    INF File tmbus.inf
    Hardware ID TMBUS

    [ System devices / VIA CPU to AGP Controller ]

    Device Properties:
    Driver Description VIA CPU to AGP Controller
    Driver Date 02/07/2003
    Driver Version 5.1.0.3442
    Driver Provider VIA Technologies, Inc.
    INF File oem0.inf
    Hardware ID PCI\VEN_1106&DEV_B099&SUBSYS_00000000&REV_00
    Location Information PCI bus 0, device 1, function 0
    PCI Device VIA VT8367 Apollo KT333 Chipset - AGP Controller

    Device Resources:
    Memory 000A0000-000BFFFF
    Memory D6000000-D75FFFFF
    Memory D7700000-DFFFFFFF
    Memory E0000000-E7FFFFFF
    Port 03B0-03BB
    Port 03C0-03DF

    [ System devices / VIA Standard PCI to ISA Bridge ]

    Device Properties:
    Driver Description VIA Standard PCI to ISA Bridge
    Driver Date 02/10/2002
    Driver Version 5.1.0.230
    Driver Provider VIA Technologies, Inc.
    INF File viamach.inf
    Hardware ID PCI\VEN_1106&DEV_3147&SUBSYS_00000000&REV_00
    Location Information PCI bus 0, device 17, function 0
    PCI Device VIA VT8233(A) PCI-ISA Bridge

    [ System devices / VIA Tech CPU to PCI Bridge ]

    Device Properties:
    Driver Description VIA Tech CPU to PCI Bridge
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID PCI\VEN_1106&DEV_3099&SUBSYS_00000000&REV_00
    Location Information PCI bus 0, device 0, function 0
    PCI Device VIA VT8367 Apollo KT333 Chipset - System Controller

    [ System devices / Volume Manager ]

    Device Properties:
    Driver Description Volume Manager
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ROOT\FTDISK

    [ Universal Serial Bus controllers / ALi PCI to USB Open Host Controller ]

    Device Properties:
    Driver Description ALi PCI to USB Open Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_10B9&DEV_5237&SUBSYS_523710B9&REV_03
    Location Information PCI bus 0, device 14, function 0
    PCI Device ULi/ALi M5237 USB Open Host Controller

    Device Resources:
    IRQ 18
    Memory FFEFE000-FFEFEFFF

    [ Universal Serial Bus controllers / ALi PCI to USB Open Host Controller ]

    Device Properties:
    Driver Description ALi PCI to USB Open Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_10B9&DEV_5237&SUBSYS_523710B9&REV_03
    Location Information PCI bus 0, device 14, function 1
    PCI Device ULi/ALi M5237 USB Open Host Controller

    Device Resources:
    IRQ 18
    Memory FFEFD000-FFEFDFFF

    [ Universal Serial Bus controllers / Standard Enhanced PCI to USB Host Controller ]

    Device Properties:
    Driver Description Standard Enhanced PCI to USB Host Controller
    Driver Date 01/06/2002
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_10B9&DEV_5239&SUBSYS_527210B9&REV_01
    Location Information PCI bus 0, device 14, function 3
    PCI Device ULi/ALi M5273 USB 2.0 Host Controller

    Device Resources:
    IRQ 17
    Memory FFEFCF00-FFEFCFFF

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0023

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0023

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0050

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0050

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID10B9&PID5237&REV0003

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID10B9&PID5237&REV0003

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB20&VID10B9&PID5239&REV0001

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_808C1043&REV_23
    Location Information PCI bus 0, device 17, function 3
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 21
    Port A800-A81F

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_808C1043&REV_23
    Location Information PCI bus 0, device 17, function 2
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 21
    Port B000-B01F

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_80801043&REV_50
    Location Information PCI bus 0, device 9, function 1
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 16
    Port FF80-FF9F

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_80801043&REV_50
    Location Information PCI bus 0, device 9, function 0
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 19
    Port FFE0-FFFF


    --------[ Physical Devices ]--------------------------------------------------------------------------------------------

    PCI Devices:
    Bus 0, Device 15, Function 1 Creative Audigy Game Port
    Bus 0, Device 15, Function 2 Creative Audigy IEEE1394 Firewire Controller
    Bus 0, Device 15, Function 0 Creative SB0090 Audigy Player Sound Card
    Bus 1, Device 0, Function 0 MSI G4Ti4600 (MS-8872) Video Adapter
    Bus 0, Device 14, Function 0 ULi/ALi M5237 USB Open Host Controller
    Bus 0, Device 14, Function 1 ULi/ALi M5237 USB Open Host Controller
    Bus 0, Device 14, Function 4 ULi/ALi M5253 P1394 OHCI 1.1 Controller
    Bus 0, Device 14, Function 3 ULi/ALi M5273 USB 2.0 Host Controller
    Bus 0, Device 9, Function 2 VIA USB 2.0 Enhanced Host Controller
    Bus 0, Device 17, Function 0 VIA VT8233(A) PCI-ISA Bridge
    Bus 0, Device 17, Function 1 VIA VT82C571 IDE Controller
    Bus 0, Device 1, Function 0 VIA VT8367 Apollo KT333 Chipset - AGP Controller
    Bus 0, Device 0, Function 0 VIA VT8367 Apollo KT333 Chipset - System Controller
    Bus 0, Device 9, Function 0 VIA VT83C572 PCI-USB Controller
    Bus 0, Device 9, Function 1 VIA VT83C572 PCI-USB Controller
    Bus 0, Device 17, Function 2 VIA VT83C572 PCI-USB Controller
    Bus 0, Device 17, Function 3 VIA VT83C572 PCI-USB Controller

    PnP Devices:
    PNP0303 101/102-Key or MS Natural Keyboard
    PNP0501 16550A-compatible UART Serial Port
    PNP0501 16550A-compatible UART Serial Port
    PNP0C08 ACPI Driver/BIOS
    FIXEDBUTTON ACPI Fixed Feature Button
    AUTHENTICAMD_-_X86_FAMILY_6_MODEL_8 AMD Athlon(TM) XP 2400+
    PNP0200 DMA Controller
    PNP0401 ECP Parallel Port
    PNP0700 Floppy Disk Controller
    PNP0C02 Motherboard Resources
    PNP0C02 Motherboard Resources
    PNP0C02 Motherboard Resources
    PNP0C04 Numeric Data Processor
    PNP0800 PC Speaker
    PNP0A03 PCI Bus
    PNP0C0C Power Button
    PNP0000 Programmable Interrupt Controller
    PNP0B00 Real-Time Clock
    PNP0C01 System Board Extension
    PNP0100 System Timer

    LPT PnP Devices:
    EPSONEPL-5700 Epson EPL-5700
    MICROSOFTRAWPORT Printer Port Logical Interface

    USB Devices:
    2001 5100 D-Link DSL-200 USB ADSL Modem(WAN)
    046D C00E Logitech USB Wheel Mouse

    Ports:
    COM1 Communications Port (COM1)
    COM2 Communications Port (COM2)
    LPT1 ECP Printer Port (LPT1)


    --------[ PCI Devices ]-------------------------------------------------------------------------------------------------

    [ Creative Audigy Game Port ]

    Device Properties:
    Device Description Creative Audigy Game Port
    Bus Type PCI
    Bus / Device / Function 0 / 15 / 1
    Device ID 1102-7003
    Subsystem ID 1102-0040
    Device Class 0980 (Input Controller)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ Creative Audigy IEEE1394 Firewire Controller ]

    Device Properties:
    Device Description Creative Audigy IEEE1394 Firewire Controller
    Bus Type PCI
    Bus / Device / Function 0 / 15 / 2
    Device ID 1102-4001
    Subsystem ID 1102-0010
    Device Class 0C00 (Firewire Controller)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ Creative SB0090 Audigy Player Sound Card ]

    Device Properties:
    Device Description Creative SB0090 Audigy Player Sound Card
    Bus Type PCI
    Bus / Device / Function 0 / 15 / 0
    Device ID 1102-0004
    Subsystem ID 1102-0053
    Device Class 0401 (Audio Device)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ MSI G4Ti4600 (MS-8872) Video Adapter ]

    Device Properties:
    Device Description MSI G4Ti4600 (MS-8872) Video Adapter
    Bus Type AGP 4x
    Bus / Device / Function 1 / 0 / 0
    Device ID 10DE-0250
    Subsystem ID 1462-8725
    Device Class 0300 (VGA Display Controller)
    Revision A3
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    AGP Properties:
    AGP Version 2.00
    AGP Status Enabled
    Supported AGP Speeds 1x, 2x, 4x
    Current AGP Speed 4x
    Fast-Write Supported, Enabled
    Side Band Addressing Supported, Enabled

    [ ULi/ALi M5237 USB Open Host Controller ]

    Device Properties:
    Device Description ULi/ALi M5237 USB Open Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 0
    Device ID 10B9-5237
    Subsystem ID 10B9-5237
    Device Class 0C03 (USB Controller)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ ULi/ALi M5237 USB Open Host Controller ]

    Device Properties:
    Device Description ULi/ALi M5237 USB Open Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 1
    Device ID 10B9-5237
    Subsystem ID 10B9-5237
    Device Class 0C03 (USB Controller)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ ULi/ALi M5253 P1394 OHCI 1.1 Controller ]

    Device Properties:
    Device Description ULi/ALi M5253 P1394 OHCI 1.1 Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 4
    Device ID 10B9-5253
    Subsystem ID 10B9-5253
    Device Class 0C00 (Firewire Controller)
    Revision 00
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ ULi/ALi M5273 USB 2.0 Host Controller ]

    Device Properties:
    Device Description ULi/ALi M5273 USB 2.0 Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 3
    Device ID 10B9-5239
    Subsystem ID 10B9-5272
    Device Class 0C03 (USB Controller)
    Revision 01
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ VIA USB 2.0 Enhanced Host Controller ]

    Device Properties:
    Device Description VIA USB 2.0 Enhanced Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 9 / 2
    Device ID 1106-3104
    Subsystem ID 1043-8080
    Device Class 0C03 (USB Controller)
    Revision 51
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT8233(A) PCI-ISA Bridge ]

    Device Properties:
    Device Description VIA VT8233(A) PCI-ISA Bridge
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 0
    Device ID 1106-3147
    Subsystem ID 1043-808C
    Device Class 0601 (PCI/ISA Bridge)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT82C571 IDE Controller ]

    Device Properties:
    Device Description VIA VT82C571 IDE Controller
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 1
    Device ID 1106-0571
    Subsystem ID 1043-808C
    Device Class 0101 (IDE Controller)
    Revision 06
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT8367 Apollo KT333 Chipset - AGP Controller ]

    Device Properties:
    Device Description VIA VT8367 Apollo KT333 Chipset - AGP Controller
    Bus Type PCI
    Bus / Device / Function 0 / 1 / 0
    Device ID 1106-B099
    Subsystem ID 0000-0000
    Device Class 0604 (PCI/PCI Bridge)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ VIA VT8367 Apollo KT333 Chipset - System Controller ]

    Device Properties:
    Device Description VIA VT8367 Apollo KT333 Chipset - System Controller
    Bus Type PCI
    Bus / Device / Function 0 / 0 / 0
    Device ID 1106-3099
    Subsystem ID 1043-807F
    Device Class 0600 (Host/PCI Bridge)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    AGP Properties:
    AGP Version 2.00
    AGP Status Enabled
    Supported AGP Speeds 1x, 2x, 4x
    Current AGP Speed 4x
    Fast-Write Supported, Enabled
    Side Band Addressing Supported, Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 9 / 0
    Device ID 1106-3038
    Subsystem ID 1043-8080
    Device Class 0C03 (USB Controller)
    Revision 50
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 9 / 1
    Device ID 1106-3038
    Subsystem ID 1043-8080
    Device Class 0C03 (USB Controller)
    Revision 50
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 2
    Device ID 1106-3038
    Subsystem ID 1043-808C
    Device Class 0C03 (USB Controller)
    Revision 23
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 3
    Device ID 1106-3038
    Subsystem ID 1043-808C
    Device Class 0C03 (USB Controller)
    Revision 23
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled


    --------[ Device Resources ]--------------------------------------------------------------------------------------------

    DMA 02 Exclusive Standard floppy disk controller
    DMA 03 Exclusive ECP Printer Port (LPT1)
    DMA 04 Exclusive Direct memory access controller
    IRQ 00 Exclusive System timer
    IRQ 01 Exclusive Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    IRQ 03 Exclusive Communications Port (COM2)
    IRQ 04 Exclusive Communications Port (COM1)
    IRQ 06 Exclusive Standard floppy disk controller
    IRQ 08 Exclusive System CMOS/real time clock
    IRQ 09 Shared Microsoft ACPI-Compliant System
    IRQ 13 Exclusive Numeric data processor
    IRQ 14 Exclusive Primary IDE Channel
    IRQ 15 Exclusive Secondary IDE Channel
    IRQ 16 Shared VIA Rev 5 or later USB Universal Host Controller
    IRQ 16 Shared NVIDIA GeForce4 Ti 4600
    IRQ 17 Shared Standard Enhanced PCI to USB Host Controller
    IRQ 18 Shared Creative SB Audigy
    IRQ 18 Shared ALi PCI to USB Open Host Controller
    IRQ 18 Shared ALi PCI to USB Open Host Controller
    IRQ 19 Shared VIA Rev 5 or later USB Universal Host Controller
    IRQ 19 Shared OHCI Compliant IEEE 1394 Host Controller
    IRQ 19 Shared OHCI Compliant IEEE 1394 Host Controller
    IRQ 21 Shared VIA Rev 5 or later USB Universal Host Controller
    IRQ 21 Shared VIA Rev 5 or later USB Universal Host Controller
    Memory 00000000-0009FFFF Exclusive System board
    Memory 000A0000-000BFFFF Shared PCI bus
    Memory 000A0000-000BFFFF Shared NVIDIA GeForce4 Ti 4600
    Memory 000A0000-000BFFFF Undetermined VIA CPU to AGP Controller
    Memory 000C8000-000DFFFF Shared PCI bus
    Memory 000F0000-000FFFFF Exclusive System board
    Memory 00100000-1FFFFFFF Exclusive System board
    Memory 20000000-FFFFFFFF Shared PCI bus
    Memory D6000000-D6FFFFFF Exclusive NVIDIA GeForce4 Ti 4600
    Memory D6000000-D75FFFFF Exclusive VIA CPU to AGP Controller
    Memory D7700000-DFFFFFFF Exclusive VIA CPU to AGP Controller
    Memory D7800000-D787FFFF Exclusive NVIDIA GeForce4 Ti 4600
    Memory D8000000-DFFFFFFF Exclusive NVIDIA GeForce4 Ti 4600
    Memory E0000000-E7FFFFFF Exclusive VIA CPU to AGP Controller
    Memory FEC00000-FEC000FF Exclusive System board
    Memory FEE00000-FEE00FFF Exclusive System board
    Memory FFB80000-FFBFFFFF Exclusive Motherboard resources
    Memory FFEF8000-FFEFBFFF Exclusive OHCI Compliant IEEE 1394 Host Controller
    Memory FFEFCF00-FFEFCFFF Exclusive Standard Enhanced PCI to USB Host Controller
    Memory FFEFD000-FFEFDFFF Exclusive ALi PCI to USB Open Host Controller
    Memory FFEFE000-FFEFEFFF Exclusive ALi PCI to USB Open Host Controller
    Memory FFEFF000-FFEFF7FF Exclusive OHCI Compliant IEEE 1394 Host Controller
    Memory FFEFF800-FFEFFFFF Exclusive OHCI Compliant IEEE 1394 Host Controller
    Memory FFF80000-FFFFFFFF Exclusive Motherboard resources
    Port 0000-000F Exclusive Direct memory access controller
    Port 0000-0CF7 Shared PCI bus
    Port 0010-001F Exclusive Motherboard resources
    Port 0020-0021 Exclusive Programmable interrupt controller
    Port 0022-002D Exclusive Motherboard resources
    Port 002E-002F Exclusive Motherboard resources
    Port 0030-003F Exclusive Motherboard resources
    Port 0040-0043 Exclusive System timer
    Port 0044-005F Exclusive Motherboard resources
    Port 0060-0060 Exclusive Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Port 0061-0061 Exclusive System speaker
    Port 0062-0063 Exclusive Motherboard resources
    Port 0064-0064 Exclusive Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Port 0065-006F Exclusive Motherboard resources
    Port 0070-0073 Exclusive System CMOS/real time clock
    Port 0074-007F Exclusive Motherboard resources
    Port 0080-0090 Exclusive Direct memory access controller
    Port 0091-0093 Exclusive Motherboard resources
    Port 0094-009F Exclusive Direct memory access controller
    Port 00A0-00A1 Exclusive Programmable interrupt controller
    Port 00A2-00BF Exclusive Motherboard resources
    Port 00C0-00DF Exclusive Direct memory access controller
    Port 00E0-00EF Exclusive Motherboard resources
    Port 00F0-00FF Exclusive Numeric data processor
    Port 0170-0177 Exclusive Secondary IDE Channel
    Port 01F0-01F7 Exclusive Primary IDE Channel
    Port 0274-0277 Exclusive ISAPNP Read Data Port
    Port 0279-0279 Exclusive ISAPNP Read Data Port
    Port 0290-0291 Exclusive Motherboard resources
    Port 02F8-02FF Exclusive Communications Port (COM2)
    Port 0370-0372 Exclusive Motherboard resources
    Port 0376-0376 Exclusive Secondary IDE Channel
    Port 0378-037F Exclusive ECP Printer Port (LPT1)
    Port 03B0-03BB Shared NVIDIA GeForce4 Ti 4600
    Port 03B0-03BB Undetermined VIA CPU to AGP Controller
    Port 03C0-03DF Shared NVIDIA GeForce4 Ti 4600
    Port 03C0-03DF Undetermined VIA CPU to AGP Controller
    Port 03F2-03F5 Exclusive Standard floppy disk controller
    Port 03F6-03F6 Exclusive Primary IDE Channel
    Port 03F7-03F7 Exclusive Standard floppy disk controller
    Port 03F8-03FF Exclusive Communications Port (COM1)
    Port 04D0-04D1 Exclusive Motherboard resources
    Port 0778-077B Exclusive ECP Printer Port (LPT1)
    Port 0A79-0A79 Exclusive ISAPNP Read Data Port
    Port 0D00-FFFF Shared PCI bus
    Port A800-A81F Exclusive VIA Rev 5 or later USB Universal Host Controller
    Port B000-B01F Exclusive VIA Rev 5 or later USB Universal Host Controller
    Port B400-B40F Exclusive VIA Bus Master IDE Controller
    Port E400-E47F Exclusive Motherboard resources
    Port E800-E81F Exclusive Motherboard resources
    Port FF60-FF7F Exclusive Creative SB Audigy
    Port FF80-FF9F Exclusive VIA Rev 5 or later USB Universal Host Controller
    Port FFA8-FFAF Exclusive Creative Game Port
    Port FFE0-FFFF Exclusive VIA Rev 5 or later USB Universal Host Controller


    --------[ Input ]-------------------------------------------------------------------------------------------------------

    [ Standard 101/102-Key or Microsoft Natural PS/2 Keyboard ]

    Keyboard Properties:
    Keyboard Name Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Keyboard Type IBM enhanced (101- or 102-key) keyboard
    Keyboard Layout United Kingdom
    ANSI Code Page 1252 - Western European (Windows)
    OEM Code Page 437
    Repeat Delay 1
    Repeat Rate 31

    [ Logitech USB Wheel Mouse ]

    Mouse Properties:
    Mouse Name Logitech USB Wheel Mouse
    Mouse Buttons 3
    Mouse Hand Right
    Pointer Speed 1
    Double-Click Time 500 msec
    X/Y Threshold 6 / 10
    Wheel Scroll Lines 3

    Mouse Features:
    Active Window Tracking Disabled
    ClickLock Disabled
    Hide Pointer While Typing Enabled
    Mouse Wheel Present
    Move Pointer To Default Button Disabled
    Pointer Trails Disabled
    Sonar Disabled

    Mouse Manufacturer:
    Company Name Logitech, Inc.
    Product Information http://www.logitech.com/index.cfm?page=products/home&CRID=263&countryid=19&languageid=1
    Driver Download http://www.logitech.com/index.cfm?page=downloads/finder&CRID=270&countryid=19&languageid=1

    [ Microsoft PC-joystick driver ]

    Game Controller Properties:
    Device Description Microsoft PC-joystick driver
    Device ID 045E 0015
    Status Connected
    Buttons 9
    Min / Max Polling Frequency 10 / 1000 ms
    Min / Max X Coordinate 0 / 65535
    Min / Max Y Coordinate 0 / 65535
    Min / Max Rudder Value 0 / 65535

    Game Controller Features:
    Continuous Degree Bearings Not Supported
    Driver Problem Not Present
    Point-Of-View Not Supported
    POV Discrete Values Not Supported
    Rudder Present
    U Coordinate Not Supported
    V Coordinate Not Supported
    Z Coordinate Not Supported


    --------[ Printers ]----------------------------------------------------------------------------------------------------

    [ Epson EPL-5700 (Default) ]

    Printer Properties:
    Printer Name Epson EPL-5700
    Default Printer Yes
    Share Point Not shared
    Printer Port LPT1:
    Printer Driver Epson EPL-5700 (v5.00)
    Device Name Epson EPL-5700
    Print Processor WinPrint
    Separator Page None
    Availability 00:00 - 00:00
    Priority 1
    Print Jobs Queued 0
    Status Door Open

    Paper Properties:
    Paper Size Letter, 8.5 x 11 in
    Orientation Portrait
    Print Quality 600 x 600 dpi Mono

    Printer Manufacturer:
    Company Name Epson America, Inc.
    Product Information http://www.epson.com

    [ PDF Compatible Printer Driver ]

    Printer Properties:
    Printer Name PDF Compatible Printer Driver
    Default Printer No
    Share Point Not shared
    Printer Port PDF:
    Printer Driver Amyuni PDF Converter 1.59 (v0.100)
    Device Name PDF Compatible Printer Driver
    Print Processor WinPrint
    Separator Page None
    Availability 00:00 - 00:00
    Priority 1
    Print Jobs Queued 0
    Status Unknown

    Paper Properties:
    Paper Size A4, 210 x 297 mm
    Orientation Portrait
    Print Quality 600 dpi Color


    --------[ Debug - PCI ]-------------------------------------------------------------------------------------------------

    B00 D00 F00: VIA VT8367 Apollo KT333 Chipset - System Controller

    Offset 00: 06 11 99 30 06 00 30 22 00 00 00 06 00 00 00 00
    Offset 10: 08 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 7F 80
    Offset 30: 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00
    Offset 40: 00 18 88 80 82 45 01 00 18 24 88 80 82 44 00 00
    Offset 50: 15 F5 69 EA 60 05 20 20 66 EE 08 10 18 20 20 20
    Offset 60: AA AA 00 A0 E6 99 C0 1E 6D 6D A8 70 C1 6D 00 00
    Offset 70: 80 C8 00 01 00 01 10 00 01 00 00 00 00 00 00 02
    Offset 80: 0F 00 00 00 80 00 00 00 03 00 10 00 00 00 00 00
    Offset 90: 15 F5 69 EA 07 1C F1 1B 21 FF 00 00 21 23 74 00
    Offset A0: 02 C0 20 00 17 02 00 1F 14 03 00 00 2F 08 14 BA
    Offset B0: 7F BA 18 00 80 00 00 00 C0 00 00 00 00 00 00 84
    Offset C0: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 44 99 99 99 00 44 00 00
    Offset F0: 00 20 00 00 00 94 94 00 00 00 00 00 00 00 00 00

    B00 D01 F00: VIA VT8367 Apollo KT333 Chipset - AGP Controller

    Offset 00: 06 11 99 B0 07 00 30 22 00 00 04 06 00 00 01 00
    Offset 10: 00 00 00 00 00 00 00 00 00 01 01 00 F0 00 00 00
    Offset 20: 00 D6 50 D7 70 D7 F0 DF 00 00 00 00 00 00 00 00
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 00 00 08 00
    Offset 40: 80 C5 00 44 24 72 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 02 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D09 F00: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 50 00 03 0C 08 20 80 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: E1 FF 00 00 00 00 00 00 00 00 00 00 43 10 80 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 13 01 00 00
    Offset 40: 40 10 03 00 C2 00 30 C0 00 03 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 C2 C9 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00

    B00 D09 F01: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 50 00 03 0C 08 20 80 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 81 FF 00 00 00 00 00 00 00 00 00 00 43 10 80 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 10 02 00 00
    Offset 40: 40 10 03 00 C6 00 30 C0 00 0B 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 C2 C9 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00

    B00 D09 F02: VIA USB 2.0 Enhanced Host Controller

    Offset 00: 06 11 04 31 14 00 10 02 51 20 03 0C 08 20 80 00
    Offset 10: 00 00 80 D5 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 80 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 FF 03 00 00
    Offset 40: 00 00 01 00 00 00 00 00 80 00 00 00 00 00 00 00
    Offset 50: 00 5A 00 80 00 00 00 00 04 0B CC CC 53 00 00 00
    Offset 60: 20 20 01 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 C2 C9 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00

    B00 D0E F00: ULi/ALi M5237 USB Open Host Controller

    Offset 00: B9 10 37 52 17 00 B0 02 03 10 03 0C 08 20 80 00
    Offset 10: 00 E0 EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 37 52
    Offset 30: 00 00 00 00 60 00 00 00 00 00 00 00 12 02 00 50
    Offset 40: 00 00 1F 00 E0 02 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 01 00 02 D8 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0E F01: ULi/ALi M5237 USB Open Host Controller

    Offset 00: B9 10 37 52 17 00 B0 02 03 10 03 0C 08 20 80 00
    Offset 10: 00 D0 EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 37 52
    Offset 30: 00 00 00 00 60 00 00 00 00 00 00 00 12 02 00 50
    Offset 40: 00 00 1F 00 E0 02 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 01 00 02 D8 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0E F03: ULi/ALi M5273 USB 2.0 Host Controller

    Offset 00: B9 10 39 52 16 00 B0 02 01 20 03 0C 08 20 80 00
    Offset 10: 00 CF EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 72 52
    Offset 30: 00 00 00 00 50 00 00 00 00 00 00 00 11 01 00 50
    Offset 40: 01 01 00 00 00 00 10 C4 00 00 00 00 00 00 00 00
    Offset 50: 01 58 02 C8 00 00 00 00 0A 00 90 20 00 00 00 00
    Offset 60: 20 20 7F 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 01 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0E F04: ULi/ALi M5253 P1394 OHCI 1.1 Controller

    Offset 00: B9 10 53 52 16 00 B0 02 00 10 00 0C 08 20 80 00
    Offset 10: 00 F8 EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 53 52
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 13 03 00 03
    Offset 40: 00 00 00 00 50 48 80 80 80 0A 00 10 00 00 00 00
    Offset 50: D4 01 64 20 00 0F 29 00 00 00 00 00 81 00 00 08
    Offset 60: 00 00 00 00 00 30 00 1F 00 00 1F 55 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 76 00 80 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0F F00: Creative SB0090 Audigy Player Sound Card

    Offset 00: 02 11 04 00 05 00 90 02 03 00 01 04 00 20 80 00
    Offset 10: 61 FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 02 11 53 00
    Offset 30: 00 00 00 00 DC 00 00 00 00 00 00 00 12 01 02 14
    Offset 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 82 00 00
    Offset 50: 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 22 06
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0F F01: Creative Audigy Game Port

    Offset 00: 02 11 03 70 05 00 90 02 03 00 80 09 00 20 80 00
    Offset 10: A9 FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 02 11 40 00
    Offset 30: 00 00 00 00 DC 00 00 00 00 00 00 00 00 00 00 00
    Offset 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 22 06
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0F F02: Creative Audigy IEEE1394 Firewire Controller

    Offset 00: 02 11 01 40 16 00 10 02 00 10 00 0C 08 20 80 00
    Offset 10: 00 F0 EF FF 00 80 EF FF 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 02 11 10 00
    Offset 30: 00 00 00 00 44 00 00 00 00 00 00 00 13 02 02 04
    Offset 40: 00 00 00 00 01 00 02 7E 00 80 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 10 00 00 00 84 10 00 00 02 11 10 00 00 00 00 00

    B00 D11 F00: VIA VT8233(A) PCI-ISA Bridge

    Offset 00: 06 11 47 31 87 00 10 02 00 00 01 06 00 00 80 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00
    Offset 40: 44 00 F0 00 00 00 00 00 0C 20 00 00 44 00 08 08
    Offset 50: C1 18 09 00 00 00 00 00 63 90 00 00 04 E4 00 00
    Offset 60: 00 00 00 00 01 00 01 04 00 00 00 00 00 D0 10 00
    Offset 70: 43 10 8C 80 00 00 00 00 00 00 00 00 20 00 00 00
    Offset 80: 20 8C 49 00 00 00 00 00 01 E4 00 00 00 18 00 00
    Offset 90: 00 FF FF 00 90 41 00 00 50 FF 20 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 01 E8 01 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 08 01 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00

    B00 D11 F01: VIA VT82C571 IDE Controller

    Offset 00: 06 11 71 05 07 00 90 02 06 8A 01 01 00 20 00 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 01 B4 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 C0 00 00 00 00 00 00 00 00 01 00 00
    Offset 40: 0B C2 09 0A 1C 10 C0 00 20 20 A8 20 FF 00 B6 B6
    Offset 50: 07 E6 17 F0 04 00 00 00 A8 A8 A8 A8 00 00 00 00
    Offset 60: 00 02 00 00 00 00 00 00 00 02 00 00 00 00 00 00
    Offset 70: 02 01 00 00 00 00 00 00 02 01 00 00 00 00 00 00
    Offset 80: F8 BE 83 02 00 00 00 00 C8 A9 83 02 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 06 00 71 05 43 10 8C 80 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D11 F02: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 23 00 03 0C 08 20 00 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 01 B0 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 15 04 00 00
    Offset 40: 00 00 01 00 00 00 0F 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D11 F03: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 23 00 03 0C 08 20 00 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 01 A8 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 15 04 00 00
    Offset 40: 00 00 01 00 00 00 0F 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B01 D00 F00: MSI G4Ti4600 (MS-8872) Video Adapter

    Offset 00: DE 10 50 02 07 00 B0 02 A3 00 00 03 00 F8 00 00
    Offset 10: 00 00 00 D6 08 00 00 D8 08 00 80 D7 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 62 14 25 87
    Offset 30: 00 00 00 00 60 00 00 00 00 00 00 00 10 01 05 01
    Offset 40: 62 14 25 87 02 00 20 00 17 02 00 1F 14 03 00 1F
    Offset 50: 01 00 00 00 01 00 00 00 CE D6 23 00 0F 00 00 00
    Offset 60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


    --------[ Debug - Video BIOS ]------------------------------------------------------------------------------------------

    C000:0000 U.t.K7400.L.w.VIDEO ......e...IBM VGA Compatible........04/16/02
    C000:0040 ..................w.b.%.........................PMIDj.m.........
    C000:0080 ...7.NV......'.%...................P..zq(.f.g.r.q.q....B.......
    C000:00C0 ..3.g.g`...0W....j.r.......j.................^h.h......H. .Nh>h.
    C000:0100 ....PCIR..P.........t.......GeForce4 Ti 4600....MSIN8872P4.111..
    C000:0140 .............................................Version 4.25.00.27.
    C000:0180 33 ...Copyright (C) 1996-2002 NVIDIA Corp....NV25 Board.........
    C000:01C0 ................Chip Rev ...................n..z..y..t..i..a..
    C000:0200 x..b..7..rM.g..f..h..c..eS.q..l..k..j..o..u..v5.9..8P.1..2..4C.3
    C000:0240 ..6..5..I..f`.....................u..fa....f`3....fa.2..,.....C.
    C000:0280 .....:.u...T.2........K.u..w$2.....u...t..Q.......o&Y.f..7......
    C000:02C0 f.#....f........u..o..f..7...f........u..Y..f..7...........u.S..
    C000:0300 .[.~..f`f......R.f..f....@.f...f..@f...f...xi<.u...7....u...4Rf.
    C000:0340 ..h....f..f...............2...f...f3.Zf...f..f..f.2...f3.f..f...
    C000:0380 .....f.....f.q......fa.........".C...C..u............C..u.......
    C000:03C0 ...f......C.."."'C..'C..u...B.J..f............f......C..'C..u..f


    ------------------------------------------------------------------------------------------------------------------------

    The names of actual companies and products mentioned herein may be the trademarks of their respective owners.
     
  33. Grubenstein

    Grubenstein Private E-2

    EVEREST REPORT

    --------[ EVEREST Home Edition (c) 2003-2005 Lavalys, Inc. ]------------------------------------------------------------

    Version EVEREST v2.20.405
    Homepage http://www.lavalys.com/
    Report Type Report Wizard
    Computer OFFICE
    Generator Kevin Truss
    Operating System Microsoft Windows XP Home Edition 5.1.2600 (WinXP Retail)
    Date 2006-03-31
    Time 10:10


    --------[ Summary ]-----------------------------------------------------------------------------------------------------

    Computer:
    Operating System Microsoft Windows XP Home Edition
    OS Service Pack Service Pack 2
    DirectX 4.09.00.0904 (DirectX 9.0c)
    Computer Name OFFICE
    User Name Kevin Truss

    Motherboard:
    CPU Type AMD Athlon XP, 2000 MHz (15 x 133) 2400+
    Motherboard Name Asus A7V333 (5 PCI, 1 AGP Pro, 3 DDR DIMM)
    Motherboard Chipset VIA VT8367 Apollo KT333
    System Memory 512 MB (DDR SDRAM)
    BIOS Type Award Modular (10/03/02)
    Communication Port Communications Port (COM1)
    Communication Port Communications Port (COM2)
    Communication Port ECP Printer Port (LPT1)

    Display:
    Video Adapter NVIDIA GeForce4 Ti 4600 (128 MB)
    3D Accelerator nVIDIA GeForce4 Ti 4600
    Monitor MAG InnoVision DX700E [17" CRT] (92510750)

    Multimedia:
    Audio Adapter Creative SB0090 Audigy Player Sound Card

    Storage:
    IDE Controller VIA Bus Master IDE Controller
    Floppy Drive Floppy disk drive
    Disk Drive Maxtor 6Y080L0 (80 GB, 7200 RPM, Ultra-ATA/133)
    Optical Drive _NEC DVD_RW ND-3500AG (DVD+R9:4x, DVD+RW:16x/4x, DVD-RW:16x/4x, DVD-ROM:16x, CD:48x/24x/48x DVD+RW/DVD-RW)
    Optical Drive SAMSUNG CD-R/RW SW-240B (40x/12x/40x CD-RW)
    SMART Hard Disks Status OK

    Partitions:
    C: (NTFS) 78152 MB (593 MB free)

    Input:
    Keyboard Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Mouse Logitech USB Wheel Mouse
    Game Controller Microsoft PC-joystick driver

    Network:
    Network Adapter WAN (PPP/SLIP) Interface (85.210.44.211)

    Peripherals:
    Printer Epson EPL-5700
    Printer PDF Compatible Printer Driver
    USB1 Controller ULi/ALi M5237 USB Open Host Controller
    USB1 Controller ULi/ALi M5237 USB Open Host Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB1 Controller VIA VT83C572 PCI-USB Controller
    USB2 Controller ULi/ALi M5273 USB 2.0 Host Controller
    USB2 Controller VIA USB 2.0 Enhanced Host Controller
    USB Device D-Link DSL-200 USB ADSL Modem(WAN)
    USB Device Logitech USB Wheel Mouse

    Problems & Suggestions:
    Problem Disk free space is only 1% on drive C:.


    --------[ DMI ]---------------------------------------------------------------------------------------------------------

    [ BIOS ]

    BIOS Properties:
    Vendor Award Software, Inc.
    Version ASUS A7V333 ACPI BIOS Revision 1014
    Release Date 10/03/2002
    Size 256 KB
    Boot Devices Floppy Disk, Hard Disk, CD-ROM
    Capabilities Flash BIOS, Shadow BIOS, Selectable Boot, EDD
    Supported Standards DMI, APM, ACPI, ESCD, PnP
    Expansion Capabilities PCI, AGP, USB

    [ System ]

    System Properties:
    Manufacturer eveshamvale
    Product eveshamvale
    Version System Version
    Serial Number SYS-1234567890
    Wake-Up Type Power Switch

    [ Motherboard ]

    Motherboard Properties:
    Manufacturer ASUSTeK Computer INC.
    Product A7V333
    Version REV 1.xx
    Serial Number xxxxxxxxxxx

    [ Chassis ]

    Chassis Properties:
    Manufacturer Chassis Manufacture
    Version Chassis Version
    Serial Number Chassis Serial Number
    Asset Tag Asset-1234567890
    Chassis Type Tower
    Boot-Up State Safe
    Power Supply State Safe
    Thermal State Safe

    [ Memory Controller ]

    Memory Controller Properties:
    Error Detection Method None
    Supported Memory Speeds 70ns, 60ns, 50ns
    Supported Memory Types ECC, DIMM, SDRAM
    Supported Memory Voltages 3.3V
    Maximum Memory Module Size 1024 MB
    Memory Slots 3

    [ Processors / AMD Athlon(TM) XP 2400+ ]

    Processor Properties:
    Manufacturer AuthenticAMD
    Version AMD Athlon(TM) XP 2400+
    External Clock 133 MHz
    Current Clock 2000 MHz
    Type Central Processor
    Voltage 1.6 V
    Status Enabled
    Socket Designation SOCKET A

    [ Caches / L1 Cache ]

    Cache Properties:
    Type Internal
    Status Enabled
    Operational Mode Write-Back
    Associativity 4-way Set-Associative
    Maximum Size 128 KB
    Installed Size 128 KB
    Supported SRAM Type Synchronous, Pipeline Burst
    Current SRAM Type Synchronous, Pipeline Burst
    Socket Designation L1 Cache

    [ Caches / L2 Cache ]

    Cache Properties:
    Type Internal
    Status Enabled
    Operational Mode Write-Back
    Associativity 4-way Set-Associative
    Maximum Size 8192 KB
    Installed Size 256 KB
    Supported SRAM Type Synchronous, Pipeline Burst
    Current SRAM Type Synchronous, Pipeline Burst
    Socket Designation L2 Cache

    [ Memory Modules / DIMM 1 ]

    Memory Module Properties:
    Socket Designation DIMM 1
    Type DIMM, SDRAM
    Installed Size 256 MB
    Enabled Size 256 MB

    [ Memory Modules / DIMM 2 ]

    Memory Module Properties:
    Socket Designation DIMM 2
    Type DIMM, SDRAM
    Installed Size 256 MB
    Enabled Size 256 MB

    [ Memory Modules / DIMM 3 ]

    Memory Module Properties:
    Socket Designation DIMM 3
    Type DIMM, SDRAM
    Installed Size Not Installed
    Enabled Size Not Installed

    [ Memory Devices / DDR 1 ]

    Memory Device Properties:
    Form Factor DIMM
    Type DRAM
    Type Detail Synchronous
    Size 256 MB
    Total Width 64-bit
    Data Width 64-bit
    Device Locator DDR 1

    [ Memory Devices / DDR 2 ]

    Memory Device Properties:
    Form Factor DIMM
    Type DRAM
    Type Detail Synchronous
    Size 256 MB
    Total Width 64-bit
    Data Width 64-bit
    Device Locator DDR 2

    [ Memory Devices / DDR 3 ]

    Memory Device Properties:
    Form Factor DIMM
    Type DRAM
    Type Detail Synchronous
    Device Locator DDR 3

    [ System Slots / PCI 1 ]

    System Slot Properties:
    Slot Designation PCI 1
    Type PCI
    Usage Empty
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 2 ]

    System Slot Properties:
    Slot Designation PCI 2
    Type PCI
    Usage Empty
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 3 ]

    System Slot Properties:
    Slot Designation PCI 3
    Type PCI
    Usage In Use
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 4 ]

    System Slot Properties:
    Slot Designation PCI 4
    Type PCI
    Usage In Use
    Data Bus Width 32-bit
    Length Short

    [ System Slots / PCI 5 ]

    System Slot Properties:
    Slot Designation PCI 5
    Type PCI
    Usage Empty
    Data Bus Width 32-bit
    Length Short

    [ System Slots / AGP ]

    System Slot Properties:
    Slot Designation AGP
    Type AGP 4x
    Usage In Use
    Data Bus Width 32-bit
    Length Short

    [ Port Connectors / PRIMARY IDE/HDD ]

    Port Connector Properties:
    Port Type None
    Internal Reference Designator PRIMARY IDE/HDD
    Internal Connector Type On-Board IDE
    External Connector Type None

    [ Port Connectors / SECONDARY IDE/HDD ]

    Port Connector Properties:
    Port Type None
    Internal Reference Designator SECONDARY IDE/HDD
    Internal Connector Type On-Board IDE
    External Connector Type None

    [ Port Connectors / FLOPPY ]

    Port Connector Properties:
    Port Type None
    Internal Reference Designator FLOPPY
    Internal Connector Type On-Board Floppy
    External Connector Type None

    [ Port Connectors / USB1 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB1
    External Connector Type USB

    [ Port Connectors / USB2 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB2
    External Connector Type USB

    [ Port Connectors / USB3 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB3
    External Connector Type USB

    [ Port Connectors / USB4 ]

    Port Connector Properties:
    Port Type USB
    Internal Connector Type None
    External Reference Designator USB4
    External Connector Type USB

    [ Port Connectors / PS/2 Keyboard ]

    Port Connector Properties:
    Port Type Keyboard Port
    Internal Connector Type None
    External Reference Designator PS/2 Keyboard
    External Connector Type PS/2

    [ Port Connectors / PS/2 Mouse ]

    Port Connector Properties:
    Port Type Mouse Port
    Internal Connector Type None
    External Reference Designator PS/2 Mouse
    External Connector Type PS/2

    [ Port Connectors / Parallel Port ]

    Port Connector Properties:
    Port Type Parallel Port ECP/EPP
    Internal Connector Type None
    External Reference Designator Parallel Port
    External Connector Type DB-25 pin female

    [ Port Connectors / Serial Port 1 ]

    Port Connector Properties:
    Port Type Serial Port 16550 Compatible
    Internal Connector Type None
    External Reference Designator Serial Port 1
    External Connector Type DB-9 pin male

    [ Port Connectors / Serial Port 2 ]

    Port Connector Properties:
    Port Type Serial Port 16550 Compatible
    Internal Connector Type None
    External Reference Designator Serial Port 2
    External Connector Type DB-9 pin male

    [ Port Connectors / Joystick Port ]

    Port Connector Properties:
    Port Type Joystick Port
    Internal Connector Type None
    External Reference Designator Joystick Port
    External Connector Type DB-15 pin female

    [ Port Connectors / MIDI Port ]

    Port Connector Properties:
    Port Type MIDI Port
    Internal Connector Type None
    External Reference Designator MIDI Port
    External Connector Type DB-15 pin female

    [ Port Connectors / Line In Jack ]

    Port Connector Properties:
    Port Type Audio Port
    Internal Connector Type None
    External Reference Designator Line In Jack
    External Connector Type Mini-jack (headphones)


    --------[ Overclock ]---------------------------------------------------------------------------------------------------

    CPU Properties:
    CPU Type AMD Athlon XP 2400+
    CPU Alias Thoroughbred-B
    CPU Stepping B0
    CPUID CPU Name AMD Athlon(TM) XP 2400+
    CPUID Revision 00000681h

    CPU Speed:
    CPU Clock 1999.68 MHz
    CPU Multiplier 15.0x
    CPU FSB 133.31 MHz
    Memory Bus 166.64 MHz

    CPU Cache:
    L1 Code Cache 64 KB
    L1 Data Cache 64 KB
    L2 Cache 256 KB (On-Die, Full-Speed)

    Motherboard Properties:
    Motherboard ID 10/03/2002-VT8367/VT8233A-A7V333
    Motherboard Name Asus A7V333 (5 PCI, 1 AGP Pro, 3 DDR DIMM)

    Chipset Properties:
    Motherboard Chipset VIA VT8367 Apollo KT333
    Memory Timings 2.5-3-3-7 (CL-RCD-RP-RAS)
    Command Rate (CR) 2T

    BIOS Properties:
    System BIOS Date 10/03/02
    Video BIOS Date 04/16/02
    Award BIOS Type Award Modular BIOS v6.0
    Award BIOS Message ASUS A7V333 ACPI BIOS Revision 1014
    DMI BIOS Version ASUS A7V333 ACPI BIOS Revision 1014

    Graphics Processor Properties:
    Video Adapter MSI G4Ti4600 (MS-8872)
    GPU Code Name NV25 (AGP 4x 10DE / 0250, Rev A3)
    GPU Clock 300 MHz
    Memory Clock 331 MHz


    --------[ Power Management ]--------------------------------------------------------------------------------------------

    Power Management Properties:
    Current Power Source AC Line
    Battery Status No Battery
    Full Battery Lifetime Unknown
    Remaining Battery Lifetime Unknown


    --------[ Sensor ]------------------------------------------------------------------------------------------------------

    Sensor Properties:
    Sensor Type Asus ASB100 Bach (SMBus 2Dh)
    Motherboard Name Asus A7V266 / A7V333 Series

    Temperatures:
    Motherboard 33 °C (91 °F)
    CPU 52 °C (126 °F)
    CPU Diode 50 °C (122 °F)
    Aux 14 °C (57 °F)
    Maxtor 6Y080L0 39 °C (102 °F)

    Cooling Fans:
    CPU 6368 RPM
    Power Supply 3041 RPM

    Voltage Values:
    CPU Core 1.66 V
    +3.3 V 3.33 V
    +5 V 4.84 V
    +12 V 12.86 V
    -12 V -12.78 V
    -5 V -4.84 V
    Debug Info F 6A DE FF
    Debug Info T 33 52 14
    Debug Info V 68 68 D2 B4 C9 C9 C9 (01)


    --------[ CPU ]---------------------------------------------------------------------------------------------------------

    CPU Properties:
    CPU Type AMD Athlon XP, 2000 MHz (15 x 133) 2400+
    CPU Alias Thoroughbred-B
    CPU Stepping B0
    Instruction Set x86, MMX, 3DNow!, SSE
    L1 Code Cache 64 KB
    L1 Data Cache 64 KB
    L2 Cache 256 KB (On-Die, Full-Speed)

    CPU Physical Info:
    Package Type 453 Pin PGA
    Package Size 4.95 cm x 4.95 cm
    Transistors 37.6 million
    Process Technology 6Mi, 0.13 um, CMOS, Cu
    Die Size 84 mm2
    Core Voltage 1.50 - 1.65 V
    I/O Voltage 1.6 V
    Typical Power 44.0 - 64.0 W (depending on clock speed)
    Maximum Power 48.5 - 74.3 W (depending on clock speed)

    CPU Manufacturer:
    Company Name Advanced Micro Devices, Inc.
    Product Information http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118,00.html

    CPU Utilization:
    CPU #1 0 %


    --------[ CPUID ]-------------------------------------------------------------------------------------------------------

    CPUID Properties:
    CPUID Manufacturer AuthenticAMD
    CPUID CPU Name AMD Athlon(TM) XP 2400+
    CPUID Revision 00000681h
    Extended CPUID Revision 00000781h
    Platform ID CBh (Socket A)
    IA CPU Serial Number Unknown
    HTT / CMP Units 0 / 0

    Instruction Set:
    64-bit x86 Extension (AMD64, EM64T) Not Supported
    Alternate Instruction Set Not Supported
    AMD 3DNow! Supported
    AMD 3DNow! Professional Supported
    AMD Enhanced 3DNow! Supported
    AMD Extended MMX Supported
    Cyrix Extended MMX Not Supported
    IA-64 Not Supported
    IA MMX Supported
    IA SSE Supported
    IA SSE 2 Not Supported
    IA SSE 3 Not Supported
    CLFLUSH Instruction Not Supported
    CMPXCHG8B Instruction Supported
    CMPXCHG16B Instruction Not Supported
    Conditional Move Instruction Supported
    MONITOR / MWAIT Instruction Not Supported
    RDTSCP Instruction Not Supported
    SYSCALL / SYSRET Instruction Supported
    SYSENTER / SYSEXIT Instruction Supported
    VIA FEMMS Instruction Not Supported

    Security Features:
    Advanced Cryptography Engine (ACE) Not Supported
    Data Execution Prevention (DEP, NX, EDB) Not Supported
    Hardware Random Number Generator (RNG) Not Supported
    Montgomery Multiplier & Hash Engine Not Supported
    Processor Serial Number (PSN) Not Supported

    Power Management Features:
    Automatic Clock Control Not Supported
    Enhanced Halt State (C1E) Not Supported
    Enhanced SpeedStep Technology (EIST, ESS) Not Supported
    Frequency ID Control Not Supported
    LongRun Not Supported
    LongRun Table Interface Not Supported
    PowerSaver 1.0 Not Supported
    PowerSaver 2.0 Not Supported
    PowerSaver 3.0 Not Supported
    Processor Duty Cycle Control Not Supported
    Software Thermal Control Not Supported
    Temperature Sensing Diode Supported
    Thermal Monitor 1 Not Supported
    Thermal Monitor 2 Not Supported
    Thermal Monitoring Not Supported
    Thermal Trip Not Supported
    Voltage ID Control Not Supported

    CPUID Features:
    36-bit Page Size Extension Supported
    Address Region Registers (ARR) Not Supported
    CPL Qualified Debug Store Not Supported
    Debug Trace Store Not Supported
    Debugging Extension Supported
    Fast Save & Restore Supported
    Hyper-Threading Technology (HTT) Not Supported
    L1 Context ID Not Supported
    Local APIC On Chip Supported
    Machine Check Architecture (MCA) Supported
    Machine Check Exception (MCE) Supported
    Memory Configuration Registers (MCR) Not Supported
    Memory Type Range Registers (MTRR) Supported
    Model Specific Registers (MSR) Supported
    Page Attribute Table (PAT) Supported
    Page Global Extension Supported
    Page Size Extension (PSE) Supported
    Pending Break Event Not Supported
    Physical Address Extension (PAE) Supported
    Secure Virtual Machine Extensions (Pacifica) Not Supported
    Self-Snoop Not Supported
    Time Stamp Counter (TSC) Supported
    Virtual Machine Extensions (Vanderpool) Not Supported
    Virtual Mode Extension Supported

    CPUID Registers (CPU #1):
    CPUID 00000000 00000001-68747541-444D4163-69746E65
    CPUID 00000001 00000681-00000000-00000000-0383FBFF
    CPUID 80000000 80000008-68747541-444D4163-69746E65
    CPUID 80000001 00000781-00000000-00000000-C1C3FBFF
    CPUID 80000002 20444D41-6C687441-54286E6F-5820294D
    CPUID 80000003 34322050-002B3030-00000000-00000000
    CPUID 80000004 00000000-00000000-00000000-00000000
    CPUID 80000005 0408FF08-FF20FF10-40020140-40020140
    CPUID 80000006 00000000-41004100-01008140-00000000
    CPUID 80000007 00000000-00000000-00000000-00000001
    CPUID 80000008 00002022-00000000-00000000-00000000

    MSR Registers:
    MSR C0010015 0000-0000-080B-1008


    --------[ Motherboard ]-------------------------------------------------------------------------------------------------

    Motherboard Properties:
    Motherboard ID 10/03/2002-VT8367/VT8233A-A7V333
    Motherboard Name Asus A7V333

    Front Side Bus Properties:
    Bus Type DEC Alpha EV6
    Bus Width 64-bit
    Real Clock 133 MHz (DDR)
    Effective Clock 267 MHz
    Bandwidth 2133 MB/s

    Memory Bus Properties:
    Bus Type DDR SDRAM
    Bus Width 64-bit
    Real Clock 167 MHz (DDR)
    Effective Clock 333 MHz
    Bandwidth 2667 MB/s

    Chipset Bus Properties:
    Bus Type VIA V-Link
    Bus Width 8-bit
    Real Clock 67 MHz (QDR)
    Effective Clock 267 MHz
    Bandwidth 267 MB/s

    Motherboard Physical Info:
    CPU Sockets/Slots 1 Socket 462
    Expansion Slots 5 PCI, 1 AGP Pro
    RAM Slots 3 DDR DIMM
    Form Factor ATX
    Motherboard Size 240 mm x 300 mm
    Motherboard Chipset KT333
    Extra Features CPU Overheating Protection, JumperFree, Q-Fan, Stepless Freq Selection

    Motherboard Manufacturer:
    Company Name ASUSTeK Computer Inc.
    Product Information http://www.asus.com/products1.aspx?l1=3
    BIOS Download http://support.asus.com/download/download.aspx?SLanguage=en-us


    --------[ Memory ]------------------------------------------------------------------------------------------------------

    Physical Memory:
    Total 511 MB
    Used 226 MB
    Free 284 MB
    Utilization 44 %

    Swap Space:
    Total 1249 MB
    Used 173 MB
    Free 1076 MB
    Utilization 14 %

    Virtual Memory:
    Total 1761 MB
    Used 399 MB
    Free 1361 MB
    Utilization 23 %

    Physical Address Extension (PAE):
    Supported by Operating System Yes
    Supported by CPU Yes
    Active No


    --------[ Chipset ]-----------------------------------------------------------------------------------------------------

    [ North Bridge: VIA VT8367 Apollo KT333 ]

    North Bridge Properties:
    North Bridge VIA VT8367 Apollo KT333
    Revision 00
    Package Type 552 Pin BGA
    Package Size 3.5 cm x 3.5 cm
    Process Technology 0.22 um
    Core Voltage 2.5 V
    In-Order Queue Depth 4

    Memory Controller:
    Bank Interleave 4-way

    Memory Timings:
    CAS Latency (CL) 2.5T
    RAS To CAS Delay (tRCD) 3T
    RAS Precharge (tRP) 3T
    RAS Active Time (tRAS) 7T
    Command Rate (CR) 2T
    Write Recovery Time (tWR) 3T

    Memory Slots:
    DRAM Slot #1 256 MB (DDR SDRAM)
    DRAM Slot #2 256 MB (DDR SDRAM)

    AGP Controller:
    AGP Version 2.00
    AGP Status Enabled
    AGP Device MSI G4Ti4600 (MS-8872)
    AGP Aperture Size 128 MB
    Supported AGP Speeds 1x, 2x, 4x
    Current AGP Speed 4x
    Fast-Write Supported, Enabled
    Side Band Addressing Supported, Enabled

    Chipset Manufacturer:
    Company Name VIA Technologies, Inc.
    Product Information http://www.via.com.tw/en/products/chipsets
    Driver Download http://www.viaarena.com/?PageID=2

    [ South Bridge: VIA VT8233(A) ]

    South Bridge Properties:
    South Bridge VIA VT8233(A)
    Revision 00
    Package Type 376 Pin BGA

    Chipset Manufacturer:
    Company Name VIA Technologies, Inc.
    Product Information http://www.via.com.tw/en/products/chipsets
    Driver Download http://www.viaarena.com/?PageID=2


    --------[ BIOS ]--------------------------------------------------------------------------------------------------------

    BIOS Properties:
    BIOS Type Award Modular
    Award BIOS Type Award Modular BIOS v6.0
    Award BIOS Message ASUS A7V333 ACPI BIOS Revision 1014
    System BIOS Date 10/03/02
    Video BIOS Date 04/16/02

    BIOS Manufacturer:
    Company Name Phoenix Technologies Ltd.
    Product Information http://www.phoenix.com/en/products/default.htm
    BIOS Upgrades http://www.esupport.com/biosagent/index.cfm?refererid=40

    Problems & Suggestions:
    Suggestion Are you looking for a BIOS Upgrade? Contact eSupport Today!
    Suggestion System BIOS is more than 2 years old. Update it if necessary.
    Suggestion Video BIOS is more than 2 years old. Update it if necessary.


    --------[ Windows Video ]-----------------------------------------------------------------------------------------------

    [ NVIDIA GeForce4 Ti 4600 ]

    Video Adapter Properties:
    Device Description NVIDIA GeForce4 Ti 4600
    Adapter String GeForce4 Ti 4600
    BIOS String Version 4.25.00.27.33
    Chip Type GeForce4 Ti 4600
    DAC Type Integrated RAMDAC
    Installed Drivers nv4_disp (6.14.10.8421 - nVIDIA ForceWare 84.21)
    Memory Size 128 MB

    Video Adapter Manufacturer:
    Company Name NVIDIA Corporation
    Product Information http://www.nvidia.com/view.asp?PAGE=products
    Driver Download http://www.nvidia.com/content/drivers/drivers.asp


    --------[ PCI / AGP Video ]---------------------------------------------------------------------------------------------

    nVIDIA GeForce4 Ti 4600 (MSI G4Ti4600) Video Adapter
    nVIDIA GeForce4 Ti 4600 3D Accelerator


    --------[ GPU ]---------------------------------------------------------------------------------------------------------

    [ AGP 4x: MSI G4Ti4600 (MS-8872) ]

    Graphics Processor Properties:
    Video Adapter MSI G4Ti4600 (MS-8872)
    GPU Code Name NV25
    PCI Device 10DE / 0250
    Transistors 63 million
    Process Technology 0.15u
    Die Size 144 mm2
    Bus Type AGP 4x @ 4x
    Memory Size 128 MB
    GPU Clock 300 MHz
    RAMDAC Clock 350 MHz
    Pixel Pipelines 4
    TMU Per Pipeline 2
    Vertex Shaders 2 (v1.1)
    Pixel Shaders 1 (v1.3)
    DirectX Hardware Support DirectX v8.1
    Pixel Fillrate 1200 MPixel/s
    Texel Fillrate 2400 MTexel/s

    Memory Bus Properties:
    Bus Type DDR
    Bus Width 128-bit
    Real Clock 331 MHz (DDR)
    Effective Clock 662 MHz
    Bandwidth 10.3 GB/s

    Graphics Processor Manufacturer:
    Company Name NVIDIA Corporation
    Product Information http://www.nvidia.com/view.asp?PAGE=products
    Driver Download http://www.nvidia.com/content/drivers/drivers.asp

    nVIDIA GPU Registers:
    nv-000000 025000A3
    nv-100000 00000000
    nv-100200 000F0303
    nv-10020C 08000000
    nv-101000 98CC40B3
    nv-680500 00015904
    nv-680504 00003102
    nv-680570 00000000
    nv-680574 00000000
    nv-68057C 00000000


    --------[ Monitor ]-----------------------------------------------------------------------------------------------------

    [ MAG InnoVision DX700E ]

    Monitor Properties:
    Monitor Name MAG InnoVision DX700E
    Monitor ID MAG7745
    Model MAG 177EV
    Monitor Type 17" CRT
    Manufacture Date Week 25 / 1999
    Serial Number 92510750
    Max. Visible Display Size 33 cm x 24 cm (16.1")
    Picture Aspect Ratio 5:3
    Horizontal Frequency 30 - 70 kHz
    Vertical Frequency 50 - 120 Hz
    Maximum Resolution 1280 x 1024
    Gamma 2.70
    DPMS Mode Support Suspend, Active-Off

    Supported Video Modes:
    640 x 480 120 Hz
    800 x 600 110 Hz
    1024 x 768 85 Hz
    1152 x 864 75 Hz
    1280 x 1024 65 Hz

    Monitor Manufacturer:
    Company Name MAG Technology Co., Ltd.
    Product Information http://www.maginnovision.com/products.htm
    Driver Download http://www.maginnovision.com/download.htm


    --------[ Desktop ]-----------------------------------------------------------------------------------------------------

    Desktop Properties:
    Device Technology Raster Display
    Resolution 1152 x 864
    Color Depth 32-bit
    Color Planes 1
    Font Resolution 96 dpi
    Pixel Width / Height 36 / 36
    Pixel Diagonal 51
    Vertical Refresh Rate 75 Hz

    Desktop Effects:
    Combo-Box Animation Disabled
    Drop Shadow Effect Disabled
    Flat Menu Effect Enabled
    Font Smoothing Disabled
    Full Window Dragging Disabled
    Gradient Window Title Bars Enabled
    Hide Menu Access Keys Enabled
    Hot Tracking Effect Disabled
    Icon Title Wrapping Disabled
    List-Box Smooth Scrolling Disabled
    Menu Animation Disabled
    Menu Fade Effect Disabled
    Minimize/Restore Animation Disabled
    Mouse Cursor Shadow Disabled
    Selection Fade Effect Disabled
    ShowSounds Accessibility Feature Disabled
    ToolTip Animation Disabled
    ToolTip Fade Effect Disabled
    Windows Plus! Extension Disabled

    Problems & Suggestions:
    Problem At least 85 Hz vertical refresh rate is recommended for classic (CRT) displays.


    --------[ Multi-Monitor ]-----------------------------------------------------------------------------------------------

    \\.\DISPLAY1 Yes (0,0) (1152,864)


    --------[ Windows Audio ]-----------------------------------------------------------------------------------------------

    midi-in.0 0001 0067 SB Audigy MIDI IO [FF60]
    midi-out.0 0001 0066 SB Audigy Synth A [FF60]
    midi-out.1 0001 0066 SB Audigy Sw Synth [FF60]
    midi-out.2 0001 0066 SB Audigy Synth B [FF60]
    midi-out.3 0001 0066 SB Audigy MIDI IO [FF60]
    midi-out.4 0001 0066 Microsoft GS Wavetable SW Synth
    mixer.0 0001 0068 SB Audigy Audio [FF60]
    wave-in.0 0001 0065 SB Audigy Audio [FF60]
    wave-out.0 0001 0064 SB Audigy Audio [FF60]


    --------[ PCI / PnP Audio ]---------------------------------------------------------------------------------------------

    Creative SB0090 Audigy Player Sound Card PCI


    --------[ Windows Storage ]---------------------------------------------------------------------------------------------

    [ Floppy disk drive ]

    Device Properties:
    Driver Description Floppy disk drive
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File flpydisk.inf

    [ Maxtor 6Y080L0 ]

    Device Properties:
    Driver Description Maxtor 6Y080L0
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File disk.inf

    Disk Device Physical Info:
    Manufacturer Maxtor
    Hard Disk Family DiamondMax Plus 9
    Form Factor 3.5"
    Formatted Capacity 80 GB
    Physical Dimensions 146.1 x 101.6 x 26.1 mm
    Max. Weight 630 g
    Average Rotational Latency 4.17 ms
    Rotational Speed 7200 RPM
    Interface Ultra-ATA/133
    Buffer-to-Host Data Rate 133 MB/s
    Buffer Size 2 MB

    Device Manufacturer:
    Company Name Maxtor Corporation
    Product Information http://www.maxtor.com/en/products/

    [ _NEC DVD_RW ND-3500AG ]

    Device Properties:
    Driver Description _NEC DVD_RW ND-3500AG
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf

    Optical Drive Properties:
    Manufacturer NEC
    Device Type DVD+RW/DVD-RW
    Interface ATAPI

    Writing Speeds:
    DVD+R9 Dual Layer 4x
    DVD+R 16x
    DVD+RW 4x
    DVD-R 16x
    DVD-RW 4x
    CD-R 48x
    CD-RW 24x

    Reading Speeds:
    DVD-ROM 16x
    CD-ROM 48x

    Device Manufacturer:
    Company Name NEC Corporation
    Product Information http://www.nec-global.com/prod/index.html
    Firmware Download http://www.nec.com/global/prod/download.html

    [ SAMSUNG CD-R/RW SW-240B ]

    Device Properties:
    Driver Description SAMSUNG CD-R/RW SW-240B
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf

    Optical Drive Properties:
    Manufacturer Samsung
    Device Type CD-RW

    Writing Speeds:
    CD-R 40x
    CD-RW 12x

    Reading Speeds:
    CD-ROM 40x

    Device Manufacturer:
    Company Name Samsung
    Product Information http://product.samsung.com/cgi-bin/...type.jsp?prod_path=/Computers+and+Related/ODD
    Firmware Download http://product.samsung.com/cgi-bin/...rse_cat_path=/Computers and Related/ODD&type=

    [ Primary IDE Channel ]

    Device Properties:
    Driver Description Primary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf

    Device Resources:
    IRQ 14
    Port 01F0-01F7
    Port 03F6-03F6

    [ Secondary IDE Channel ]

    Device Properties:
    Driver Description Secondary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf

    Device Resources:
    IRQ 15
    Port 0170-0177
    Port 0376-0376

    [ Standard floppy disk controller ]

    Device Properties:
    Driver Description Standard floppy disk controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File fdc.inf

    Device Resources:
    DMA 02
    IRQ 06
    Port 03F2-03F5
    Port 03F7-03F7

    [ VIA Bus Master IDE Controller ]

    Device Properties:
    Driver Description VIA Bus Master IDE Controller
    Driver Date 01/07/2001
    Driver Version 5.1.3597.0
    Driver Provider Microsoft
    INF File mshdc.inf

    Device Resources:
    Port B400-B40F


    --------[ Logical Drives ]----------------------------------------------------------------------------------------------

    A: Removable Disk
    C: Local Disk NTFS 78152 MB 77558 MB 593 MB 1 % A883-AE72
    D: (GTR_CD1) Optical Drive CDFS 601 MB 601 MB 0 KB 0 % E2DF-1F80
    E: (May 16 2005) Optical Drive CDFS 385 MB 385 MB 0 KB 0 % AE29-C5EE


    --------[ Physical Drives ]---------------------------------------------------------------------------------------------

    [ Drive #1 - Maxtor 6Y080L0 (76 GB) ]

    #1 (Active) NTFS C: 0 MB 78152 MB


    --------[ Optical Drives ]----------------------------------------------------------------------------------------------

    [ SAMSUNG CD-R/RW SW-240B ]

    Optical Drive Properties:
    Device Description SAMSUNG CD-R/RW SW-240B
    Manufacturer Samsung
    Device Type CD-RW

    Writing Speeds:
    CD-R 40x
    CD-RW 12x

    Reading Speeds:
    CD-ROM 40x

    Device Manufacturer:
    Company Name Samsung
    Product Information http://product.samsung.com/cgi-bin/...type.jsp?prod_path=/Computers+and+Related/ODD
    Firmware Download http://product.samsung.com/cgi-bin/...rse_cat_path=/Computers and Related/ODD&type=

    [ _NEC DVD_RW ND-3500AG ]

    Optical Drive Properties:
    Device Description _NEC DVD_RW ND-3500AG
    Manufacturer NEC
    Device Type DVD+RW/DVD-RW
    Interface ATAPI

    Writing Speeds:
    DVD+R9 Dual Layer 4x
    DVD+R 16x
    DVD+RW 4x
    DVD-R 16x
    DVD-RW 4x
    CD-R 48x
    CD-RW 24x

    Reading Speeds:
    DVD-ROM 16x
    CD-ROM 48x

    Device Manufacturer:
    Company Name NEC Corporation
    Product Information http://www.nec-global.com/prod/index.html
    Firmware Download http://www.nec.com/global/prod/download.html


    --------[ ASPI ]--------------------------------------------------------------------------------------------------------

    00 00 00 Disk Drive Maxtor 6 Y080L0
    00 07 00 Host Adapter atapi
    01 00 00 Optical Drive _NEC DVD _RW ND-3500AG
    01 01 00 Optical Drive SAMSUNG CD-R/RW SW-240B
    01 07 00 Host Adapter atapi


    --------[ ATA ]---------------------------------------------------------------------------------------------------------

    [ Maxtor 6Y080L0 (Y3H2MJBE) ]

    ATA Device Properties:
    Model ID Maxtor 6Y080L0
    Serial Number Y3H2MJBE
    Revision YAR41VW0
    Parameters 158816 cylinders, 16 heads, 63 sectors per track, 512 bytes per sector
    LBA Sectors 160086528
    Buffer 2 MB (Dual Ported, Read Ahead)
    Multiple Sectors 16
    ECC Bytes 57
    Max. PIO Transfer Mode PIO 4
    Max. UDMA Transfer Mode UDMA 6 (ATA-133)
    Active UDMA Transfer Mode UDMA 6 (ATA-133)
    Unformatted Capacity 78167 MB

    ATA Device Features:
    SMART Supported
    Security Mode Supported
    Power Management Supported
    Advanced Power Management Supported
    Write Cache Supported
    Host Protected Area Supported
    Power-Up In Standby Not Supported
    Automatic Acoustic Management Supported
    48-bit LBA Not Supported
    Device Configuration Overlay Supported

    ATA Device Physical Info:
    Manufacturer Maxtor
    Hard Disk Family DiamondMax Plus 9
    Form Factor 3.5"
    Formatted Capacity 80 GB
    Disks 2
    Recording Surfaces 3
    Physical Dimensions 146.1 x 101.6 x 26.1 mm
    Max. Weight 630 g
    Average Rotational Latency 4.17 ms
    Rotational Speed 7200 RPM
    Interface Ultra-ATA/133
    Buffer-to-Host Data Rate 133 MB/s
    Buffer Size 2 MB

    ATA Device Manufacturer:
    Company Name Maxtor Corporation
    Product Information http://www.maxtor.com/en/products/


    --------[ SMART ]-------------------------------------------------------------------------------------------------------

    [ Maxtor 6Y080L0 (Y3H2MJBE) ]

    03 Spin Up Time 63 207 197 11273 OK: Value is normal
    04 Start/Stop Count 0 253 253 809 OK: Always passing
    05 Reallocated Sector Count 63 253 253 2 OK: Value is normal
    06 Read Channel Margin 100 253 253 0 OK: Value is normal
    07 Seek Error Rate 0 253 201 0 OK: Always passing
    08 Seek Time Performance 187 251 245 55744 OK: Value is normal
    09 Power-On Time Count 0 207 207 44805 OK: Always passing
    0A Spin Retry Count 157 253 252 0 OK: Value is normal
    0B Calibration Retry Count 223 253 252 0 OK: Value is normal
    0C Power Cycle Count 0 251 251 874 OK: Always passing
    C0 Power-Off Retract Count 0 253 253 0 OK: Always passing
    C1 Load/Unload Cycle Count 0 253 253 0 OK: Always passing
    C2 Temperature 0 253 253 39 OK: Always passing
    C3 Hardware ECC Recovered 0 253 252 1593 OK: Always passing
    C4 Reallocation Event Count 0 252 252 1 OK: Always passing
    C5 Current Pending Sector Count 0 253 253 1 OK: Always passing
    C6 Off-Line Uncorrectable Sector Count 0 249 249 4 OK: Always passing
    C7 Ultra ATA CRC Error Rate 0 199 199 0 OK: Always passing
    C8 Write Error Rate 0 253 252 0 OK: Always passing
    C9 <vendor-specific> 0 253 250 61 OK: Always passing
    CA <vendor-specific> 0 253 251 0 OK: Always passing
    CB <vendor-specific> 180 253 252 3 OK: Value is normal
    CC <vendor-specific> 0 253 252 0 OK: Always passing
    CD <vendor-specific> 0 253 252 0 OK: Always passing
    CF <vendor-specific> 0 253 252 0 OK: Always passing
    D0 <vendor-specific> 0 253 252 0 OK: Always passing
    D1 <vendor-specific> 0 201 198 0 OK: Always passing
    63 <vendor-specific> 0 253 253 0 OK: Always passing
    64 <vendor-specific> 0 253 253 0 OK: Always passing
    65 <vendor-specific> 0 253 253 0 OK: Always passing


    --------[ Windows Network ]---------------------------------------------------------------------------------------------

    [ WAN (PPP/SLIP) Interface ]

    Network Adapter Properties:
    Network Adapter WAN (PPP/SLIP) Interface
    Interface Type PPP
    Hardware Address 00-53-45-00-00-00
    Connection Speed 1152 kbps
    MTU 1492 bytes
    Bytes Received 4627547 (4.4 MB)
    Bytes Sent 188992 (184.6 KB)

    Network Adapter Addresses:
    IP / Subnet Mask 85.210.44.211 / 255.255.255.255
    Gateway 85.210.44.211
    DNS 62.241.163.200
    DNS 62.241.162.201


    --------[ DirectX Video ]-----------------------------------------------------------------------------------------------

    [ Primary Display Driver ]

    DirectDraw Device Properties:
    DirectDraw Driver Name display
    DirectDraw Driver Description Primary Display Driver
    Hardware Driver nv4_disp.dll
    Hardware Description NVIDIA GeForce4 Ti 4600

    Direct3D Device Properties:
    Available Local Video Memory 126112 KB
    Available Non-Local Video Memory (AGP) 122879 KB
    Rendering Bit Depths 16, 32
    Z-Buffer Bit Depths 16, 24
    Min Texture Size 1 x 1
    Max Texture Size 4096 x 4096
    Vertex Shader Version 1.1
    Pixel Shader Version 1.3

    Direct3D Device Features:
    Additive Texture Blending Supported
    AGP Texturing Supported
    Anisotropic Filtering Supported
    Bilinear Filtering Supported
    Cubic Environment Mapping Supported
    Cubic Filtering Not Supported
    Decal-Alpha Texture Blending Supported
    Decal Texture Blending Supported
    Directional Lights Not Supported
    DirectX Texture Compression Supported
    DirectX Volumetric Texture Compression Not Supported
    Dithering Supported
    Dot3 Texture Blending Supported
    Dynamic Textures Supported
    Edge Antialiasing Supported
    Environmental Bump Mapping Supported
    Environmental Bump Mapping + Luminance Supported
    Factor Alpha Blending Supported
    Geometric Hidden-Surface Removal Not Supported
    Guard Band Supported
    Hardware Scene Rasterization Supported
    Hardware Transform & Lighting Supported
    Legacy Depth Bias Not Supported
    Mipmap LOD Bias Adjustments Supported
    Mipmapped Cube Textures Supported
    Mipmapped Volume Textures Supported
    Modulate-Alpha Texture Blending Supported
    Modulate Texture Blending Supported
    Non-Square Textures Supported
    N-Patches Not Supported
    Perspective Texture Correction Supported
    Point Lights Not Supported
    Point Sampling Supported
    Projective Textures Supported
    Quintic Bezier Curves & B-Splines Not Supported
    Range-Based Fog Supported
    Rectangular & Triangular Patches Not Supported
    Rendering In Windowed Mode Supported
    Scissor Test Not Supported
    Slope-Scale Based Depth Bias Not Supported
    Specular Flat Shading Supported
    Specular Gouraud Shading Supported
    Specular Phong Shading Not Supported
    Spherical Mapping Supported
    Spot Lights Not Supported
    Stencil Buffers Supported
    Sub-Pixel Accuracy Supported
    Table Fog Supported
    Texture Alpha Blending Supported
    Texture Clamping Supported
    Texture Mirroring Supported
    Texture Transparency Supported
    Texture Wrapping Supported
    Triangle Culling Not Supported
    Trilinear Filtering Supported
    Two-Sided Stencil Test Not Supported
    Vertex Alpha Blending Supported
    Vertex Fog Supported
    Vertex Tweening Not Supported
    Volume Textures Supported
    W-Based Fog Supported
    W-Buffering Supported
    Z-Based Fog Supported
    Z-Bias Supported
    Z-Test Supported

    Supported FourCC Codes:
    DXT1 Supported
    DXT2 Supported
    DXT3 Supported
    DXT4 Supported
    DXT5 Supported
    IF09 Supported
    IV31 Supported
    IV32 Supported
    NV12 Supported
    NVBF Supported
    NVCS Supported
    NVHS Supported
    NVHU Supported
    RAW8 Supported
    UYVY Supported
    YUY2 Supported
    YV12 Supported
    YVU9 Supported


    --------[ DirectX Sound ]-----------------------------------------------------------------------------------------------

    [ Primary Sound Driver ]

    DirectSound Device Properties:
    Device Description Primary Sound Driver
    Driver Module
    Primary Buffers 1
    Min / Max Secondary Buffers Sample Rate 4000 / 191999 Hz
    Primary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Secondary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Total / Free Sound Buffers 64 / 62
    Total / Free Static Sound Buffers 64 / 62
    Total / Free Streaming Sound Buffers 64 / 62
    Total / Free 3D Sound Buffers 64 / 62
    Total / Free 3D Static Sound Buffers 64 / 62
    Total / Free 3D Streaming Sound Buffers 64 / 62

    DirectSound Device Features:
    Certified Driver Yes
    Emulated Device No
    Precise Sample Rate Supported
    DirectSound3D Supported
    Creative EAX 1.0 Supported
    Creative EAX 2.0 Supported
    Creative EAX 3.0 Supported

    [ SB Audigy Audio [FF60] ]

    DirectSound Device Properties:
    Device Description SB Audigy Audio [FF60]
    Driver Module ctaud2k.sys
    Primary Buffers 1
    Min / Max Secondary Buffers Sample Rate 4000 / 191999 Hz
    Primary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Secondary Buffers Sound Formats 8-bit, 16-bit, Mono, Stereo
    Total / Free Sound Buffers 64 / 62
    Total / Free Static Sound Buffers 64 / 62
    Total / Free Streaming Sound Buffers 64 / 62
    Total / Free 3D Sound Buffers 64 / 62
    Total / Free 3D Static Sound Buffers 64 / 62
    Total / Free 3D Streaming Sound Buffers 64 / 62

    DirectSound Device Features:
    Certified Driver Yes
    Emulated Device No
    Precise Sample Rate Supported
    DirectSound3D Supported
    Creative EAX 1.0 Supported
    Creative EAX 2.0 Supported
    Creative EAX 3.0 Supported


    --------[ DirectX Music ]-----------------------------------------------------------------------------------------------

    [ SB Audigy DirectMusic Synthesizer [FF60] ]

    DirectMusic Device Properties:
    Device Description SB Audigy DirectMusic Synthesizer [FF60]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type WDM Multimedia
    Audio Channels 64
    MIDI Channels 1024
    Voices 64
    Available Memory System Memory

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Supported
    DLS L1 Sample Collections Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Audio [FF60] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Audio [FF60]
    Synthesizer Type Software
    Device Class Output Port
    Device Type WDM Multimedia
    Audio Channels 2
    MIDI Channels 16000
    Voices 1000
    Available Memory System Memory

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Supported

    [ Microsoft MIDI Mapper [Emulated] ]

    DirectMusic Device Properties:
    Device Description Microsoft MIDI Mapper [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Synth A [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Synth A [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Sw Synth [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Sw Synth [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy Synth B [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy Synth B [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy MIDI IO [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy MIDI IO [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port Yes
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ Microsoft GS Wavetable SW Synth [Emulated] ]

    DirectMusic Device Properties:
    Device Description Microsoft GS Wavetable SW Synth [Emulated]
    Synthesizer Type Hardware
    Device Class Output Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ SB Audigy MIDI IO [FF60] [Emulated] ]

    DirectMusic Device Properties:
    Device Description SB Audigy MIDI IO [FF60] [Emulated]
    Synthesizer Type Hardware
    Device Class Input Port
    Device Type Windows Multimedia
    MIDI Channels 16

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Not Supported
    DLS L1 Sample Collections Not Supported
    DLS L2 Sample Collections Not Supported
    External MIDI Port Yes
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Not Supported

    [ Microsoft Synthesizer ]

    DirectMusic Device Properties:
    Device Description Microsoft Synthesizer
    Synthesizer Type Software
    Device Class Output Port
    Device Type User-Mode Synthesizer
    Audio Channels 2
    MIDI Channels 16000
    Voices 1000
    Available Memory System Memory

    DirectMusic Device Features:
    Built-In GM Instrument Set No
    Built-In Roland GS Sound Set No
    DirectSound Supported
    DLS L1 Sample Collections Supported
    DLS L2 Sample Collections Supported
    External MIDI Port No
    Fixed DLS Memory Size No
    Port Sharing Not Supported
    Chorus Effect Not Supported
    Delay Effect Not Supported
    Reverb Effect Supported


    --------[ DirectX Input ]-----------------------------------------------------------------------------------------------

    [ Mouse ]

    DirectInput Device Properties:
    Device Description Mouse
    Device Type Unknown
    Device Subtype Unknown
    Axes 3
    Buttons/Keys 3

    DirectInput Device Features:
    Emulated Device Yes
    Alias Device No
    Polled Device No
    Polled Data Format No
    Attack Force Feedback Not Supported
    Deadband Force Feedback Not Supported
    Fade Force Feedback Not Supported
    Force Feedback Not Supported
    Saturation Force Feedback Not Supported
    +/- Force Feedback Coefficients Not Supported
    +/- Force Feedback Saturation Not Supported

    [ Keyboard ]

    DirectInput Device Properties:
    Device Description Keyboard
    Device Type Unknown
    Device Subtype Unknown
    Buttons/Keys 128

    DirectInput Device Features:
    Emulated Device Yes
    Alias Device No
    Polled Device No
    Polled Data Format No
    Attack Force Feedback Not Supported
    Deadband Force Feedback Not Supported
    Fade Force Feedback Not Supported
    Force Feedback Not Supported
    Saturation Force Feedback Not Supported
    +/- Force Feedback Coefficients Not Supported
    +/- Force Feedback Saturation Not Supported

    [ Microsoft SideWinder Force Feedback Wheel ]

    DirectInput Device Properties:
    Device Description Microsoft SideWinder Force Feedback Wheel
    Device Type Unknown
    Device Subtype Unknown
    Axes 3
    Buttons/Keys 9

    DirectInput Device Features:
    Emulated Device Yes
    Alias Device No
    Polled Device Yes
    Polled Data Format No
    Attack Force Feedback Supported
    Deadband Force Feedback Supported
    Fade Force Feedback Supported
    Force Feedback Supported
    Saturation Force Feedback Supported
    +/- Force Feedback Coefficients Supported
    +/- Force Feedback Saturation Supported


    --------[ Windows Devices ]---------------------------------------------------------------------------------------------

    [ Devices ]

    Computer:
    ACPI Uniprocessor PC 5.1.2600.0

    Disk drives:
    Maxtor 6Y080L0 5.1.2535.0

    Display adapters:
    NVIDIA GeForce4 Ti 4600 8.4.2.1

    DVD/CD-ROM drives:
    _NEC DVD_RW ND-3500AG 5.1.2535.0
    SAMSUNG CD-R/RW SW-240B 5.1.2535.0

    Floppy disk controllers:
    Standard floppy disk controller 5.1.2600.0

    Floppy disk drives:
    Floppy disk drive 5.1.2600.0

    Human Interface Devices:
    Logitech USB Wheel Mouse 5.1.2600.0

    IDE ATA/ATAPI controllers:
    Primary IDE Channel 5.1.2600.0
    Secondary IDE Channel 5.1.2600.0
    VIA Bus Master IDE Controller 5.1.3597.0

    IEEE 1394 Bus host controllers:
    OHCI Compliant IEEE 1394 Host Controller 5.1.2535.0
    OHCI Compliant IEEE 1394 Host Controller 5.1.2535.0

    Keyboards:
    Standard 101/102-Key or Microsoft Natural PS/2 Keyboard5.1.2600.0

    Mice and other pointing devices:
    Logitech USB Wheel Mouse 5.1.2600.0

    Monitors:
    Plug and Play Monitor 5.1.2001.0

    Network adapters:
    1394 Net Adapter 5.1.2535.0
    1394 Net Adapter #2 5.1.2535.0
    Direct Parallel 5.1.2535.0
    D-Link DSL-200 USB ADSL Modem(WAN) 1.3.4.0
    WAN Miniport (IP) 5.1.2535.0
    WAN Miniport (IP) - Packet Scheduler Miniport 5.1.2535.0
    WAN Miniport (L2TP) 5.1.2535.0
    WAN Miniport (PPPOE) 5.1.2535.0
    WAN Miniport (PPTP) 5.1.2535.0

    Non-Plug and Play Drivers:
    1394 ARP Client Protocol
    AFD Networking Support Environment
    AVG Network Redirector
    AVG7 Kernel
    AVG7 Resident Driver XP
    AVG7 Wrap Driver
    Beep
    Belarc SMBios Access
    Creative AC3 Software Decoder
    Creative Hardware Abstract Layer Driver
    Creative OS Services Driver
    Creative Proxy Driver
    Creative SoundFont Management Device Driver
    dmboot
    dmload
    E-mu Plug-in Architecture Driver
    Fallback
    Fips
    Fsks
    Generic Packet Classifier
    HTTP
    IP Network Address Translator
    IP Traffic Filter Driver
    IPSEC driver
    K56
    ksecdd
    mnmdd
    mountmgr
    NDIS System Driver
    NDIS Usermode I/O Protocol
    NDProxy
    NetBios over Tcpip
    Null
    PartMgr
    ParVdm
    RDPCDD
    Remote Access Auto Connection Driver
    Remote Access IP ARP Driver
    Remote Access NDIS TAPI Driver
    Secdrv
    SoftFax
    StarForce Protection Environment Driver (version 1.x)
    StarForce Protection Helper Driver (version 2.x)
    StarForce Protection Synchronization Driver (version 2.x)
    StarForce Protection Synchronization Driver v1
    StarForce Protection VFS Driver (version 2.x)
    TCP/IP Protocol Driver
    Tones
    V124
    VgaSave
    VIA AGP Bus Filter
    VolSnap

    Other devices:
    Universal Serial Bus (USB) Controller

    Ports (COM & LPT):
    Communications Port (COM1) 5.1.2600.0
    Communications Port (COM2) 5.1.2600.0
    ECP Printer Port (LPT1) 5.1.2600.0

    Printers:
    Epson EPL-5700 5.1.2600.1106

    Processors:
    AMD Athlon(TM) XP 2400+ 5.1.2600.0

    Sound, video and game controllers:
    Audio Codecs 5.1.2535.0
    Creative Game Port
    Creative SB Audigy 5.12.5.441
    Legacy Audio Drivers 5.1.2535.0
    Legacy Video Capture Devices 5.1.2535.0
    Media Control Devices 5.1.2535.0
    Microsoft Kernel System Audio Device 5.1.2535.0
    Microsoft Kernel Wave Audio Mixer 5.1.2535.0
    Microsoft WINMM WDM Audio Compatibility Driver 5.1.2535.0
    Video Codecs 5.1.2535.0

    Storage volumes:
    Generic volume 5.1.2600.0

    System devices:
    ACPI Fixed Feature Button 5.1.2600.0
    ACPI Power Button 5.1.2600.0
    Direct memory access controller 5.1.2600.0
    ISAPNP Read Data Port 5.1.2600.0
    Microcode Update Device 5.1.2600.0
    Microsoft ACPI-Compliant System 5.1.2535.0
    Microsoft System Management BIOS Driver 5.1.2600.2180
    Motherboard resources 5.1.2600.0
    Motherboard resources 5.1.2600.0
    Motherboard resources 5.1.2600.0
    Numeric data processor 5.1.2600.0
    PCI bus 5.1.2600.0
    Plug and Play Software Device Enumerator 5.1.2600.0
    Printer Port Logical Interface 5.1.2600.0
    Programmable interrupt controller 5.1.2600.0
    System board 5.1.2600.0
    System CMOS/real time clock 5.1.2600.0
    System speaker 5.1.2600.0
    System timer 5.1.2600.0
    Terminal Server Keyboard Driver 5.1.2600.0
    Terminal Server Mouse Driver 5.1.2600.0
    Thrustmapper Device Enumerator 1.0.0.0
    VIA CPU to AGP Controller 5.1.0.3442
    VIA Standard PCI to ISA Bridge 5.1.0.230
    VIA Tech CPU to PCI Bridge 5.1.2600.0
    Volume Manager 5.1.2600.0

    Universal Serial Bus controllers:
    ALi PCI to USB Open Host Controller 5.1.2600.1106
    ALi PCI to USB Open Host Controller 5.1.2600.1106
    Standard Enhanced PCI to USB Host Controller 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.0
    USB Root Hub 5.1.2600.1106
    USB Root Hub 5.1.2600.1106
    USB Root Hub 5.1.2600.1106
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0
    VIA Rev 5 or later USB Universal Host Controller 5.1.2600.0

    [ Computer / ACPI Uniprocessor PC ]

    Device Properties:
    Driver Description ACPI Uniprocessor PC
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File hal.inf
    Hardware ID acpiapic_up

    [ Disk drives / Maxtor 6Y080L0 ]

    Device Properties:
    Driver Description Maxtor 6Y080L0
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File disk.inf
    Hardware ID IDE\DiskMaxtor_6Y080L0__________________________YAR41VW0
    Location Information 0

    [ Display adapters / NVIDIA GeForce4 Ti 4600 ]

    Device Properties:
    Driver Description NVIDIA GeForce4 Ti 4600
    Driver Date 09/03/2006
    Driver Version 8.4.2.1
    Driver Provider NVIDIA
    INF File oem6.inf
    Hardware ID PCI\VEN_10DE&DEV_0250&SUBSYS_87251462&REV_A3
    Location Information PCI bus 1, device 0, function 0
    PCI Device MSI G4Ti4600 (MS-8872) Video Adapter

    Device Resources:
    IRQ 16
    Memory 000A0000-000BFFFF
    Memory D6000000-D6FFFFFF
    Memory D7800000-D787FFFF
    Memory D8000000-DFFFFFFF
    Port 03B0-03BB
    Port 03C0-03DF

    [ DVD/CD-ROM drives / _NEC DVD_RW ND-3500AG ]

    Device Properties:
    Driver Description _NEC DVD_RW ND-3500AG
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf
    Hardware ID IDE\CdRom_NEC_DVD_RW_ND-3500AG___________________2.18____
    Location Information 0

    [ DVD/CD-ROM drives / SAMSUNG CD-R/RW SW-240B ]

    Device Properties:
    Driver Description SAMSUNG CD-R/RW SW-240B
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File cdrom.inf
    Hardware ID IDE\CdRomSAMSUNG_CD-R/RW_SW-240B_________________R403____
    Location Information 1

    [ Floppy disk controllers / Standard floppy disk controller ]

    Device Properties:
    Driver Description Standard floppy disk controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File fdc.inf
    Hardware ID ACPI\PNP0700
    PnP Device Floppy Disk Controller

    Device Resources:
    DMA 02
    IRQ 06
    Port 03F2-03F5
    Port 03F7-03F7

    [ Floppy disk drives / Floppy disk drive ]

    Device Properties:
    Driver Description Floppy disk drive
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File flpydisk.inf
    Hardware ID FDC\GENERIC_FLOPPY_DRIVE

    [ Human Interface Devices / Logitech USB Wheel Mouse ]

    Device Properties:
    Driver Description Logitech USB Wheel Mouse
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File input.inf
    Hardware ID USB\Vid_046d&Pid_c00e&Rev_1110
    Location Information USB-PS/2 Optical Mouse

    [ IDE ATA/ATAPI controllers / Primary IDE Channel ]

    Device Properties:
    Driver Description Primary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf
    Hardware ID 1106-0571
    Location Information Primary Channel

    Device Resources:
    IRQ 14
    Port 01F0-01F7
    Port 03F6-03F6

    [ IDE ATA/ATAPI controllers / Secondary IDE Channel ]

    Device Properties:
    Driver Description Secondary IDE Channel
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File mshdc.inf
    Hardware ID 1106-0571
    Location Information Secondary Channel

    Device Resources:
    IRQ 15
    Port 0170-0177
    Port 0376-0376

    [ IDE ATA/ATAPI controllers / VIA Bus Master IDE Controller ]

    Device Properties:
    Driver Description VIA Bus Master IDE Controller
    Driver Date 01/07/2001
    Driver Version 5.1.3597.0
    Driver Provider Microsoft
    INF File mshdc.inf
    Hardware ID PCI\VEN_1106&DEV_0571&SUBSYS_808C1043&REV_06
    Location Information PCI bus 0, device 17, function 1
    PCI Device VIA VT82C571 IDE Controller

    Device Resources:
    Port B400-B40F

    [ IEEE 1394 Bus host controllers / OHCI Compliant IEEE 1394 Host Controller ]

    Device Properties:
    Driver Description OHCI Compliant IEEE 1394 Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File 1394.inf
    Hardware ID PCI\VEN_1102&DEV_4001&SUBSYS_00101102&REV_00
    Location Information PCI bus 0, device 15, function 2
    PCI Device Creative Audigy IEEE1394 Firewire Controller

    Device Resources:
    IRQ 19
    Memory FFEF8000-FFEFBFFF
    Memory FFEFF000-FFEFF7FF

    [ IEEE 1394 Bus host controllers / OHCI Compliant IEEE 1394 Host Controller ]

    Device Properties:
    Driver Description OHCI Compliant IEEE 1394 Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File 1394.inf
    Hardware ID PCI\VEN_10B9&DEV_5253&SUBSYS_525310B9&REV_00
    Location Information PCI bus 0, device 14, function 4
    PCI Device ULi/ALi M5253 P1394 OHCI 1.1 Controller

    Device Resources:
    IRQ 19
    Memory FFEFF800-FFEFFFFF

    [ Keyboards / Standard 101/102-Key or Microsoft Natural PS/2 Keyboard ]

    Device Properties:
    Driver Description Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File keyboard.inf
    Hardware ID ACPI\PNP0303
    PnP Device 101/102-Key or MS Natural Keyboard

    Device Resources:
    IRQ 01
    Port 0060-0060
    Port 0064-0064

    [ Mice and other pointing devices / Logitech USB Wheel Mouse ]

    Device Properties:
    Driver Description Logitech USB Wheel Mouse
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msmouse.inf
    Hardware ID HID\Vid_046d&Pid_c00e&Rev_1110

    [ Monitors / Plug and Play Monitor ]

    Device Properties:
    Driver Description Plug and Play Monitor
    Driver Date 06/06/2001
    Driver Version 5.1.2001.0
    Driver Provider Microsoft
    INF File monitor.inf
    Hardware ID Monitor\MAG7745
    Monitor MAG InnoVision DX700E

    [ Network adapters / 1394 Net Adapter ]

    Device Properties:
    Driver Description 1394 Net Adapter
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File net1394.inf
    Hardware ID V1394\NIC1394

    [ Network adapters / 1394 Net Adapter #2 ]

    Device Properties:
    Driver Description 1394 Net Adapter #2
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File net1394.inf
    Hardware ID V1394\NIC1394

    [ Network adapters / Direct Parallel ]

    Device Properties:
    Driver Description Direct Parallel
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_ptiminiport

    [ Network adapters / D-Link DSL-200 USB ADSL Modem(WAN) ]

    Device Properties:
    Driver Description D-Link DSL-200 USB ADSL Modem(WAN)
    Driver Date 28/10/2003
    Driver Version 1.3.4.0
    Driver Provider D-Link
    INF File oem16.inf
    Hardware ID USB\Vid_2001&Pid_5100&Rev_0100
    Location Information USB-ADSL Modem

    [ Network adapters / WAN Miniport (IP) ]

    Device Properties:
    Driver Description WAN Miniport (IP)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_ndiswanip

    [ Network adapters / WAN Miniport (IP) - Packet Scheduler Miniport ]

    Device Properties:
    Driver Description WAN Miniport (IP) - Packet Scheduler Miniport
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netpsa.inf
    Hardware ID ms_pschedmp

    [ Network adapters / WAN Miniport (L2TP) ]

    Device Properties:
    Driver Description WAN Miniport (L2TP)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_l2tpminiport

    [ Network adapters / WAN Miniport (PPPOE) ]

    Device Properties:
    Driver Description WAN Miniport (PPPOE)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_pppoeminiport

    [ Network adapters / WAN Miniport (PPTP) ]

    Device Properties:
    Driver Description WAN Miniport (PPTP)
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File netrasa.inf
    Hardware ID ms_pptpminiport

    [ Non-Plug and Play Drivers / AVG Network Redirector ]

    Device Properties:
    Driver Description AVG Network Redirector

    [ Non-Plug and Play Drivers / AVG7 Kernel ]

    Device Properties:
    Driver Description AVG7 Kernel

    [ Non-Plug and Play Drivers / AVG7 Resident Driver XP ]

    Device Properties:
    Driver Description AVG7 Resident Driver XP

    [ Non-Plug and Play Drivers / Belarc SMBios Access ]

    Device Properties:
    Driver Description Belarc SMBios Access

    [ Non-Plug and Play Drivers / HTTP ]

    Device Properties:
    Driver Description HTTP

    [ Non-Plug and Play Drivers / IP Network Address Translator ]

    Device Properties:
    Driver Description IP Network Address Translator

    [ Non-Plug and Play Drivers / IP Traffic Filter Driver ]

    Device Properties:
    Driver Description IP Traffic Filter Driver

    [ Ports (COM & LPT) / Communications Port (COM1) ]

    Device Properties:
    Driver Description Communications Port (COM1)
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msports.inf
    Hardware ID ACPI\PNP0501
    PnP Device 16550A-compatible UART Serial Port

    Device Resources:
    IRQ 04
    Port 03F8-03FF

    [ Ports (COM & LPT) / Communications Port (COM2) ]

    Device Properties:
    Driver Description Communications Port (COM2)
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msports.inf
    Hardware ID ACPI\PNP0501
    PnP Device 16550A-compatible UART Serial Port

    Device Resources:
    IRQ 03
    Port 02F8-02FF

    [ Ports (COM & LPT) / ECP Printer Port (LPT1) ]

    Device Properties:
    Driver Description ECP Printer Port (LPT1)
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File msports.inf
    Hardware ID ACPI\PNP0401
    PnP Device ECP Parallel Port

    Device Resources:
    DMA 03
    Port 0378-037F
    Port 0778-077B

    [ Printers / Epson EPL-5700 ]

    Device Properties:
    Driver Description Epson EPL-5700
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft Windows XP
    INF File ntprint.inf
    Hardware ID LPTENUM\EPSONEPL-570011EF
    Location Information LPT1.4

    [ Processors / AMD Athlon(TM) XP 2400+ ]

    Device Properties:
    Driver Description AMD Athlon(TM) XP 2400+
    Driver Date 01/04/2004
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File cpu.inf
    Hardware ID ACPI\AuthenticAMD_-_x86_Family_6_Model_8

    [ Sound, video and game controllers / Audio Codecs ]

    Device Properties:
    Driver Description Audio Codecs
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMACM

    [ Sound, video and game controllers / Creative Game Port ]

    Device Properties:
    Driver Description Creative Game Port
    Driver Date 03/09/2002
    Driver Provider Creative
    INF File oem19.inf
    Hardware ID PCI\VEN_1102&DEV_7003&SUBSYS_00401102&REV_03
    Location Information PCI bus 0, device 15, function 1
    PCI Device Creative Audigy Game Port

    Device Resources:
    Port FFA8-FFAF

    [ Sound, video and game controllers / Creative SB Audigy ]

    Device Properties:
    Driver Description Creative SB Audigy
    Driver Date 21/10/2003
    Driver Version 5.12.5.441
    Driver Provider Creative
    INF File oem18.inf
    Hardware ID PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03
    Location Information PCI bus 0, device 15, function 0
    PCI Device Creative SB0090 Audigy Player Sound Card

    Device Resources:
    IRQ 18
    Port FF60-FF7F

    [ Sound, video and game controllers / Legacy Audio Drivers ]

    Device Properties:
    Driver Description Legacy Audio Drivers
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMDRV

    [ Sound, video and game controllers / Legacy Video Capture Devices ]

    Device Properties:
    Driver Description Legacy Video Capture Devices
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMVCD

    [ Sound, video and game controllers / Media Control Devices ]

    Device Properties:
    Driver Description Media Control Devices
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMMCI

    [ Sound, video and game controllers / Microsoft Kernel System Audio Device ]

    Device Properties:
    Driver Description Microsoft Kernel System Audio Device
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wdmaudio.inf
    Hardware ID SW\{a7c7a5b0-5af3-11d1-9ced-00a024bf0407}

    [ Sound, video and game controllers / Microsoft Kernel Wave Audio Mixer ]

    Device Properties:
    Driver Description Microsoft Kernel Wave Audio Mixer
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wdmaudio.inf
    Hardware ID SW\{b7eafdc0-a680-11d0-96d8-00aa0051e51d}

    [ Sound, video and game controllers / Microsoft WINMM WDM Audio Compatibility Driver ]

    Device Properties:
    Driver Description Microsoft WINMM WDM Audio Compatibility Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wdmaudio.inf
    Hardware ID SW\{cd171de3-69e5-11d2-b56d-0000f8754380}

    [ Sound, video and game controllers / Video Codecs ]

    Device Properties:
    Driver Description Video Codecs
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File wave.inf
    Hardware ID MS_MMVID

    [ Storage volumes / Generic volume ]

    Device Properties:
    Driver Description Generic volume
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File volume.inf
    Hardware ID STORAGE\Volume

    [ System devices / ACPI Fixed Feature Button ]

    Device Properties:
    Driver Description ACPI Fixed Feature Button
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\FixedButton

    [ System devices / ACPI Power Button ]

    Device Properties:
    Driver Description ACPI Power Button
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C0C
    PnP Device Power Button

    [ System devices / Direct memory access controller ]

    Device Properties:
    Driver Description Direct memory access controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0200
    PnP Device DMA Controller

    Device Resources:
    DMA 04
    Port 0000-000F
    Port 0080-0090
    Port 0094-009F
    Port 00C0-00DF

    [ System devices / ISAPNP Read Data Port ]

    Device Properties:
    Driver Description ISAPNP Read Data Port
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ISAPNP\ReadDataPort

    Device Resources:
    Port 0274-0277
    Port 0279-0279
    Port 0A79-0A79

    [ System devices / Microcode Update Device ]

    Device Properties:
    Driver Description Microcode Update Device
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID root\update

    [ System devices / Microsoft ACPI-Compliant System ]

    Device Properties:
    Driver Description Microsoft ACPI-Compliant System
    Driver Date 01/07/2001
    Driver Version 5.1.2535.0
    Driver Provider Microsoft
    INF File acpi.inf
    Hardware ID ACPI_HAL\PNP0C08
    PnP Device ACPI Driver/BIOS

    Device Resources:
    IRQ 09

    [ System devices / Microsoft System Management BIOS Driver ]

    Device Properties:
    Driver Description Microsoft System Management BIOS Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2600.2180
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID root\mssmbios

    [ System devices / Motherboard resources ]

    Device Properties:
    Driver Description Motherboard resources
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C02
    PnP Device Motherboard Resources

    Device Resources:
    Memory FFB80000-FFBFFFFF
    Memory FFF80000-FFFFFFFF
    Port E400-E47F
    Port E800-E81F

    [ System devices / Motherboard resources ]

    Device Properties:
    Driver Description Motherboard resources
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C02
    PnP Device Motherboard Resources

    Device Resources:
    Port 002E-002F
    Port 0290-0291
    Port 0370-0372

    [ System devices / Motherboard resources ]

    Device Properties:
    Driver Description Motherboard resources
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C02
    PnP Device Motherboard Resources

    Device Resources:
    Port 0010-001F
    Port 0022-002D
    Port 0030-003F
    Port 0044-005F
    Port 0062-0063
    Port 0065-006F
    Port 0074-007F
    Port 0091-0093
    Port 00A2-00BF
    Port 00E0-00EF
    Port 04D0-04D1

    [ System devices / Numeric data processor ]

    Device Properties:
    Driver Description Numeric data processor
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C04
    PnP Device Numeric Data Processor

    Device Resources:
    IRQ 13
    Port 00F0-00FF

    [ System devices / PCI bus ]

    Device Properties:
    Driver Description PCI bus
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0A03
    PnP Device PCI Bus

    Device Resources:
    Memory 000A0000-000BFFFF
    Memory 000C8000-000DFFFF
    Memory 20000000-FFFFFFFF
    Port 0000-0CF7
    Port 0D00-FFFF

    [ System devices / Plug and Play Software Device Enumerator ]

    Device Properties:
    Driver Description Plug and Play Software Device Enumerator
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID root\swenum

    [ System devices / Printer Port Logical Interface ]

    Device Properties:
    Driver Description Printer Port Logical Interface
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID LPTENUM\MicrosoftRawPort958A
    Location Information LPT1

    [ System devices / Programmable interrupt controller ]

    Device Properties:
    Driver Description Programmable interrupt controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0000
    PnP Device Programmable Interrupt Controller

    Device Resources:
    Port 0020-0021
    Port 00A0-00A1

    [ System devices / System board ]

    Device Properties:
    Driver Description System board
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0C01
    PnP Device System Board Extension

    Device Resources:
    Memory 00000000-0009FFFF
    Memory 000F0000-000FFFFF
    Memory 00100000-1FFFFFFF
    Memory FEC00000-FEC000FF
    Memory FEE00000-FEE00FFF

    [ System devices / System CMOS/real time clock ]

    Device Properties:
    Driver Description System CMOS/real time clock
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0B00
    PnP Device Real-Time Clock

    Device Resources:
    IRQ 08
    Port 0070-0073

    [ System devices / System speaker ]

    Device Properties:
    Driver Description System speaker
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0800
    PnP Device PC Speaker

    Device Resources:
    Port 0061-0061

    [ System devices / System timer ]

    Device Properties:
    Driver Description System timer
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ACPI\PNP0100
    PnP Device System Timer

    Device Resources:
    IRQ 00
    Port 0040-0043

    [ System devices / Terminal Server Keyboard Driver ]

    Device Properties:
    Driver Description Terminal Server Keyboard Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ROOT\RDP_KBD

    [ System devices / Terminal Server Mouse Driver ]

    Device Properties:
    Driver Description Terminal Server Mouse Driver
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ROOT\RDP_MOU

    [ System devices / Thrustmapper Device Enumerator ]

    Device Properties:
    Driver Description Thrustmapper Device Enumerator
    Driver Date 03/04/2001
    Driver Version 1.0.0.0
    Driver Provider Thrustmaster
    INF File tmbus.inf
    Hardware ID TMBUS

    [ System devices / VIA CPU to AGP Controller ]

    Device Properties:
    Driver Description VIA CPU to AGP Controller
    Driver Date 02/07/2003
    Driver Version 5.1.0.3442
    Driver Provider VIA Technologies, Inc.
    INF File oem0.inf
    Hardware ID PCI\VEN_1106&DEV_B099&SUBSYS_00000000&REV_00
    Location Information PCI bus 0, device 1, function 0
    PCI Device VIA VT8367 Apollo KT333 Chipset - AGP Controller

    Device Resources:
    Memory 000A0000-000BFFFF
    Memory D6000000-D75FFFFF
    Memory D7700000-DFFFFFFF
    Memory E0000000-E7FFFFFF
    Port 03B0-03BB
    Port 03C0-03DF

    [ System devices / VIA Standard PCI to ISA Bridge ]

    Device Properties:
    Driver Description VIA Standard PCI to ISA Bridge
    Driver Date 02/10/2002
    Driver Version 5.1.0.230
    Driver Provider VIA Technologies, Inc.
    INF File viamach.inf
    Hardware ID PCI\VEN_1106&DEV_3147&SUBSYS_00000000&REV_00
    Location Information PCI bus 0, device 17, function 0
    PCI Device VIA VT8233(A) PCI-ISA Bridge

    [ System devices / VIA Tech CPU to PCI Bridge ]

    Device Properties:
    Driver Description VIA Tech CPU to PCI Bridge
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID PCI\VEN_1106&DEV_3099&SUBSYS_00000000&REV_00
    Location Information PCI bus 0, device 0, function 0
    PCI Device VIA VT8367 Apollo KT333 Chipset - System Controller

    [ System devices / Volume Manager ]

    Device Properties:
    Driver Description Volume Manager
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File machine.inf
    Hardware ID ROOT\FTDISK

    [ Universal Serial Bus controllers / ALi PCI to USB Open Host Controller ]

    Device Properties:
    Driver Description ALi PCI to USB Open Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_10B9&DEV_5237&SUBSYS_523710B9&REV_03
    Location Information PCI bus 0, device 14, function 0
    PCI Device ULi/ALi M5237 USB Open Host Controller

    Device Resources:
    IRQ 18
    Memory FFEFE000-FFEFEFFF

    [ Universal Serial Bus controllers / ALi PCI to USB Open Host Controller ]

    Device Properties:
    Driver Description ALi PCI to USB Open Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_10B9&DEV_5237&SUBSYS_523710B9&REV_03
    Location Information PCI bus 0, device 14, function 1
    PCI Device ULi/ALi M5237 USB Open Host Controller

    Device Resources:
    IRQ 18
    Memory FFEFD000-FFEFDFFF

    [ Universal Serial Bus controllers / Standard Enhanced PCI to USB Host Controller ]

    Device Properties:
    Driver Description Standard Enhanced PCI to USB Host Controller
    Driver Date 01/06/2002
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_10B9&DEV_5239&SUBSYS_527210B9&REV_01
    Location Information PCI bus 0, device 14, function 3
    PCI Device ULi/ALi M5273 USB 2.0 Host Controller

    Device Resources:
    IRQ 17
    Memory FFEFCF00-FFEFCFFF

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0023

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0023

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0050

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID1106&PID3038&REV0050

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID10B9&PID5237&REV0003

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB&VID10B9&PID5237&REV0003

    [ Universal Serial Bus controllers / USB Root Hub ]

    Device Properties:
    Driver Description USB Root Hub
    Driver Date 01/07/2001
    Driver Version 5.1.2600.1106
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID USB\ROOT_HUB20&VID10B9&PID5239&REV0001

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_808C1043&REV_23
    Location Information PCI bus 0, device 17, function 3
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 21
    Port A800-A81F

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_808C1043&REV_23
    Location Information PCI bus 0, device 17, function 2
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 21
    Port B000-B01F

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_80801043&REV_50
    Location Information PCI bus 0, device 9, function 1
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 16
    Port FF80-FF9F

    [ Universal Serial Bus controllers / VIA Rev 5 or later USB Universal Host Controller ]

    Device Properties:
    Driver Description VIA Rev 5 or later USB Universal Host Controller
    Driver Date 01/07/2001
    Driver Version 5.1.2600.0
    Driver Provider Microsoft
    INF File usbport.inf
    Hardware ID PCI\VEN_1106&DEV_3038&SUBSYS_80801043&REV_50
    Location Information PCI bus 0, device 9, function 0
    PCI Device VIA VT83C572 PCI-USB Controller

    Device Resources:
    IRQ 19
    Port FFE0-FFFF


    --------[ Physical Devices ]--------------------------------------------------------------------------------------------

    PCI Devices:
    Bus 0, Device 15, Function 1 Creative Audigy Game Port
    Bus 0, Device 15, Function 2 Creative Audigy IEEE1394 Firewire Controller
    Bus 0, Device 15, Function 0 Creative SB0090 Audigy Player Sound Card
    Bus 1, Device 0, Function 0 MSI G4Ti4600 (MS-8872) Video Adapter
    Bus 0, Device 14, Function 0 ULi/ALi M5237 USB Open Host Controller
    Bus 0, Device 14, Function 1 ULi/ALi M5237 USB Open Host Controller
    Bus 0, Device 14, Function 4 ULi/ALi M5253 P1394 OHCI 1.1 Controller
    Bus 0, Device 14, Function 3 ULi/ALi M5273 USB 2.0 Host Controller
    Bus 0, Device 9, Function 2 VIA USB 2.0 Enhanced Host Controller
    Bus 0, Device 17, Function 0 VIA VT8233(A) PCI-ISA Bridge
    Bus 0, Device 17, Function 1 VIA VT82C571 IDE Controller
    Bus 0, Device 1, Function 0 VIA VT8367 Apollo KT333 Chipset - AGP Controller
    Bus 0, Device 0, Function 0 VIA VT8367 Apollo KT333 Chipset - System Controller
    Bus 0, Device 9, Function 0 VIA VT83C572 PCI-USB Controller
    Bus 0, Device 9, Function 1 VIA VT83C572 PCI-USB Controller
    Bus 0, Device 17, Function 2 VIA VT83C572 PCI-USB Controller
    Bus 0, Device 17, Function 3 VIA VT83C572 PCI-USB Controller

    PnP Devices:
    PNP0303 101/102-Key or MS Natural Keyboard
    PNP0501 16550A-compatible UART Serial Port
    PNP0501 16550A-compatible UART Serial Port
    PNP0C08 ACPI Driver/BIOS
    FIXEDBUTTON ACPI Fixed Feature Button
    AUTHENTICAMD_-_X86_FAMILY_6_MODEL_8 AMD Athlon(TM) XP 2400+
    PNP0200 DMA Controller
    PNP0401 ECP Parallel Port
    PNP0700 Floppy Disk Controller
    PNP0C02 Motherboard Resources
    PNP0C02 Motherboard Resources
    PNP0C02 Motherboard Resources
    PNP0C04 Numeric Data Processor
    PNP0800 PC Speaker
    PNP0A03 PCI Bus
    PNP0C0C Power Button
    PNP0000 Programmable Interrupt Controller
    PNP0B00 Real-Time Clock
    PNP0C01 System Board Extension
    PNP0100 System Timer

    LPT PnP Devices:
    EPSONEPL-5700 Epson EPL-5700
    MICROSOFTRAWPORT Printer Port Logical Interface

    USB Devices:
    2001 5100 D-Link DSL-200 USB ADSL Modem(WAN)
    046D C00E Logitech USB Wheel Mouse

    Ports:
    COM1 Communications Port (COM1)
    COM2 Communications Port (COM2)
    LPT1 ECP Printer Port (LPT1)


    --------[ PCI Devices ]-------------------------------------------------------------------------------------------------

    [ Creative Audigy Game Port ]

    Device Properties:
    Device Description Creative Audigy Game Port
    Bus Type PCI
    Bus / Device / Function 0 / 15 / 1
    Device ID 1102-7003
    Subsystem ID 1102-0040
    Device Class 0980 (Input Controller)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ Creative Audigy IEEE1394 Firewire Controller ]

    Device Properties:
    Device Description Creative Audigy IEEE1394 Firewire Controller
    Bus Type PCI
    Bus / Device / Function 0 / 15 / 2
    Device ID 1102-4001
    Subsystem ID 1102-0010
    Device Class 0C00 (Firewire Controller)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ Creative SB0090 Audigy Player Sound Card ]

    Device Properties:
    Device Description Creative SB0090 Audigy Player Sound Card
    Bus Type PCI
    Bus / Device / Function 0 / 15 / 0
    Device ID 1102-0004
    Subsystem ID 1102-0053
    Device Class 0401 (Audio Device)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ MSI G4Ti4600 (MS-8872) Video Adapter ]

    Device Properties:
    Device Description MSI G4Ti4600 (MS-8872) Video Adapter
    Bus Type AGP 4x
    Bus / Device / Function 1 / 0 / 0
    Device ID 10DE-0250
    Subsystem ID 1462-8725
    Device Class 0300 (VGA Display Controller)
    Revision A3
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    AGP Properties:
    AGP Version 2.00
    AGP Status Enabled
    Supported AGP Speeds 1x, 2x, 4x
    Current AGP Speed 4x
    Fast-Write Supported, Enabled
    Side Band Addressing Supported, Enabled

    [ ULi/ALi M5237 USB Open Host Controller ]

    Device Properties:
    Device Description ULi/ALi M5237 USB Open Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 0
    Device ID 10B9-5237
    Subsystem ID 10B9-5237
    Device Class 0C03 (USB Controller)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ ULi/ALi M5237 USB Open Host Controller ]

    Device Properties:
    Device Description ULi/ALi M5237 USB Open Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 1
    Device ID 10B9-5237
    Subsystem ID 10B9-5237
    Device Class 0C03 (USB Controller)
    Revision 03
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ ULi/ALi M5253 P1394 OHCI 1.1 Controller ]

    Device Properties:
    Device Description ULi/ALi M5253 P1394 OHCI 1.1 Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 4
    Device ID 10B9-5253
    Subsystem ID 10B9-5253
    Device Class 0C00 (Firewire Controller)
    Revision 00
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ ULi/ALi M5273 USB 2.0 Host Controller ]

    Device Properties:
    Device Description ULi/ALi M5273 USB 2.0 Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 14 / 3
    Device ID 10B9-5239
    Subsystem ID 10B9-5272
    Device Class 0C03 (USB Controller)
    Revision 01
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ VIA USB 2.0 Enhanced Host Controller ]

    Device Properties:
    Device Description VIA USB 2.0 Enhanced Host Controller
    Bus Type PCI
    Bus / Device / Function 0 / 9 / 2
    Device ID 1106-3104
    Subsystem ID 1043-8080
    Device Class 0C03 (USB Controller)
    Revision 51
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT8233(A) PCI-ISA Bridge ]

    Device Properties:
    Device Description VIA VT8233(A) PCI-ISA Bridge
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 0
    Device ID 1106-3147
    Subsystem ID 1043-808C
    Device Class 0601 (PCI/ISA Bridge)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT82C571 IDE Controller ]

    Device Properties:
    Device Description VIA VT82C571 IDE Controller
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 1
    Device ID 1106-0571
    Subsystem ID 1043-808C
    Device Class 0101 (IDE Controller)
    Revision 06
    Fast Back-to-Back Transactions Supported, Disabled

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT8367 Apollo KT333 Chipset - AGP Controller ]

    Device Properties:
    Device Description VIA VT8367 Apollo KT333 Chipset - AGP Controller
    Bus Type PCI
    Bus / Device / Function 0 / 1 / 0
    Device ID 1106-B099
    Subsystem ID 0000-0000
    Device Class 0604 (PCI/PCI Bridge)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    [ VIA VT8367 Apollo KT333 Chipset - System Controller ]

    Device Properties:
    Device Description VIA VT8367 Apollo KT333 Chipset - System Controller
    Bus Type PCI
    Bus / Device / Function 0 / 0 / 0
    Device ID 1106-3099
    Subsystem ID 1043-807F
    Device Class 0600 (Host/PCI Bridge)
    Revision 00
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Supported
    Bus Mastering Enabled

    AGP Properties:
    AGP Version 2.00
    AGP Status Enabled
    Supported AGP Speeds 1x, 2x, 4x
    Current AGP Speed 4x
    Fast-Write Supported, Enabled
    Side Band Addressing Supported, Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 9 / 0
    Device ID 1106-3038
    Subsystem ID 1043-8080
    Device Class 0C03 (USB Controller)
    Revision 50
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 9 / 1
    Device ID 1106-3038
    Subsystem ID 1043-8080
    Device Class 0C03 (USB Controller)
    Revision 50
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 2
    Device ID 1106-3038
    Subsystem ID 1043-808C
    Device Class 0C03 (USB Controller)
    Revision 23
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled

    [ VIA VT83C572 PCI-USB Controller ]

    Device Properties:
    Device Description VIA VT83C572 PCI-USB Controller
    Bus Type PCI
    Bus / Device / Function 0 / 17 / 3
    Device ID 1106-3038
    Subsystem ID 1043-808C
    Device Class 0C03 (USB Controller)
    Revision 23
    Fast Back-to-Back Transactions Not Supported

    Device Features:
    66 MHz Operation Not Supported
    Bus Mastering Enabled


    --------[ Device Resources ]--------------------------------------------------------------------------------------------

    DMA 02 Exclusive Standard floppy disk controller
    DMA 03 Exclusive ECP Printer Port (LPT1)
    DMA 04 Exclusive Direct memory access controller
    IRQ 00 Exclusive System timer
    IRQ 01 Exclusive Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    IRQ 03 Exclusive Communications Port (COM2)
    IRQ 04 Exclusive Communications Port (COM1)
    IRQ 06 Exclusive Standard floppy disk controller
    IRQ 08 Exclusive System CMOS/real time clock
    IRQ 09 Shared Microsoft ACPI-Compliant System
    IRQ 13 Exclusive Numeric data processor
    IRQ 14 Exclusive Primary IDE Channel
    IRQ 15 Exclusive Secondary IDE Channel
    IRQ 16 Shared VIA Rev 5 or later USB Universal Host Controller
    IRQ 16 Shared NVIDIA GeForce4 Ti 4600
    IRQ 17 Shared Standard Enhanced PCI to USB Host Controller
    IRQ 18 Shared Creative SB Audigy
    IRQ 18 Shared ALi PCI to USB Open Host Controller
    IRQ 18 Shared ALi PCI to USB Open Host Controller
    IRQ 19 Shared VIA Rev 5 or later USB Universal Host Controller
    IRQ 19 Shared OHCI Compliant IEEE 1394 Host Controller
    IRQ 19 Shared OHCI Compliant IEEE 1394 Host Controller
    IRQ 21 Shared VIA Rev 5 or later USB Universal Host Controller
    IRQ 21 Shared VIA Rev 5 or later USB Universal Host Controller
    Memory 00000000-0009FFFF Exclusive System board
    Memory 000A0000-000BFFFF Shared PCI bus
    Memory 000A0000-000BFFFF Shared NVIDIA GeForce4 Ti 4600
    Memory 000A0000-000BFFFF Undetermined VIA CPU to AGP Controller
    Memory 000C8000-000DFFFF Shared PCI bus
    Memory 000F0000-000FFFFF Exclusive System board
    Memory 00100000-1FFFFFFF Exclusive System board
    Memory 20000000-FFFFFFFF Shared PCI bus
    Memory D6000000-D6FFFFFF Exclusive NVIDIA GeForce4 Ti 4600
    Memory D6000000-D75FFFFF Exclusive VIA CPU to AGP Controller
    Memory D7700000-DFFFFFFF Exclusive VIA CPU to AGP Controller
    Memory D7800000-D787FFFF Exclusive NVIDIA GeForce4 Ti 4600
    Memory D8000000-DFFFFFFF Exclusive NVIDIA GeForce4 Ti 4600
    Memory E0000000-E7FFFFFF Exclusive VIA CPU to AGP Controller
    Memory FEC00000-FEC000FF Exclusive System board
    Memory FEE00000-FEE00FFF Exclusive System board
    Memory FFB80000-FFBFFFFF Exclusive Motherboard resources
    Memory FFEF8000-FFEFBFFF Exclusive OHCI Compliant IEEE 1394 Host Controller
    Memory FFEFCF00-FFEFCFFF Exclusive Standard Enhanced PCI to USB Host Controller
    Memory FFEFD000-FFEFDFFF Exclusive ALi PCI to USB Open Host Controller
    Memory FFEFE000-FFEFEFFF Exclusive ALi PCI to USB Open Host Controller
    Memory FFEFF000-FFEFF7FF Exclusive OHCI Compliant IEEE 1394 Host Controller
    Memory FFEFF800-FFEFFFFF Exclusive OHCI Compliant IEEE 1394 Host Controller
    Memory FFF80000-FFFFFFFF Exclusive Motherboard resources
    Port 0000-000F Exclusive Direct memory access controller
    Port 0000-0CF7 Shared PCI bus
    Port 0010-001F Exclusive Motherboard resources
    Port 0020-0021 Exclusive Programmable interrupt controller
    Port 0022-002D Exclusive Motherboard resources
    Port 002E-002F Exclusive Motherboard resources
    Port 0030-003F Exclusive Motherboard resources
    Port 0040-0043 Exclusive System timer
    Port 0044-005F Exclusive Motherboard resources
    Port 0060-0060 Exclusive Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Port 0061-0061 Exclusive System speaker
    Port 0062-0063 Exclusive Motherboard resources
    Port 0064-0064 Exclusive Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Port 0065-006F Exclusive Motherboard resources
    Port 0070-0073 Exclusive System CMOS/real time clock
    Port 0074-007F Exclusive Motherboard resources
    Port 0080-0090 Exclusive Direct memory access controller
    Port 0091-0093 Exclusive Motherboard resources
    Port 0094-009F Exclusive Direct memory access controller
    Port 00A0-00A1 Exclusive Programmable interrupt controller
    Port 00A2-00BF Exclusive Motherboard resources
    Port 00C0-00DF Exclusive Direct memory access controller
    Port 00E0-00EF Exclusive Motherboard resources
    Port 00F0-00FF Exclusive Numeric data processor
    Port 0170-0177 Exclusive Secondary IDE Channel
    Port 01F0-01F7 Exclusive Primary IDE Channel
    Port 0274-0277 Exclusive ISAPNP Read Data Port
    Port 0279-0279 Exclusive ISAPNP Read Data Port
    Port 0290-0291 Exclusive Motherboard resources
    Port 02F8-02FF Exclusive Communications Port (COM2)
    Port 0370-0372 Exclusive Motherboard resources
    Port 0376-0376 Exclusive Secondary IDE Channel
    Port 0378-037F Exclusive ECP Printer Port (LPT1)
    Port 03B0-03BB Shared NVIDIA GeForce4 Ti 4600
    Port 03B0-03BB Undetermined VIA CPU to AGP Controller
    Port 03C0-03DF Shared NVIDIA GeForce4 Ti 4600
    Port 03C0-03DF Undetermined VIA CPU to AGP Controller
    Port 03F2-03F5 Exclusive Standard floppy disk controller
    Port 03F6-03F6 Exclusive Primary IDE Channel
    Port 03F7-03F7 Exclusive Standard floppy disk controller
    Port 03F8-03FF Exclusive Communications Port (COM1)
    Port 04D0-04D1 Exclusive Motherboard resources
    Port 0778-077B Exclusive ECP Printer Port (LPT1)
    Port 0A79-0A79 Exclusive ISAPNP Read Data Port
    Port 0D00-FFFF Shared PCI bus
    Port A800-A81F Exclusive VIA Rev 5 or later USB Universal Host Controller
    Port B000-B01F Exclusive VIA Rev 5 or later USB Universal Host Controller
    Port B400-B40F Exclusive VIA Bus Master IDE Controller
    Port E400-E47F Exclusive Motherboard resources
    Port E800-E81F Exclusive Motherboard resources
    Port FF60-FF7F Exclusive Creative SB Audigy
    Port FF80-FF9F Exclusive VIA Rev 5 or later USB Universal Host Controller
    Port FFA8-FFAF Exclusive Creative Game Port
    Port FFE0-FFFF Exclusive VIA Rev 5 or later USB Universal Host Controller


    --------[ Input ]-------------------------------------------------------------------------------------------------------

    [ Standard 101/102-Key or Microsoft Natural PS/2 Keyboard ]

    Keyboard Properties:
    Keyboard Name Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Keyboard Type IBM enhanced (101- or 102-key) keyboard
    Keyboard Layout United Kingdom
    ANSI Code Page 1252 - Western European (Windows)
    OEM Code Page 437
    Repeat Delay 1
    Repeat Rate 31

    [ Logitech USB Wheel Mouse ]

    Mouse Properties:
    Mouse Name Logitech USB Wheel Mouse
    Mouse Buttons 3
    Mouse Hand Right
    Pointer Speed 1
    Double-Click Time 500 msec
    X/Y Threshold 6 / 10
    Wheel Scroll Lines 3

    Mouse Features:
    Active Window Tracking Disabled
    ClickLock Disabled
    Hide Pointer While Typing Enabled
    Mouse Wheel Present
    Move Pointer To Default Button Disabled
    Pointer Trails Disabled
    Sonar Disabled

    Mouse Manufacturer:
    Company Name Logitech, Inc.
    Product Information http://www.logitech.com/index.cfm?page=products/home&CRID=263&countryid=19&languageid=1
    Driver Download http://www.logitech.com/index.cfm?page=downloads/finder&CRID=270&countryid=19&languageid=1

    [ Microsoft PC-joystick driver ]

    Game Controller Properties:
    Device Description Microsoft PC-joystick driver
    Device ID 045E 0015
    Status Connected
    Buttons 9
    Min / Max Polling Frequency 10 / 1000 ms
    Min / Max X Coordinate 0 / 65535
    Min / Max Y Coordinate 0 / 65535
    Min / Max Rudder Value 0 / 65535

    Game Controller Features:
    Continuous Degree Bearings Not Supported
    Driver Problem Not Present
    Point-Of-View Not Supported
    POV Discrete Values Not Supported
    Rudder Present
    U Coordinate Not Supported
    V Coordinate Not Supported
    Z Coordinate Not Supported


    --------[ Printers ]----------------------------------------------------------------------------------------------------

    [ Epson EPL-5700 (Default) ]

    Printer Properties:
    Printer Name Epson EPL-5700
    Default Printer Yes
    Share Point Not shared
    Printer Port LPT1:
    Printer Driver Epson EPL-5700 (v5.00)
    Device Name Epson EPL-5700
    Print Processor WinPrint
    Separator Page None
    Availability 00:00 - 00:00
    Priority 1
    Print Jobs Queued 0
    Status Door Open

    Paper Properties:
    Paper Size Letter, 8.5 x 11 in
    Orientation Portrait
    Print Quality 600 x 600 dpi Mono

    Printer Manufacturer:
    Company Name Epson America, Inc.
    Product Information http://www.epson.com

    [ PDF Compatible Printer Driver ]

    Printer Properties:
    Printer Name PDF Compatible Printer Driver
    Default Printer No
    Share Point Not shared
    Printer Port PDF:
    Printer Driver Amyuni PDF Converter 1.59 (v0.100)
    Device Name PDF Compatible Printer Driver
    Print Processor WinPrint
    Separator Page None
    Availability 00:00 - 00:00
    Priority 1
    Print Jobs Queued 0
    Status Unknown

    Paper Properties:
    Paper Size A4, 210 x 297 mm
    Orientation Portrait
    Print Quality 600 dpi Color


    --------[ Debug - PCI ]-------------------------------------------------------------------------------------------------

    B00 D00 F00: VIA VT8367 Apollo KT333 Chipset - System Controller

    Offset 00: 06 11 99 30 06 00 30 22 00 00 00 06 00 00 00 00
    Offset 10: 08 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 7F 80
    Offset 30: 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00
    Offset 40: 00 18 88 80 82 45 01 00 18 24 88 80 82 44 00 00
    Offset 50: 15 F5 69 EA 60 05 20 20 66 EE 08 10 18 20 20 20
    Offset 60: AA AA 00 A0 E6 99 C0 1E 6D 6D A8 70 C1 6D 00 00
    Offset 70: 80 C8 00 01 00 01 10 00 01 00 00 00 00 00 00 02
    Offset 80: 0F 00 00 00 80 00 00 00 03 00 10 00 00 00 00 00
    Offset 90: 15 F5 69 EA 07 1C F1 1B 21 FF 00 00 21 23 74 00
    Offset A0: 02 C0 20 00 17 02 00 1F 14 03 00 00 2F 08 14 BA
    Offset B0: 7F BA 18 00 80 00 00 00 C0 00 00 00 00 00 00 84
    Offset C0: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 44 99 99 99 00 44 00 00
    Offset F0: 00 20 00 00 00 94 94 00 00 00 00 00 00 00 00 00

    B00 D01 F00: VIA VT8367 Apollo KT333 Chipset - AGP Controller

    Offset 00: 06 11 99 B0 07 00 30 22 00 00 04 06 00 00 01 00
    Offset 10: 00 00 00 00 00 00 00 00 00 01 01 00 F0 00 00 00
    Offset 20: 00 D6 50 D7 70 D7 F0 DF 00 00 00 00 00 00 00 00
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 00 00 08 00
    Offset 40: 80 C5 00 44 24 72 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 02 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D09 F00: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 50 00 03 0C 08 20 80 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: E1 FF 00 00 00 00 00 00 00 00 00 00 43 10 80 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 13 01 00 00
    Offset 40: 40 10 03 00 C2 00 30 C0 00 03 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 C2 C9 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00

    B00 D09 F01: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 50 00 03 0C 08 20 80 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 81 FF 00 00 00 00 00 00 00 00 00 00 43 10 80 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 10 02 00 00
    Offset 40: 40 10 03 00 C6 00 30 C0 00 0B 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 C2 C9 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00

    B00 D09 F02: VIA USB 2.0 Enhanced Host Controller

    Offset 00: 06 11 04 31 14 00 10 02 51 20 03 0C 08 20 80 00
    Offset 10: 00 00 80 D5 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 80 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 FF 03 00 00
    Offset 40: 00 00 01 00 00 00 00 00 80 00 00 00 00 00 00 00
    Offset 50: 00 5A 00 80 00 00 00 00 04 0B CC CC 53 00 00 00
    Offset 60: 20 20 01 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 C2 C9 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00

    B00 D0E F00: ULi/ALi M5237 USB Open Host Controller

    Offset 00: B9 10 37 52 17 00 B0 02 03 10 03 0C 08 20 80 00
    Offset 10: 00 E0 EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 37 52
    Offset 30: 00 00 00 00 60 00 00 00 00 00 00 00 12 02 00 50
    Offset 40: 00 00 1F 00 E0 02 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 01 00 02 D8 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0E F01: ULi/ALi M5237 USB Open Host Controller

    Offset 00: B9 10 37 52 17 00 B0 02 03 10 03 0C 08 20 80 00
    Offset 10: 00 D0 EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 37 52
    Offset 30: 00 00 00 00 60 00 00 00 00 00 00 00 12 02 00 50
    Offset 40: 00 00 1F 00 E0 02 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 01 00 02 D8 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0E F03: ULi/ALi M5273 USB 2.0 Host Controller

    Offset 00: B9 10 39 52 16 00 B0 02 01 20 03 0C 08 20 80 00
    Offset 10: 00 CF EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 72 52
    Offset 30: 00 00 00 00 50 00 00 00 00 00 00 00 11 01 00 50
    Offset 40: 01 01 00 00 00 00 10 C4 00 00 00 00 00 00 00 00
    Offset 50: 01 58 02 C8 00 00 00 00 0A 00 90 20 00 00 00 00
    Offset 60: 20 20 7F 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 01 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0E F04: ULi/ALi M5253 P1394 OHCI 1.1 Controller

    Offset 00: B9 10 53 52 16 00 B0 02 00 10 00 0C 08 20 80 00
    Offset 10: 00 F8 EF FF 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 B9 10 53 52
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 13 03 00 03
    Offset 40: 00 00 00 00 50 48 80 80 80 0A 00 10 00 00 00 00
    Offset 50: D4 01 64 20 00 0F 29 00 00 00 00 00 81 00 00 08
    Offset 60: 00 00 00 00 00 30 00 1F 00 00 1F 55 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 76 00 80 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0F F00: Creative SB0090 Audigy Player Sound Card

    Offset 00: 02 11 04 00 05 00 90 02 03 00 01 04 00 20 80 00
    Offset 10: 61 FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 02 11 53 00
    Offset 30: 00 00 00 00 DC 00 00 00 00 00 00 00 12 01 02 14
    Offset 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 82 00 00
    Offset 50: 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 22 06
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0F F01: Creative Audigy Game Port

    Offset 00: 02 11 03 70 05 00 90 02 03 00 80 09 00 20 80 00
    Offset 10: A9 FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 02 11 40 00
    Offset 30: 00 00 00 00 DC 00 00 00 00 00 00 00 00 00 00 00
    Offset 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 22 06
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D0F F02: Creative Audigy IEEE1394 Firewire Controller

    Offset 00: 02 11 01 40 16 00 10 02 00 10 00 0C 08 20 80 00
    Offset 10: 00 F0 EF FF 00 80 EF FF 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 02 11 10 00
    Offset 30: 00 00 00 00 44 00 00 00 00 00 00 00 13 02 02 04
    Offset 40: 00 00 00 00 01 00 02 7E 00 80 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 10 00 00 00 84 10 00 00 02 11 10 00 00 00 00 00

    B00 D11 F00: VIA VT8233(A) PCI-ISA Bridge

    Offset 00: 06 11 47 31 87 00 10 02 00 00 01 06 00 00 80 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00
    Offset 40: 44 00 F0 00 00 00 00 00 0C 20 00 00 44 00 08 08
    Offset 50: C1 18 09 00 00 00 00 00 63 90 00 00 04 E4 00 00
    Offset 60: 00 00 00 00 01 00 01 04 00 00 00 00 00 D0 10 00
    Offset 70: 43 10 8C 80 00 00 00 00 00 00 00 00 20 00 00 00
    Offset 80: 20 8C 49 00 00 00 00 00 01 E4 00 00 00 18 00 00
    Offset 90: 00 FF FF 00 90 41 00 00 50 FF 20 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 01 E8 01 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 08 01 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00

    B00 D11 F01: VIA VT82C571 IDE Controller

    Offset 00: 06 11 71 05 07 00 90 02 06 8A 01 01 00 20 00 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 01 B4 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 C0 00 00 00 00 00 00 00 00 01 00 00
    Offset 40: 0B C2 09 0A 1C 10 C0 00 20 20 A8 20 FF 00 B6 B6
    Offset 50: 07 E6 17 F0 04 00 00 00 A8 A8 A8 A8 00 00 00 00
    Offset 60: 00 02 00 00 00 00 00 00 00 02 00 00 00 00 00 00
    Offset 70: 02 01 00 00 00 00 00 00 02 01 00 00 00 00 00 00
    Offset 80: F8 BE 83 02 00 00 00 00 C8 A9 83 02 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 06 00 71 05 43 10 8C 80 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D11 F02: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 23 00 03 0C 08 20 00 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 01 B0 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 15 04 00 00
    Offset 40: 00 00 01 00 00 00 0F 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B00 D11 F03: VIA VT83C572 PCI-USB Controller

    Offset 00: 06 11 38 30 17 00 10 02 23 00 03 0C 08 20 00 00
    Offset 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 20: 01 A8 00 00 00 00 00 00 00 00 00 00 43 10 8C 80
    Offset 30: 00 00 00 00 80 00 00 00 00 00 00 00 15 04 00 00
    Offset 40: 00 00 01 00 00 00 0F 00 00 00 00 00 00 00 00 00
    Offset 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    B01 D00 F00: MSI G4Ti4600 (MS-8872) Video Adapter

    Offset 00: DE 10 50 02 07 00 B0 02 A3 00 00 03 00 F8 00 00
    Offset 10: 00 00 00 D6 08 00 00 D8 08 00 80 D7 00 00 00 00
    Offset 20: 00 00 00 00 00 00 00 00 00 00 00 00 62 14 25 87
    Offset 30: 00 00 00 00 60 00 00 00 00 00 00 00 10 01 05 01
    Offset 40: 62 14 25 87 02 00 20 00 17 02 00 1F 14 03 00 1F
    Offset 50: 01 00 00 00 01 00 00 00 CE D6 23 00 0F 00 00 00
    Offset 60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Offset F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


    --------[ Debug - Video BIOS ]------------------------------------------------------------------------------------------

    C000:0000 U.t.K7400.L.w.VIDEO ......e...IBM VGA Compatible........04/16/02
    C000:0040 ..................w.b.%.........................PMIDj.m.........
    C000:0080 ...7.NV......'.%...................P..zq(.f.g.r.q.q....B.......
    C000:00C0 ..3.g.g`...0W....j.r.......j.................^h.h......H. .Nh>h.
    C000:0100 ....PCIR..P.........t.......GeForce4 Ti 4600....MSIN8872P4.111..
    C000:0140 .............................................Version 4.25.00.27.
    C000:0180 33 ...Copyright (C) 1996-2002 NVIDIA Corp....NV25 Board.........
    C000:01C0 ................Chip Rev ...................n..z..y..t..i..a..
    C000:0200 x..b..7..rM.g..f..h..c..eS.q..l..k..j..o..u..v5.9..8P.1..2..4C.3
    C000:0240 ..6..5..I..f`.....................u..fa....f`3....fa.2..,.....C.
    C000:0280 .....:.u...T.2........K.u..w$2.....u...t..Q.......o&Y.f..7......
    C000:02C0 f.#....f........u..o..f..7...f........u..Y..f..7...........u.S..
    C000:0300 .[.~..f`f......R.f..f....@.f...f..@f...f...xi<.u...7....u...4Rf.
    C000:0340 ..h....f..f...............2...f...f3.Zf...f..f..f.2...f3.f..f...
    C000:0380 .....f.....f.q......fa.........".C...C..u............C..u.......
    C000:03C0 ...f......C.."."'C..'C..u...B.J..f............f......C..'C..u..f


    ------------------------------------------------------------------------------------------------------------------------

    The names of actual companies and products mentioned herein may be the trademarks of their respective owners.
     
  34. Bold Eagle

    Bold Eagle MajorGeek

    Grub that is an exceptional amount of info and a direct contrast to another thread, hm Adrylyne, but all I'm really interested in is the output from the sensor display (left click Comp > Sensor) and a comparitive assessment btwn BIOS and the diagnostic software. I'm still suspicious that your CPU fan is going flat out trying to cool your CPU and BIOS and Everest both note (they are giving very similar RPM's go EVEREST) CPU fan RPM ~68XX, that baby is moving, mine is at ~2500 w CPU @ 45C. Youv'e done really well and seen that indeed the CPU heatsink was impaired (chunk of burnt dust) and thus affecting the overall potential efficiency of your sys. Both noted very similar temp 51-52C. Although this is within your temp range I still think you need to remove the heatsink and assess the base for thermal paste . Is it a pad or paste? Is it dry and solidified or still like "thick gel"? It is also important to consider what is your background temp, e.g is it summer and 35C????

    This can and will give you 5C, slow your fan and lower the noise, geez how loud is your case?
     
  35. Grubenstein

    Grubenstein Private E-2

    Sorry, got carried away, could see anyway of getting the info to this site without cuting and pasting the report!!!!

    Its sounds like a hovercraft!!!

    I will take your advice re heat sink and thermal paste, I need to find manual of mobo in attic and find some time to sit down and look at it properly (9 month old baby not impressed with dads pc fiddling, nor is the mother!!!)

    Thanks for all your adivce, system is much more stable now and I run a Game and left it running for 2.5 hours and the temps went up to



    Motherboard 35
    CPU 56
    CPU Diode 52


    CPU Fan 6200
    Power Supply 3000

    Thanks for all you help mate
     
  36. Bold Eagle

    Bold Eagle MajorGeek

    As far as mobo manuals go go to the website (atics can be scary, lol). I have a hard copy right here but I downloaded a PDF from MSI site and I love it. I can search, magnify, etc etc the electonic copy so much better. Also check out if they have heatsink removal guides for your specific sys or just email and ask them. It's good to take the cautious approach and although I may have erred wrt to FSB and North Bridge, everything else is rocksolid!

    Fly like an Eagle
     
  37. Rikky

    Rikky Wile E. Coyote - One of a kind

    Theres only one sure way to test what temperature your cpu reaches under load,by the time you quit a game and get back to desktop,check the monitoring program,the temperature would have dropped considerably as much as 10-20 degrees-That fast!

    Download this program and run it,it will run your cpu under full load,now monitor the temperature rise using your preferred temp program,after around 15 mins it should have peaked and began to level out,if carries on rising for as long as you have the patience to watch it,its a sure sign you need more airflow through the case as the heat isnt being expelled

    http://majorgeeks.com/Toast_d867.html

    Now you have cleaned out the dust ect. And you can run this program continuously 'I like to run it all day to be sure,or overnight' without your computer crashing,you have absolute proof your cpu is no longer overheating

    post the max temp your cpu reaches

    Bold Eagle; I'm gonna disagree with taking the heatsink off the cpu and reapplication of thermal paste at this point,until the basic,dusting, cable tidying and case airflow have been established,but this all depends upon Grubs confidence in removing the heatsink,many a fine geek has snapped the corner off those exposed cores Instantly killing the cpu :)
     
  38. Bold Eagle

    Bold Eagle MajorGeek

    Fair enough go with rikky and try all else firstly.
     
  39. Grubenstein

    Grubenstein Private E-2

    Thanks Ricky downloaded toast and have it running now, love the graphic well funny!!!

    I will donwload the mobo manual as well to start that side of things, I am a little nervous of stripping off the heat sink, so will try everything else first.

    Will post you a temp after a few hours
     
  40. Bold Eagle

    Bold Eagle MajorGeek

    Don't be nervous Grub just be cautious if it comes to that and be very patient. Read as much as you can beforehand. I only did my first 2 weeks ago but I had done heaps of research and asked around (here) had an excellent guide and just TOOK MY TIME, and after all this it was straightforward because I was well prepared. But your temps are looking reasonable now anyway, just keep monitoring them for the next 2 weeks just to be safe.
     
  41. Grubenstein

    Grubenstein Private E-2

    Athlon XP-2400+ Max Case Temp 85° C from the CPU guide you kindly sent me.

    Everest Report after running Toast for an hour

    --------[ Sensor ]------------------------------------------------------------------------------------------------------

    Sensor Properties:
    Sensor Type Asus ASB100 Bach (SMBus 2Dh)
    Motherboard Name Asus A7V266 / A7V333 Series

    Temperatures:
    Motherboard 37 °C (99 °F)
    CPU 71 °C (160 °F)
    CPU Diode 66 °C (151 °F)
    Aux 14 °C (57 °F)
    Maxtor 6Y080L0 42 °C (108 °F)

    Cooling Fans:
    CPU 6136 RPM
    Power Supply 3068 RPM

    Voltage Values:
    CPU Core 1.68 V
    +3.3 V 3.33 V
    +5 V 4.81 V
    +12 V 12.93 V
    -12 V -12.84 V
    -5 V -4.89 V
    Debug Info F 6E DC FF
    Debug Info T 37 71 14
    Debug Info V 68 68 CF B4 CA CA CA (01)
     
  42. Grubenstein

    Grubenstein Private E-2

    Temps after 3 hours

    Sensor Properties:
    Sensor Type Asus ASB100 Bach (SMBus 2Dh)
    Motherboard Name Asus A7V266 / A7V333 Series

    Temperatures:
    Motherboard 37 °C (99 °F)
    CPU 72 °C (162 °F)
    CPU Diode 67 °C (153 °F)
    Aux 14 °C (57 °F)
    Maxtor 6Y080L0 42 °C (108 °F)

    Cooling Fans:
    CPU 6136 RPM
    Power Supply 3068 RPM

    Voltage Values:
    CPU Core 1.68 V
    +3.3 V 3.34 V
    +5 V 4.78 V
    +12 V 12.99 V
    -12 V -12.91 V
    -5 V -4.89 V
    Debug Info F 69 DC FF
    Debug Info T 37 72 14
    Debug Info V 68 68 D0 B1 CC CC CC (01)

    seems to be holding at these values
     
  43. Rikky

    Rikky Wile E. Coyote - One of a kind

    That is mighty hot,but the shear fact you can run toast for three hours without a lockup is good news,have you had any crashes since the cleanup?

    Do you have any case fans or mounts to install case fans,if so I'd advise you to install some additional fans and tidy up the wires inside your case to increase airflow,if this doesnt lower the temp as boldeagle said move onto reapplication of thermal paste,you just have to be cautious,the first is always the hardest ;) :)

    The temp your aiming for is under 60 degrees full load,or cooler,your cpu fan will be at full throttle at about 50 hence it sounding like a jet engine,so any additional steps you take toward cooling are good,if you are gonna remove the heatsink you may want to consider installing an aftermarket cooler which will keep your cpu much cooler and will be almost inaudible,I have fitted two of these for friends I think its an awsome cooler for the price,its inaudible,It'll keep your cpu at around 50 degrees under full load and comes withe arctic thermal paste

    http://www.newegg.com/Product/Product.asp?Item=N82E16835186131
     
  44. Bold Eagle

    Bold Eagle MajorGeek

    Grub I'm impressed but you be careful now I can sense a change, .......your be-be-becoming a geek. Right you need to keep a basic report of these figures so you can monitor it over time. Just use excel or word and keep it simple date, time, CPU, Diode, Motherboard (all temps) and CPU FAN and current activity, this should include (eg. Cold BIOS, Toast 3 Hrs, etc) are the most informative and you can monitor any changes over time.

    Rikky's spot on can you see mounting locations for extra fans you may even consider adding (modding) a side hole into the Right Hand Side Panel to direct air onto CPU. I have two extra fans in my side panel and room for one more, also a front mounted inlet and two back (PSU included). Even with all this I am still considering a modded top hole exhaust.

    If you decide the heatsink is going to come off once again an upgrade should be considered if you can afford.

    Anyway start the basic report for now, I did when I had serious overheating in summer and it was invaluable and I have it saved for reference.
     

    Attached Files:

  45. Grubenstein

    Grubenstein Private E-2

    Bald Eagle

    Unfortunately, I have been a Geek for Many years (or Dweeb as I prefer it).

    Thank you for all you help and to Ricky and everyone else

    No Crashes have occured since I have taken this journey to Geekville!!!
    so sucess all round, I will investigate putting an extra fan in.
     
  46. Bold Eagle

    Bold Eagle MajorGeek

    Good good and as they say the "geeks shall inheret the Earth" or something like that, lol.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds