Author Topic: Software setup/Mainboard change for Agilent 16900A/16902A/16903A logic analyzer  (Read 31811 times)

0 Members and 1 Guest are viewing this topic.

Offline ahakman

  • Regular Contributor
  • *
  • Posts: 87
I also submitted a support request with Keysight to get the older software, and they just closed the request saying "16903A isn't supported anymore - last support was in 2012"

I guess Keysight has turned into one of _those_ kind of companies now... how the greats have fallen

For shame Keysight, for shame...
 

Offline ahakman

  • Regular Contributor
  • *
  • Posts: 87
I'm just trying out a new mobo in my 16903A. I got a Asus P5G43T-M PRO motherboard with a c2d E8500 and 4GB of ram. I installed win7 64 bit on a 500gb ssd (and sp1 / security rollups, etc etc) and the logic analysys software 5.60 (HUGE Thanks to ingowien for still having that kicking around seeing as Keysight is not even interested in handing out the software anymore).

I only have 2 slight issues - if I set the motherboard to use integrated graphics / PCI, the bios does show up on the integrated monitor, but the system just hangs at "Checking NVRAM" and won't actually boot ("Checking NVRAM" seems to be a relatively common AMI bios thing some people see if you google it, but there are really no definitive answers as to what causes it). If I change the display adapter in the bios to be only integrated graphics and not PCI, then it boots to windows. So the internal monitor works, but the system won't boot if that's the primary display device - not really the end of the world for me.

Once in windows, everything seems fine, the logic analysys service works and recognizes the frame and the cards, and starting the logic analyzer software works, but if I run a self test, I get 1 error, "System Backplane Clock Test (Failed in slots BCA)". I have a 3 card stack that's all joined together into one large module. I never saw this System Backplane Clock Test failure before, and I didn't remove (or even move) any of the cards in the backplane to swap the mobo. Has anyone seen this error before? I'm wondering if the power supply is a little overloaded - the 12V rail is at about 11.5V, which seems a bit low.

Anyone have any ideas what causes the Backplane Clock Test to fail?
« Last Edit: April 18, 2023, 09:26:23 am by ahakman »
 

Offline ahakman

  • Regular Contributor
  • *
  • Posts: 87
I fixed it, it was the 12V rail being low. I took the front panel off, took the power supply out, took the cover off, and then plugged the power supply back in. With it loaded and running windows, I adjusted the pot on the 12V module in the power supply to get 12.2V. Now the System Backplane Clock Test passes with no issues. I guess 11.5V that it was set to before while loaded was just too low a voltage, probably for the PLL on the backplane.

So, if your System Backplane Clock Test is failing, and looking at the detailed output of the test, is running about 1/3 the frequency it should be, check the 12V rail is adjusted properly!

Now I just need to cut a hole in the motherboard tray for the I/O shield, and this thing is good to go - nice and usable now, not painfully slow like it used to be!
 

Offline ahakman

  • Regular Contributor
  • *
  • Posts: 87
Hmm, or not - I put it all back together again (mounted the power supply properly and put the front panel back on), now it's back to the system backplane test failing agian, running at 1/3 the frequency it should be  |O
 

Offline heisnoble

  • Newbie
  • Posts: 2
  • Country: us
Hello friend i bought a agilent 16802a from ebay. the motherboard was dead. i changed it with a similar one. but after a clean re-install windows xp and installed 5.90 application software. but it is showing frame id error. i dont know what to do with. some one guide me what to do with.
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
Hello friend i bought a agilent 16802a from ebay. the motherboard was dead. i changed it with a similar one. but after a clean re-install windows xp and installed 5.90 application software. but it is showing frame id error. i dont know what to do with. some one guide me what to do with.

the v5.90 software is drm locked to certain motherboards.
Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
So i have a 16801A and went to pull the board out to plug into another frame, and noticed its a 134 channel card... Somehow Agilent Disabled have of it?

I am going to dump the Serial EEPROM and compare board jumpers to see if there is something make it appear only as a 34 channel card.
Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline gslick

  • Frequent Contributor
  • **
  • Posts: 584
  • Country: us
So i have a 16801A and went to pull the board out to plug into another frame, and noticed its a 134 channel card... Somehow Agilent Disabled have of it?

I am going to dump the Serial EEPROM and compare board jumpers to see if there is something make it appear only as a 34 channel card.

How are you dumping the serial EEPROM of the module? Do you also have a method to write the serial EEPROM? How much effort does that take?

One thing I have wondered is what happens if the serial EEPROM is completely erased. In addition to applying hardware upgrade licenses to modules, the agHwUpdate.exe utility also has an option to initialize a module only if it is currently in the uninitialized state. I'd have to check my notes to see exactly what that option is. I wonder if that is a manufacturing option where the module initially has a blank serial EEPROM, and that is used to customize the module as a regular 16900-series 16910A or 16911A, or as a 16800-series specific 34/68/102-channel version.

If it's not too difficult to dump the current contents of the serial EEPROM and then write new contents, it would be interesting to see what happens when the agHwUpdate.exe utility is run if the serial EEPROM is completely erased.

Edit:
Maybe if the serial EEPROM is completely erased, and if you have a signed 16910_32Meg_Samples license file, then the agHwUpdate.exe utility could be used with the '-i' option to initialize the module with that license file.

Code: [Select]
C:\Program Files\Agilent Technologies\Logic Analyzer>agHwUpdate.exe -?
Usage:
  -?   print usage message
  -h   print usage message
  -i <slot letter>  -n <optional serial number>
       init the card in slot <slot letter> with serial number <serial number>
       NOTE: There must be a license file available for this serial number!
  -l <optional slot letter>
       list the contents of slot specified with slot letter,
       without the slot letter will list the contents of all slots
  -m <slot letter>
       return the card in slot <slot letter> to minimum depth and speed
       NOTE: This does not affect the serial number!
  -f <file name>
       write all output to the file specified
  -o   when used with the -f flag, indicates that it is ok to overwrite
       the file specified with the -f flag if it exists already
« Last Edit: September 01, 2023, 07:09:52 pm by gslick »
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
I was removing the eeprom and using my programmer.. However, I will try that util.

i need to correct my above post:

My 16801A i picked up a few months ago ( 32 Channel ) , actually has a 64 Channel Card ( not 134... lol) , but have way disabled. Comparing it to a 16911 card, the id chip resisters are set differently.

I also picked up the beat up face busted 16803A on ebay for $20 ( $100 shipped ) , turned out the lcd was not broken, and after resetting the admin password and bios, the display works perfectly.  the LA also passes self test without issue ( 20 reputations ) .. i just need to find a new bezel for it.

Its also equipped with an Intel Desktop Board D915GUX/D915PCM/D915GNA, Supporting 4g of Ram, the LCD is connected to an Adlink PCX-8551 Bridge Card... ( 1x PCIe )



Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
Converting a 16912 -> 16911

Trying to change the Board ID & Swapping EEProm did not work, Booting Frame Results in error:

"Initialization Status: Slot A: After loading, FPGA_INIT lines not 1. exp=000C, reg=0091"

i looked at both 16911 & 16912 and saw no differences between them other then the board id resisters

Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
As for Upgrading the Motherboard in these smaller 1/2 card frames, in two of the 3 units i have, they used the PCIe feature called Serial Digital Video Out to drive the LVDS display.. it only works on 915 Intel Chipset..
Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
Correction... Looks like it SDVO will work with all these chipsets..

Intel® 946GZ Express Chipset
Intel® 945G Express Chipset
Intel® G965 Express Chipset
Intel® Q965 Express Chipset
Intel® Q963 Express Chipset
Intel® G31 Express Chipset
Intel® G33 Express Chipset
Intel® G35 Express Chipset
Intel® Q33 Express Chipset
Intel® Q35 Express Chipset
Intel® G41 Express Chipset
Intel® G43 Express Chipset
Intel® G45 Express Chipset
Intel® Q43 Express Chipset
Intel® Q45 Express Chipset

Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
So, Still trying to see what can be done to a 1680XA system to upgrade the motherboard, Now, keep in mind the mATX in it now is a single core @ 3ghz, so it actually runs XP well, and putting 3g of ram, and doing the Register mod, allows it support any card in it.

I have tried two boards now with the PCIe SVDO Adapter, the systems do output video, but don't detect the correct panel resolution, it sets it to the smaller 800x600 on the larger 1024x768 panel.. so it has bars/garbage on left and bottom of screen, there is a hint that the Intel BMP tool can be used to edit the video bios, however, that program is non-existent.  --- I only tried to get video working first before moving to any software install, but since no video solution, not going to tear down frame to put board in.

Motherboards tried
Intel DG965RY ( wont fit, its too big, wasn't paying attention )
Intel DG43GT ( would fit, but does same issue ) .. I think this Motherboard may WILL work in a 16903A , i have one here i can try it in.. , but would require cutting out the back plate to support the MB I/O  I have a parts machine with missing bezel.

So if anybody has an extra Bezel for a 16903A and 1680X and will to part with, LMK :D

Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline asp

  • Regular Contributor
  • *
  • Posts: 67
  • Country: ro
Hi
   Sorry for wakening up an old post but I guess this does not deserve a new post. Does anyone know of any way to test the control FPGA(s) for modules? (I to get "DLLs not locked after load, failing DLLs = 33") (and from looking that is 33hex so 51) . Which to me sounds like PLL(phase lock loop)/DLL(delay locked loop) issue near the connector on the actual module or an issue with the control FPGA itself. I cannot run self test as the software throws an error when clicking on it (I have tried both XP and win10).
   This is on a 16911 module
   Since I do not have any other module to the the LA with I cannot confirm that this is related to the actual module itself or the control board, but my best guess (atm) is the module
« Last Edit: June 03, 2024, 02:42:42 pm by asp »
 

Offline danielbriggs

  • Regular Contributor
  • *
  • Posts: 137
  • Country: gb
Is there any visible corrosion on the any of the traces?
(The self adhesive runners have a known issue that eventually eat some of the traces they run over)  :-BROKE

Even with highly damaged cards I've been able to get through to the self-test. If you try again + make it to this screen, crank the verbose logging level to max (9), and run all the tests for that card.
The diagnostics are some of the most detailed I've ever seen on test gear; it even suggests which pins on which IC's have issues for some parts of the system - mind blowing attention to detail from the Agilent lot!

Best of luck with the repair.

All the best,
Dan
 

Offline asp

  • Regular Contributor
  • *
  • Posts: 67
  • Country: ro
Hi Dan. I did look around for traces that are corroded but found none. There is no self adhesive above traces. Below you can find a pic of the actual board. I am thinking of ordering a replacement FPGA and just drop it in there and see if there are any changes
 

Offline Hamster

  • Regular Contributor
  • *
  • Posts: 118
  • Country: us
try removing the card from the frame and load the software, it should load without any cards in the frame.

Arcade Board Repair Guru.  [ twitch: HammysHangout , youTube: Hammy Builds ]
 

Offline salvagedcircuitry

  • Regular Contributor
  • *
  • Posts: 188
  • Country: us
  • Electrical Engineer | Hobbyist | Camera Enthusiast
    • salvagedcircuitry
Below is an enumeration of all of the hardware devices on the M-890 motherboard system in my 16901A, as seen by Windows.

One interesting device is the PCI\VEN_17CC&DEV_2282 "Agilent Technologies device-side USB". That is a NetChip / PLX 2282, which is a USB device controller, not a USB host controller. I wonder what that is connected to, it would have to be another USB host controller somewhere in the system.

There is a PCI\VEN_104C&DEV_AC28 Texas Instruments PCI2050 PCI-to-PCI Bridge, and behind that the PCI\VEN_15BC&DEV_0505 "Agilent Technologies 16800/16900 Series Analyzer (PCI-to-SVY)". Both of those devices might be on the PCI add-in card. I'll have to take a look at it. The PCI-to-SVY is the interface to the logic analyzer module backplane.

There is also an Agilent driver "AgtSMBusIch" for PCI\VEN_8086&DEV_3A30 "Intel(R) ICH10 Family Agilent SMBus Controller - 3A30", maybe for talking to devices on the motherboard SMBus.

Code: [Select]
+ DeviceID:
| HTREE\ROOT\0
| + DeviceID:
| | ROOT\ACPI_HAL\0000
| | HardwareIDs:
| | ->acpiapic
| | CompatibleIDs:
| | ->DETECTEDInternal\ACPI_HAL
| | ->DETECTED\ACPI_HAL
| | Device Description:
| | ->ACPI x64-based PC
| | Service:
| | ->\Driver\ACPI_HAL
| | + DeviceID:
| | | ACPI_HAL\PNP0C08\0
| | | HardwareIDs:
| | | ->ACPI_HAL\PNP0C08
| | | ->*PNP0C08
| | | Device Description:
| | | ->Microsoft ACPI-Compliant System
| | | Service:
| | | ->ACPI
| | | + DeviceID:
| | | | ACPI\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E8400__@_3.00GHZ\_1
| | | | HardwareIDs:
| | | | ->ACPI\GenuineIntel_-_Intel64_Family_6_Model_23
| | | | ->*GenuineIntel_-_Intel64_Family_6_Model_23
| | | | ->ACPI\GenuineIntel_-_Intel64_Family_6
| | | | ->*GenuineIntel_-_Intel64_Family_6
| | | | ->ACPI\GenuineIntel_-_Intel64
| | | | ->*GenuineIntel_-_Intel64
| | | | CompatibleIDs:
| | | | ->ACPI\Processor
| | | | Device Description:
| | | | ->Intel Processor
| | | | Friendly Name:
| | | | ->Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz
| | | | Service:
| | | | ->intelppm
| | | + DeviceID:
| | | | ACPI\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E8400__@_3.00GHZ\_2
| | | | HardwareIDs:
| | | | ->ACPI\GenuineIntel_-_Intel64_Family_6_Model_23
| | | | ->*GenuineIntel_-_Intel64_Family_6_Model_23
| | | | ->ACPI\GenuineIntel_-_Intel64_Family_6
| | | | ->*GenuineIntel_-_Intel64_Family_6
| | | | ->ACPI\GenuineIntel_-_Intel64
| | | | ->*GenuineIntel_-_Intel64
| | | | CompatibleIDs:
| | | | ->ACPI\Processor
| | | | Device Description:
| | | | ->Intel Processor
| | | | Friendly Name:
| | | | ->Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz
| | | | Service:
| | | | ->intelppm
| | | + DeviceID:
| | | | ACPI\PNP0A08\0
| | | | HardwareIDs:
| | | | ->ACPI\PNP0A08
| | | | ->*PNP0A08
| | | | CompatibleIDs:
| | | | ->*PNP0A03
| | | | Device Description:
| | | | ->PCI bus
| | | | Service:
| | | | ->pci
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_2E10&SUBSYS_2E108086&REV_03\3&11583659&0&00
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_2E10&SUBSYS_2E108086&REV_03
| | | | | ->PCI\VEN_8086&DEV_2E10&SUBSYS_2E108086
| | | | | ->PCI\VEN_8086&DEV_2E10&CC_060000
| | | | | ->PCI\VEN_8086&DEV_2E10&CC_0600
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_2E10&REV_03
| | | | | ->PCI\VEN_8086&DEV_2E10
| | | | | ->PCI\VEN_8086&CC_060000
| | | | | ->PCI\VEN_8086&CC_0600
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_060000
| | | | | ->PCI\CC_0600
| | | | | Device Description:
| | | | | ->Intel(R) 4 Series Chipset Processor to I/O Controller - 2E10
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_2E12&SUBSYS_2E128086&REV_03\3&11583659&0&10
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_2E12&SUBSYS_2E128086&REV_03
| | | | | ->PCI\VEN_8086&DEV_2E12&SUBSYS_2E128086
| | | | | ->PCI\VEN_8086&DEV_2E12&CC_030000
| | | | | ->PCI\VEN_8086&DEV_2E12&CC_0300
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_2E12&REV_03
| | | | | ->PCI\VEN_8086&DEV_2E12
| | | | | ->PCI\VEN_8086&CC_030000
| | | | | ->PCI\VEN_8086&CC_0300
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_030000
| | | | | ->PCI\CC_0300
| | | | | Device Description:
| | | | | ->Intel(R) Q45/Q43 Express Chipset
| | | | | Service:
| | | | | ->igfx
| | | | | + DeviceID:
| | | | | | DISPLAY\MS_9001\4&2631CC80&1&UID67568640
| | | | | | HardwareIDs:
| | | | | | ->MONITOR\MS_9001
| | | | | | CompatibleIDs:
| | | | | | ->*PNP09FF
| | | | | | Device Description:
| | | | | | ->Generic PnP Monitor
| | | | | | Service:
| | | | | | ->monitor
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_2E13&SUBSYS_2E128086&REV_03\3&11583659&0&11
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_2E13&SUBSYS_2E128086&REV_03
| | | | | ->PCI\VEN_8086&DEV_2E13&SUBSYS_2E128086
| | | | | ->PCI\VEN_8086&DEV_2E13&CC_038000
| | | | | ->PCI\VEN_8086&DEV_2E13&CC_0380
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_2E13&REV_03
| | | | | ->PCI\VEN_8086&DEV_2E13
| | | | | ->PCI\VEN_8086&CC_038000
| | | | | ->PCI\VEN_8086&CC_0380
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_038000
| | | | | ->PCI\CC_0380
| | | | | Device Description:
| | | | | ->Intel(R) Q45/Q43 Express Chipset
| | | | | Service:
| | | | | ->igfx
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A37&SUBSYS_3A378086&REV_00\3&11583659&0&D0
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A37&SUBSYS_3A378086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A37&SUBSYS_3A378086
| | | | | ->PCI\VEN_8086&DEV_3A37&CC_0C0300
| | | | | ->PCI\VEN_8086&DEV_3A37&CC_0C03
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A37&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A37
| | | | | ->PCI\VEN_8086&CC_0C0300
| | | | | ->PCI\VEN_8086&CC_0C03
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_0C0300
| | | | | ->PCI\CC_0C03
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family USB Universal Host Controller - 3A37
| | | | | Service:
| | | | | ->usbuhci
| | | | | + DeviceID:
| | | | | | USB\ROOT_HUB\4&42BF6F&1
| | | | | | HardwareIDs:
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A37&REV0000
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A37
| | | | | | ->USB\ROOT_HUB
| | | | | | Device Description:
| | | | | | ->USB Root Hub
| | | | | | Service:
| | | | | | ->usbhub
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A3C&SUBSYS_3A3C8086&REV_00\3&11583659&0&D7
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A3C&SUBSYS_3A3C8086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A3C&SUBSYS_3A3C8086
| | | | | ->PCI\VEN_8086&DEV_3A3C&CC_0C0320
| | | | | ->PCI\VEN_8086&DEV_3A3C&CC_0C03
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A3C&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A3C
| | | | | ->PCI\VEN_8086&CC_0C0320
| | | | | ->PCI\VEN_8086&CC_0C03
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_0C0320
| | | | | ->PCI\CC_0C03
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
| | | | | Service:
| | | | | ->usbehci
| | | | | + DeviceID:
| | | | | | USB\ROOT_HUB20\4&33750BA2&1
| | | | | | HardwareIDs:
| | | | | | ->USB\ROOT_HUB20&VID8086&PID3A3C&REV0000
| | | | | | ->USB\ROOT_HUB20&VID8086&PID3A3C
| | | | | | ->USB\ROOT_HUB20
| | | | | | Device Description:
| | | | | | ->USB Root Hub
| | | | | | Service:
| | | | | | ->usbhub
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A3E&SUBSYS_0700144A&REV_00\3&11583659&0&D8
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A3E&SUBSYS_0700144A&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A3E&SUBSYS_0700144A
| | | | | ->PCI\VEN_8086&DEV_3A3E&CC_040300
| | | | | ->PCI\VEN_8086&DEV_3A3E&CC_0403
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A3E&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A3E
| | | | | ->PCI\VEN_8086&CC_040300
| | | | | ->PCI\VEN_8086&CC_0403
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_040300&DT_9
| | | | | ->PCI\CC_040300
| | | | | ->PCI\CC_0403&DT_9
| | | | | ->PCI\CC_0403
| | | | | Device Description:
| | | | | ->High Definition Audio Controller
| | | | | Service:
| | | | | ->HDAudBus
| | | | | + DeviceID:
| | | | | | HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_144A0000&REV_1002\4&3187122E&1&0101
| | | | | | HardwareIDs:
| | | | | | ->HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_144A0000&REV_1002
| | | | | | ->HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_144A0000
| | | | | | CompatibleIDs:
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_3A3E&VEN_10EC&DEV_0262&REV_1002
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_10EC&DEV_0262&REV_1002
| | | | | | ->HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&REV_1002
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_3A3E&VEN_10EC&DEV_0262
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_10EC&DEV_0262
| | | | | | ->HDAUDIO\FUNC_01&VEN_10EC&DEV_0262
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_3A3E&VEN_10EC
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_10EC
| | | | | | ->HDAUDIO\FUNC_01&VEN_10EC
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_3A3E
| | | | | | ->HDAUDIO\FUNC_01&CTLR_VEN_8086
| | | | | | ->HDAUDIO\FUNC_01&GF&VEN_10EC&DEV_0262&SUBSYS_144A0000&REV_1002
| | | | | | ->HDAUDIO\FUNC_01
| | | | | | Device Description:
| | | | | | ->Realtek High Definition Audio
| | | | | | Service:
| | | | | | ->IntcAzAudAddService
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A40&SUBSYS_3A408086&REV_00\3&11583659&0&E0
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A40&SUBSYS_3A408086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A40&SUBSYS_3A408086
| | | | | ->PCI\VEN_8086&DEV_3A40&CC_060400
| | | | | ->PCI\VEN_8086&DEV_3A40&CC_0604
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A40&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A40
| | | | | ->PCI\VEN_8086&CC_060400
| | | | | ->PCI\VEN_8086&CC_0604
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_060400&DT_4
| | | | | ->PCI\CC_060400
| | | | | ->PCI\CC_0604&DT_4
| | | | | ->PCI\CC_0604
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
| | | | | Service:
| | | | | ->pci
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A48&SUBSYS_3A488086&REV_00\3&11583659&0&E4
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A48&SUBSYS_3A488086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A48&SUBSYS_3A488086
| | | | | ->PCI\VEN_8086&DEV_3A48&CC_060400
| | | | | ->PCI\VEN_8086&DEV_3A48&CC_0604
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A48&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A48
| | | | | ->PCI\VEN_8086&CC_060400
| | | | | ->PCI\VEN_8086&CC_0604
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_060400&DT_4
| | | | | ->PCI\CC_060400
| | | | | ->PCI\CC_0604&DT_4
| | | | | ->PCI\CC_0604
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family PCI Express Root Port 5 - 3A48
| | | | | Service:
| | | | | ->pci
| | | | | + DeviceID:
| | | | | | PCI\VEN_8086&DEV_10D3&SUBSYS_00008086&REV_00\003064FFFF0EF72300
| | | | | | HardwareIDs:
| | | | | | ->PCI\VEN_8086&DEV_10D3&SUBSYS_00008086&REV_00
| | | | | | ->PCI\VEN_8086&DEV_10D3&SUBSYS_00008086
| | | | | | ->PCI\VEN_8086&DEV_10D3&CC_020000
| | | | | | ->PCI\VEN_8086&DEV_10D3&CC_0200
| | | | | | CompatibleIDs:
| | | | | | ->PCI\VEN_8086&DEV_10D3&REV_00
| | | | | | ->PCI\VEN_8086&DEV_10D3
| | | | | | ->PCI\VEN_8086&CC_020000
| | | | | | ->PCI\VEN_8086&CC_0200
| | | | | | ->PCI\VEN_8086
| | | | | | ->PCI\CC_020000&DT_0
| | | | | | ->PCI\CC_020000
| | | | | | ->PCI\CC_0200&DT_0
| | | | | | ->PCI\CC_0200
| | | | | | Device Description:
| | | | | | ->Intel(R) 82574L Gigabit Network Connection
| | | | | | Service:
| | | | | | ->e1qexpress
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A34&SUBSYS_3A348086&REV_00\3&11583659&0&E8
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A34&SUBSYS_3A348086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A34&SUBSYS_3A348086
| | | | | ->PCI\VEN_8086&DEV_3A34&CC_0C0300
| | | | | ->PCI\VEN_8086&DEV_3A34&CC_0C03
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A34&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A34
| | | | | ->PCI\VEN_8086&CC_0C0300
| | | | | ->PCI\VEN_8086&CC_0C03
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_0C0300
| | | | | ->PCI\CC_0C03
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family USB Universal Host Controller - 3A34
| | | | | Service:
| | | | | ->usbuhci
| | | | | + DeviceID:
| | | | | | USB\ROOT_HUB\4&1D102352&1
| | | | | | HardwareIDs:
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A34&REV0000
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A34
| | | | | | ->USB\ROOT_HUB
| | | | | | Device Description:
| | | | | | ->USB Root Hub
| | | | | | Service:
| | | | | | ->usbhub
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A35&SUBSYS_3A358086&REV_00\3&11583659&0&E9
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A35&SUBSYS_3A358086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A35&SUBSYS_3A358086
| | | | | ->PCI\VEN_8086&DEV_3A35&CC_0C0300
| | | | | ->PCI\VEN_8086&DEV_3A35&CC_0C03
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A35&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A35
| | | | | ->PCI\VEN_8086&CC_0C0300
| | | | | ->PCI\VEN_8086&CC_0C03
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_0C0300
| | | | | ->PCI\CC_0C03
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family USB Universal Host Controller - 3A35
| | | | | Service:
| | | | | ->usbuhci
| | | | | + DeviceID:
| | | | | | USB\ROOT_HUB\4&F97D3BB&1
| | | | | | HardwareIDs:
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A35&REV0000
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A35
| | | | | | ->USB\ROOT_HUB
| | | | | | Device Description:
| | | | | | ->USB Root Hub
| | | | | | Service:
| | | | | | ->usbhub
| | | | | | + DeviceID:
| | | | | | | USB\VID_07DD&PID_0001\5&34A2064A&0&2
| | | | | | | HardwareIDs:
| | | | | | | ->USB\VID_07DD&PID_0001&REV_8023
| | | | | | | ->USB\VID_07DD&PID_0001
| | | | | | | CompatibleIDs:
| | | | | | | ->USB\Class_03&SubClass_01&Prot_02
| | | | | | | ->USB\Class_03&SubClass_01
| | | | | | | ->USB\Class_03
| | | | | | | Device Description:
| | | | | | | ->USB HID Touch Screen Controller
| | | | | | | Service:
| | | | | | | ->HidUsb
| | | | | | | + DeviceID:
| | | | | | | | HID\VID_07DD&PID_0001\6&30FFB929&1&0000
| | | | | | | | HardwareIDs:
| | | | | | | | ->HID\VID_07DD&PID_0001&REV_8023
| | | | | | | | ->HID\VID_07DD&PID_0001
| | | | | | | | ->HID_DEVICE_SYSTEM_MOUSE
| | | | | | | | ->HID_DEVICE_UP:0001_U:0002
| | | | | | | | ->HID_DEVICE
| | | | | | | | CompatibleIDs:
| | | | | | | | Device Description:
| | | | | | | | ->USB Touch Screen Controller
| | | | | | | | Service:
| | | | | | | | ->mouhid
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A36&SUBSYS_3A368086&REV_00\3&11583659&0&EA
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A36&SUBSYS_3A368086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A36&SUBSYS_3A368086
| | | | | ->PCI\VEN_8086&DEV_3A36&CC_0C0300
| | | | | ->PCI\VEN_8086&DEV_3A36&CC_0C03
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A36&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A36
| | | | | ->PCI\VEN_8086&CC_0C0300
| | | | | ->PCI\VEN_8086&CC_0C03
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_0C0300
| | | | | ->PCI\CC_0C03
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family USB Universal Host Controller - 3A36
| | | | | Service:
| | | | | ->usbuhci
| | | | | + DeviceID:
| | | | | | USB\ROOT_HUB\4&7D61B93&1
| | | | | | HardwareIDs:
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A36&REV0000
| | | | | | ->USB\ROOT_HUB&VID8086&PID3A36
| | | | | | ->USB\ROOT_HUB
| | | | | | Device Description:
| | | | | | ->USB Root Hub
| | | | | | Service:
| | | | | | ->usbhub
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A3A&SUBSYS_3A3A8086&REV_00\3&11583659&0&EF
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A3A&SUBSYS_3A3A8086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A3A&SUBSYS_3A3A8086
| | | | | ->PCI\VEN_8086&DEV_3A3A&CC_0C0320
| | | | | ->PCI\VEN_8086&DEV_3A3A&CC_0C03
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A3A&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A3A
| | | | | ->PCI\VEN_8086&CC_0C0320
| | | | | ->PCI\VEN_8086&CC_0C03
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_0C0320
| | | | | ->PCI\CC_0C03
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
| | | | | Service:
| | | | | ->usbehci
| | | | | + DeviceID:
| | | | | | USB\ROOT_HUB20\4&1F9F9DFB&1
| | | | | | HardwareIDs:
| | | | | | ->USB\ROOT_HUB20&VID8086&PID3A3A&REV0000
| | | | | | ->USB\ROOT_HUB20&VID8086&PID3A3A
| | | | | | ->USB\ROOT_HUB20
| | | | | | Device Description:
| | | | | | ->USB Root Hub
| | | | | | Service:
| | | | | | ->usbhub
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_244E&SUBSYS_244E8086&REV_90\3&11583659&0&F0
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_244E&SUBSYS_244E8086&REV_90
| | | | | ->PCI\VEN_8086&DEV_244E&SUBSYS_244E8086
| | | | | ->PCI\VEN_8086&DEV_244E&CC_060401
| | | | | ->PCI\VEN_8086&DEV_244E&CC_0604
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_244E&REV_90
| | | | | ->PCI\VEN_8086&DEV_244E
| | | | | ->PCI\VEN_8086&CC_060401
| | | | | ->PCI\VEN_8086&CC_0604
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_060401
| | | | | ->PCI\CC_0604
| | | | | Device Description:
| | | | | ->Intel(R) 82801 PCI Bridge - 244E
| | | | | Service:
| | | | | ->pci
| | | | | + DeviceID:
| | | | | | PCI\VEN_17CC&DEV_2282&SUBSYS_00000000&REV_11\4&1D98F028&1&38F0
| | | | | | HardwareIDs:
| | | | | | ->PCI\VEN_17CC&DEV_2282&SUBSYS_00000000&REV_11
| | | | | | ->PCI\VEN_17CC&DEV_2282&SUBSYS_00000000
| | | | | | ->PCI\VEN_17CC&DEV_2282&REV_11
| | | | | | ->PCI\VEN_17CC&DEV_2282
| | | | | | ->PCI\VEN_17CC&DEV_2282&CC_0C03FE
| | | | | | ->PCI\VEN_17CC&DEV_2282&CC_0C03
| | | | | | CompatibleIDs:
| | | | | | ->PCI\VEN_17CC&CC_0C03FE
| | | | | | ->PCI\VEN_17CC&CC_0C03
| | | | | | ->PCI\VEN_17CC
| | | | | | ->PCI\CC_0C03FE
| | | | | | ->PCI\CC_0C03
| | | | | | Device Description:
| | | | | | ->Agilent Technologies device-side USB
| | | | | | Service:
| | | | | | ->Agt2280
| | | | | + DeviceID:
| | | | | | PCI\VEN_104C&DEV_AC28&SUBSYS_00000000&REV_00\4&1D98F028&1&78F0
| | | | | | HardwareIDs:
| | | | | | ->PCI\VEN_104C&DEV_AC28&SUBSYS_00000000&REV_00
| | | | | | ->PCI\VEN_104C&DEV_AC28&SUBSYS_00000000
| | | | | | ->PCI\VEN_104C&DEV_AC28&REV_00
| | | | | | ->PCI\VEN_104C&DEV_AC28
| | | | | | ->PCI\VEN_104C&DEV_AC28&CC_060400
| | | | | | ->PCI\VEN_104C&DEV_AC28&CC_0604
| | | | | | CompatibleIDs:
| | | | | | ->PCI\VEN_104C&CC_060400
| | | | | | ->PCI\VEN_104C&CC_0604
| | | | | | ->PCI\VEN_104C
| | | | | | ->PCI\CC_060400
| | | | | | ->PCI\CC_0604
| | | | | | Device Description:
| | | | | | ->PCI standard PCI-to-PCI bridge
| | | | | | Service:
| | | | | | ->pci
| | | | | | + DeviceID:
| | | | | | | PCI\VEN_15BC&DEV_0505&SUBSYS_00000000&REV_00\5&19F0F871&0&0078F0
| | | | | | | HardwareIDs:
| | | | | | | ->PCI\VEN_15BC&DEV_0505&SUBSYS_00000000&REV_00
| | | | | | | ->PCI\VEN_15BC&DEV_0505&SUBSYS_00000000
| | | | | | | ->PCI\VEN_15BC&DEV_0505&REV_00
| | | | | | | ->PCI\VEN_15BC&DEV_0505
| | | | | | | ->PCI\VEN_15BC&DEV_0505&CC_0B4000
| | | | | | | ->PCI\VEN_15BC&DEV_0505&CC_0B40
| | | | | | | CompatibleIDs:
| | | | | | | ->PCI\VEN_15BC&CC_0B4000
| | | | | | | ->PCI\VEN_15BC&CC_0B40
| | | | | | | ->PCI\VEN_15BC
| | | | | | | ->PCI\CC_0B4000
| | | | | | | ->PCI\CC_0B40
| | | | | | | Device Description:
| | | | | | | ->Agilent Technologies 16800/16900 Series Analyzer (PCI-to-SVY)
| | | | | | | Service:
| | | | | | | ->ag16900Svy
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A18&SUBSYS_3A188086&REV_00\3&11583659&0&F8
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A18&SUBSYS_3A188086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A18&SUBSYS_3A188086
| | | | | ->PCI\VEN_8086&DEV_3A18&CC_060100
| | | | | ->PCI\VEN_8086&DEV_3A18&CC_0601
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A18&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A18
| | | | | ->PCI\VEN_8086&CC_060100
| | | | | ->PCI\VEN_8086&CC_0601
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_060100
| | | | | ->PCI\CC_0601
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 LPC Interface Controller - 3A18
| | | | | Service:
| | | | | ->msisadrv
| | | | | + DeviceID:
| | | | | | ACPI\PNP0000\4&7A6EE5B&1
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0000
| | | | | | ->*PNP0000
| | | | | | Device Description:
| | | | | | ->Programmable interrupt controller
| | | | | + DeviceID:
| | | | | | ACPI\PNP0200\4&7A6EE5B&1
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0200
| | | | | | ->*PNP0200
| | | | | | Device Description:
| | | | | | ->Direct memory access controller
| | | | | + DeviceID:
| | | | | | ACPI\PNP0100\4&7A6EE5B&1
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0100
| | | | | | ->*PNP0100
| | | | | | Device Description:
| | | | | | ->System timer
| | | | | + DeviceID:
| | | | | | ACPI\PNP0B00\4&7A6EE5B&1
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0B00
| | | | | | ->*PNP0B00
| | | | | | Device Description:
| | | | | | ->System CMOS/real time clock
| | | | | + DeviceID:
| | | | | | ACPI\PNP0800\4&7A6EE5B&1
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0800
| | | | | | ->*PNP0800
| | | | | | Device Description:
| | | | | | ->System speaker
| | | | | + DeviceID:
| | | | | | ACPI\PNP0C04\4&7A6EE5B&1
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0C04
| | | | | | ->*PNP0C04
| | | | | | Device Description:
| | | | | | ->Numeric data processor
| | | | | + DeviceID:
| | | | | | ACPI\PNP0501\1
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0501
| | | | | | ->*PNP0501
| | | | | | Device Description:
| | | | | | ->Communications Port
| | | | | | Friendly Name:
| | | | | | ->Communications Port (COM1)
| | | | | | Service:
| | | | | | ->Serial
| | | | | + DeviceID:
| | | | | | ACPI\PNP0501\2
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0501
| | | | | | ->*PNP0501
| | | | | | Device Description:
| | | | | | ->Communications Port
| | | | | | Friendly Name:
| | | | | | ->Communications Port (COM2)
| | | | | | Service:
| | | | | | ->Serial
| | | | | + DeviceID:
| | | | | | ACPI\PNP0C02\2E
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0C02
| | | | | | ->*PNP0C02
| | | | | | Device Description:
| | | | | | ->Motherboard resources
| | | | | + DeviceID:
| | | | | | ACPI\PNP0C02\10
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0C02
| | | | | | ->*PNP0C02
| | | | | | Device Description:
| | | | | | ->Motherboard resources
| | | | | + DeviceID:
| | | | | | ACPI\PNP0C02\0
| | | | | | HardwareIDs:
| | | | | | ->ACPI\PNP0C02
| | | | | | ->*PNP0C02
| | | | | | Device Description:
| | | | | | ->Motherboard resources
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A20&SUBSYS_3A208086&REV_00\3&11583659&0&FA
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A20&SUBSYS_3A208086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A20&SUBSYS_3A208086
| | | | | ->PCI\VEN_8086&DEV_3A20&CC_01018A
| | | | | ->PCI\VEN_8086&DEV_3A20&CC_0101
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A20&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A20
| | | | | ->PCI\VEN_8086&CC_01018A
| | | | | ->PCI\VEN_8086&CC_0101
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_01018A
| | | | | ->PCI\CC_0101
| | | | | Device Description:
| | | | | ->Standard Dual Channel PCI IDE Controller
| | | | | Service:
| | | | | ->pciide
| | | | | + DeviceID:
| | | | | | PCIIDE\IDECHANNEL\4&17C62592&1&0
| | | | | | HardwareIDs:
| | | | | | ->Intel-3a20
| | | | | | ->Internal_IDE_Channel
| | | | | | CompatibleIDs:
| | | | | | ->*PNP0600
| | | | | | Device Description:
| | | | | | ->IDE Channel
| | | | | | Friendly Name:
| | | | | | ->ATA Channel 0
| | | | | | Service:
| | | | | | ->atapi
| | | | | + DeviceID:
| | | | | | PCIIDE\IDECHANNEL\4&17C62592&1&1
| | | | | | HardwareIDs:
| | | | | | ->Intel-3a20
| | | | | | ->Internal_IDE_Channel
| | | | | | CompatibleIDs:
| | | | | | ->*PNP0600
| | | | | | Device Description:
| | | | | | ->IDE Channel
| | | | | | Friendly Name:
| | | | | | ->ATA Channel 1
| | | | | | Service:
| | | | | | ->atapi
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A30&SUBSYS_3A308086&REV_00\3&11583659&0&FB
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A30&SUBSYS_3A308086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A30&SUBSYS_3A308086
| | | | | ->PCI\VEN_8086&DEV_3A30&CC_0C0500
| | | | | ->PCI\VEN_8086&DEV_3A30&CC_0C05
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A30&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A30
| | | | | ->PCI\VEN_8086&CC_0C0500
| | | | | ->PCI\VEN_8086&CC_0C05
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_0C0500
| | | | | ->PCI\CC_0C05
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family Agilent SMBus Controller - 3A30
| | | | | Service:
| | | | | ->AgtSMBusIch
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A26&SUBSYS_3A268086&REV_00\3&11583659&0&FD
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A26&SUBSYS_3A268086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A26&SUBSYS_3A268086
| | | | | ->PCI\VEN_8086&DEV_3A26&CC_010185
| | | | | ->PCI\VEN_8086&DEV_3A26&CC_0101
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A26&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A26
| | | | | ->PCI\VEN_8086&CC_010185
| | | | | ->PCI\VEN_8086&CC_0101
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_010185
| | | | | ->PCI\CC_0101
| | | | | Device Description:
| | | | | ->Standard Dual Channel PCI IDE Controller
| | | | | Service:
| | | | | ->pciide
| | | | | + DeviceID:
| | | | | | PCIIDE\IDECHANNEL\4&306AF12D&1&0
| | | | | | HardwareIDs:
| | | | | | ->Intel-3a26
| | | | | | ->Internal_IDE_Channel
| | | | | | CompatibleIDs:
| | | | | | ->*PNP0600
| | | | | | Device Description:
| | | | | | ->IDE Channel
| | | | | | Friendly Name:
| | | | | | ->ATA Channel 0
| | | | | | Service:
| | | | | | ->atapi
| | | | | + DeviceID:
| | | | | | PCIIDE\IDECHANNEL\4&306AF12D&1&1
| | | | | | HardwareIDs:
| | | | | | ->Intel-3a26
| | | | | | ->Internal_IDE_Channel
| | | | | | CompatibleIDs:
| | | | | | ->*PNP0600
| | | | | | Device Description:
| | | | | | ->IDE Channel
| | | | | | Friendly Name:
| | | | | | ->ATA Channel 1
| | | | | | Service:
| | | | | | ->atapi
| | | | | | + DeviceID:
| | | | | | | IDE\DISKWDC_WD5000BPKX-00HPJT0__________________01.01A01\5&3551BD61&0&1.0.0
| | | | | | | HardwareIDs:
| | | | | | | ->IDE\DiskWDC_WD5000BPKX-00HPJT0__________________01.01A01
| | | | | | | ->IDE\WDC_WD5000BPKX-00HPJT0__________________01.01A01
| | | | | | | ->IDE\DiskWDC_WD5000BPKX-00HPJT0__________________
| | | | | | | ->WDC_WD5000BPKX-00HPJT0__________________01.01A01
| | | | | | | ->GenDisk
| | | | | | | CompatibleIDs:
| | | | | | | ->GenDisk
| | | | | | | Device Description:
| | | | | | | ->Disk drive
| | | | | | | Friendly Name:
| | | | | | | ->WDC WD5000BPKX-00HPJT0 ATA Device
| | | | | | | Service:
| | | | | | | ->disk
| | | | | | | Drive Name C:
| | | | + DeviceID:
| | | | | PCI\VEN_8086&DEV_3A32&SUBSYS_3A328086&REV_00\3&11583659&0&FE
| | | | | HardwareIDs:
| | | | | ->PCI\VEN_8086&DEV_3A32&SUBSYS_3A328086&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A32&SUBSYS_3A328086
| | | | | ->PCI\VEN_8086&DEV_3A32&CC_118000
| | | | | ->PCI\VEN_8086&DEV_3A32&CC_1180
| | | | | CompatibleIDs:
| | | | | ->PCI\VEN_8086&DEV_3A32&REV_00
| | | | | ->PCI\VEN_8086&DEV_3A32
| | | | | ->PCI\VEN_8086&CC_118000
| | | | | ->PCI\VEN_8086&CC_1180
| | | | | ->PCI\VEN_8086
| | | | | ->PCI\CC_118000
| | | | | ->PCI\CC_1180
| | | | | Device Description:
| | | | | ->Intel(R) ICH10 Family Thermal Subsystem - 3A32
| | | | + DeviceID:
| | | | | ACPI\PNP0C01\A
| | | | | HardwareIDs:
| | | | | ->ACPI\PNP0C01
| | | | | ->*PNP0C01
| | | | | Device Description:
| | | | | ->System board
| | | | + DeviceID:
| | | | | ACPI\PNP0C02\11
| | | | | HardwareIDs:
| | | | | ->ACPI\PNP0C02
| | | | | ->*PNP0C02
| | | | | Device Description:
| | | | | ->Motherboard resources
| | | + DeviceID:
| | | | ACPI\PNP0C01\1
| | | | HardwareIDs:
| | | | ->ACPI\PNP0C01
| | | | ->*PNP0C01
| | | | Device Description:
| | | | ->System board
| | | + DeviceID:
| | | | ACPI\PNP0C0C\AA
| | | | HardwareIDs:
| | | | ->ACPI\PNP0C0C
| | | | ->*PNP0C0C
| | | | Device Description:
| | | | ->ACPI Power Button
| | | + DeviceID:
| | | | ACPI\FIXEDBUTTON\2&DABA3FF&1
| | | | HardwareIDs:
| | | | ->ACPI\FixedButton
| | | | ->*FixedButton
| | | | Device Description:
| | | | ->ACPI Fixed Feature Button


This is quite interesting as the DSO80000 oscilloscope uses a similar PCI Bridge Board for the acquisition interface, Agilent# 54855-66515
It has the same Texas Instruments PCI2050 PCI-PCI Bridge chip but I have only found windows xp drivers for it. I've never seen any DSO80000 scopes run win7. Mine categorically failed on a winXp --> winVista --> win7 upgrade due to driver incompability.
« Last Edit: Today at 05:27:59 am by salvagedcircuitry »
 

Offline salvagedcircuitry

  • Regular Contributor
  • *
  • Posts: 188
  • Country: us
  • Electrical Engineer | Hobbyist | Camera Enthusiast
    • salvagedcircuitry
So, Still trying to see what can be done to a 1680XA system to upgrade the motherboard, Now, keep in mind the mATX in it now is a single core @ 3ghz, so it actually runs XP well, and putting 3g of ram, and doing the Register mod, allows it support any card in it.

I have tried two boards now with the PCIe SVDO Adapter, the systems do output video, but don't detect the correct panel resolution, it sets it to the smaller 800x600 on the larger 1024x768 panel.. so it has bars/garbage on left and bottom of screen, there is a hint that the Intel BMP tool can be used to edit the video bios, however, that program is non-existent.  --- I only tried to get video working first before moving to any software install, but since no video solution, not going to tear down frame to put board in.

Motherboards tried
Intel DG965RY ( wont fit, its too big, wasn't paying attention )
Intel DG43GT ( would fit, but does same issue ) .. I think this Motherboard may WILL work in a 16903A , i have one here i can try it in.. , but would require cutting out the back plate to support the MB I/O  I have a parts machine with missing bezel.

So if anybody has an extra Bezel for a 16903A and 1680X and will to part with, LMK :D

Did you ever find a solution for this? Both motherboards listed have SDVO support, you would think it would work out of the box. They are intel boards too. I'm looking at grabbing more recent boards with SDVO support and wondering if I'm going to run into this hiccup too. I may have to find a motherboard with LVDS built in.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf