Driver for HP 8752 Analyzer

Hi,
Doesanybody know if there is a driver for the 8752A analyser or if any other driverwill work with it.  I saw a post titled 8752 data and they linked to the8753 driver as the one they were using but does anybody know if this will work.
Thanks 
Solved!
Go to Solution.

The command set for those two instruments are similar, though the 8753 may contain commands not supported by the 8752 and vice-versa. You'd basically need to look at the programming manuals for those two instruments (available from Agilent's web site), see what commands you need for the 8752, and see if they're in the 8753 driver. My guess is that you'll probably be OK with the 8753A driver if you stick to basic stuff. 

Similar Messages

  • Labview 6 compatible driver for HP89410A Vector Analyzer

    Does anyone know where I can get a labview 6 compatible driver for an HP89410A Vectory Analyzer?
    I have found labview 7 and labview 8 drivers for the hp894xx family of devices, however I cannot use them as I only have labview 6.
    Barring a prewritten driver, how hard would it be to convert a labview 7 driver to make it compatible with labview 6?

    The conversion is easy since there is a VI Tree VI in the driver. Since the driver was originally written in 1999 and has been up-converted to 7.0 and 8.0, saving it back down to 6.0 shouldn't be an issue.
    Attachments:
    hp89400_6.zip ‏1194 KB

  • I am looking labview driver for Tektronix TLA704 logic analyzer

    I need this labview driver desperately, I am very appreciated if you have it and courtesy me a copy.
    Thanks
    Tys
    [email protected]
    phone: 214-480-0902

    I did some looking around on the Tektronix web site.
    Tek does not seem all that interested in supporting the
    TLA704 in particular, or LabView(tm) for logic analyzers
    at all. IMHO the Tek site sucks when you need to find
    information in depth.
    I looked through National Instruments site too. Now on this
    site it was easy to find what I was looking for. Good job.
    Developing a LabVIEW instrument driver for a logic analyzer
    looks to be a non-trivial task for anything more involved than
    starting a capture and waiting for the data to log. Depending
    on the driver it could be real slow getting a load of data from
    the logic analyzer.
    It might be better to use the TLA programmatic interface
    (TPI) to run the TLA704 by remote control over the Ethernet.
    All the support for this comes with the analyzer software.
    Though it's really painful to get it setup in Windows 98.
    This way you could create a Windows program that runs
    on your workstation to connect to the TLA704, set it up,
    start a run, and download the data. Once the data is in
    your workstation you can reformat for use by LabView.
    I don't know that this would be easier than making a
    LabVIEW instrument driver for a logic analyzer, but
    at least all the software exists right now to control
    the TLA704 remotely.
    Charles.
    I don't work for National Instruments,
    or Tektronix or use LabView. But I use
    logic analyzers way too much.
    "Randy Solomonson" wrote in message
    news:[email protected]...
    > Hello-
    >
    > Unfortunately I was unable to find a driver for this instrument either
    > at http://ni.com/idnet. This leaves you with one of a couple options.
    > It may be possible to modify an existing driver to work with this
    > instrument. Otherwise, http://www.ni.com/devzone/idnet/other.htm
    > states a few options to obtaining a driver. Drivers are developed
    > based on demand and popularity so the more requests, the greater the
    > possibility that one will be developed. It would also be beneficial
    > to notify the instrument manufacturer.
    >
    > Randy Solomonson
    > Application Engineer
    > National Instruments
    >

  • How to use a driver for two installations

    Hi everyone
    I downloaded from ni.com a driver for my spectrum analyzer (agesa). I had this installed on a LV 8.0 installation, and it worked.
    I have now updated to 8.2. In this installation the driver doesn't show up.
    The problem: I need both installations, and I need the driver to show up on both installations. When I restart the installation program for the driver, I only can repair it (for the 8.0 installation) or remove it (which I don't want to).
    How can I use the driver in both installations?

    Now this is quite embarassing Someone might want to delete this thread.
    I didn't think it was that easy.
    Thank you, works

  • Searching for the driver for HP4192A

    Does anyone on the net have LABVIEW driver for
    LF IMPEDANCE ANALYZER HP4192A ?
    Please send me driver.
    Thank you in advance.
    Alan
    Brodarski Institute
    Measurements, Vibrations & Acoustics Dept.
    Ave. Veceslava Holjevca 20
    HR-10 020 Zagreb
    CROATIA
    E-mail: [email protected] ; [email protected]

    "Alan ©timac" wrote:
    Hi
    The driver for HP 4192 is available on NI's web site but its rather naive.
    But it does help in getting started.
    ITs under DRIVERS AND DOWNLOADS at ni.com
    AJAY ANAND
    >Does anyone on the net have LABVIEW driver for>LF IMPEDANCE ANALYZER HP4192A
    ?>Please send me driver.>Thank you in advance.>>Alan>Brodarski Institute>Measurements,
    Vibrations & Acoustics Dept.>Ave. Veceslava Holjevca 20>HR-10 020 Zagreb>CROATIA>>E-mail:
    [email protected] ; [email protected]>>>>

  • Where can i find a Labview driver for the "8990a PEAK POWER ANALYZER" it's not on NI's site.

    where can i find a Labview driver for the "8990a PEAK POWER ANALYZER" it's not on NI's site.
    if there is no driver maybe you can tell me the closest instrument that comes to this one from the list at,
    http://search.ni.com/query.html?lk=1&col=alldocs&nh=500&rf=3&ql=&pw=595&qp=%2BContentType%3AInstrumentDriver+%2BIDNetManufacturer%3A%22Hewlett-Packard%22&qt=peak+power+analyzer&layout=IDNet
    so i could modify and use the driver

    Hello,
    It looks like Agilent/HP makes the 8990A, but I was not able to find a driver for it that we or Agilent has written for this device.
    Since I am not familiar with the 8990A, I cannot recommend which drivers might be similar, but you are pointed in the right direction. Agilent themselves might know more about which models use similar command sets so that you can modify a driver easily.
    Hope this helps.
    Scott B.
    Applications Engineer
    National Instruments

  • Instrument driver for Agilent E5061A network analyzer

    Is there a instrument driver for the Agilent E5061A network analyzer ? I couldn't find one neither on NIs Instrument Driver Network nor on Agilents site.
    We are using Labwindows/CVI as development system.

    Yes we are talking about the same driver, but i dont know why hp871x.c file was removed. However, hp871x.h and hp871x.fp are included.
    Anyhow, look this comment into hp871x.cpp file:
    In addition, if WIN32 is defined, _CVI_ may also be defined to indicate that the program is being compiled under LabWindows CVI.....
    I guess it is not so hard to modify this source code (from hp871x.cpp to hp871x.c). Sorry for disturb you!!!
    "Only a life lived in the service to others is worth living..." - Albert Einstein

  • Labview driver for HP 8560 EC Spectrum Analyzer

    I'd appreciate it very much if somebody help to find
    Labview driver for HP 8560 EC Spectrum Analyzer using GPIB.

    Unfortunately I was unable to find a driver for this instrument either. This leaves you with one of a couple options. First, I would like you to submit a request for this driver at:
    http://zone.ni.com/idnet/other.htm
    We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
    If you would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
    http://zone.ni.com/idnet/development.htm
    We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would sugg
    est contacting one of the Alliance members at:
    http://www.ni.com/alliance
    Good Luck.
    Kim L.
    Applications Engineer
    National Instruments

  • Where can I download a LabVIEW GPIB driver for an ANDO AQ6315E Optical Spectrum Analyzer?

    Where can I download a LabVIEW GPIB driver for an ANDO AQ6315E Optical Spectrum Analyzer?
    Thanks.
    Solved!
    Go to Solution.

    The Instrument Driver Network has all the drivers for instruments. There is no driver specific to that model, but there is one for the 6310B. Perhaps that may work for you. You may need to modify it. If not, you will need to write one yourself. You can get a lot of material for this here: http://www.ni.com/devzone/idnet/development.htm

  • Need GPIB driver for SD380 Spectral Dynamics FFT analyzer

    >Hello,
    >
    >I'm looking for instrument driver (or design info) eg IEEE488 or GPIB for a
    >SD380 Spectral Dynamics FFT analyzer I own - this will be used on a school
    >project, so I hope to find source at no cost or someone who has worked with
    >such an analyzer and who can give me ideas about how to go about writing
    one
    >for Linux or Windows.
    >
    >The SD380Z I have is a single-channel unit.
    >
    >Please copy me at:
    >
    >rXoYnZaXnAMPERSANDsXuYrZeXwYeZsXt.net
    >
    >( remove upper-case XYZs above, and replace AMPERSAND with the character)
    >
    >Thank you,
    >Ron

    Hey Ron,
    I am sorry that National Instruments doesn't have an instrument driver for the SD380. What I would recommend is finding a copy of the user manual for this device and then try to create your own instrument driver for this device. If you are using one of NI's GPIB controllers and LabVIEW it is really easy. You will need to create VIs (functions) for specific tasks and these functions will be made up of commands or strings that are sent across the GPIB bus.
    Here is a tutorial on instrument drivers that is very helpful.
    http://zone.ni.com/devzone/conceptd.nsf/webmain/119b3b705b84b041862567d90074f425?OpenDocument
    http://zone.ni.com/devzone/devzoneweb.nsf/Opendoc?openagent&64325190560C97CE86256E4A006F27F1
    I hope this helps out.
    JoshuaP
    Nati
    onal Instruments

  • I am looking for driver instrument for Agilent 35670A Analyzer.

    I am looking for driver instrument for Agilent 35670A Analyzer (for LabWindows/CVI). Where can I find it?

    Hello Kris1,
    We have a LabVIEW driver for the 35670A on our website, but not a CVI driver. There is, however, a CVI driver for a 3561A (another HP Dynamic Signal Analyzer). The command sets should be similar and so you should be able to modify the 3561A's driver to work with the 35670A.
    HP3561A Dynamic Signal Analyzer
    Otherwise, http://www.ni.com/devzone/idnet/other.htm states a few options to obtaining a driver. Drivers are developed based on demand and p
    opularity so the more requests, the greater the possibility that one will be developed. It would also be beneficial to notify the instrument manufacturer.
    Regards,
    Ray K
    NI Applications Engineer

  • Driver for HP 1661C Logic analyzer

    I'm looking for an instrument driver for an HP1661C logic anlyzer

    Hi,
    Unfortunatly we do not have a driver for that instrument at www.ni.com/idnet. We do have some similar instruments such as the 1650B 80-Channel Analyzer. These drivers could be a good place to start at when developing your own driver. We have documentation, model instrument drivers, and driver templates to help at :
    http://www.ni.com/devzone/idnet/development.htm
    We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
    http://www.ni.com/alliance
    An instrument driver is a collection of functions that implement the commands necessary to perform the instrument�s operations. In short
    , someone read the instrument user manual and implemented some of the functionality in a program for the end user. Instrument drivers are not necessary to use your instrument.
    There are example VI's in LV on Instrument Connectivity. If you go to the Help menu >> Examples.. >> I/O, you will see a couple and Examples.. >> Fundamentals for File and String manipulation. I would suggest tweaking them to suit your application. Also the specific command that your instrument responds to can be found from it's manual.
    Some useful resources for your application are
    ni.com > NI Developer Zone > Development Library > Instrument Connectivity
    http://search.ni.com/?col=alldocs&layout=TechResources&ql=a , to search examples and knowledge bases
    Hope this helps!

  • Does anybody have driver for HP8756A scalar network analyzer? thanks

    or driver for similar HP equipments

    Hello --
    Although we do not have a driver for the HP 8756A, you can submit a request for an instrument driver through our request database at http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/. Your request may be considered for development. We try to develop instrument drivers according to popularity. Unfortunately, we cannot develop instrument drivers for all the requests we receive.
    If you would like to try developing your own instrument driver, we have documentation, model instrument drivers, and driver templates to help you in your development. You can find this information on our website at http://www.ni.com/devzone/idnet/development.htm.
    Hope this helps.
    Regards,
    Katie Rollo
    Instrument Drivers/IVI
    National Instruments

  • Driver for R3361C Advantest Spectrum Analyzer

    I need labview driver for Advantest R3361C. Can you help me?

    Hello-
    Unfortunately I was unable to find a driver for this instrument either at http://ni.com/idnet. This leaves you with one of a couple options. It may be possible to modify an existing driver to work with this instrument. Otherwise, http://www.ni.com/devzone/idnet/other.htm states a few options to obtaining a driver. Drivers are developed based on demand and popularity so the more requests, the greater the possibility that one will be developed. It would also be beneficial to notify the instrument manufacturer, they often have drivers for multiple programming languages.

  • Video Driver for Hp 15-r250tu laptop

    Hi,
    I just purchased this new laptop and installed Windows 7..unfortunately I am not getting the video driver for this product. Not even in Hp's Drivers section..Feeling so helpless.. What I have is the standard vga driver now.. With this driver the picture quality is very poor...
    Product Model: Hp 15-r250tu
    Product Number: L2Z89PA
    Given Below the information of DxDiag:
    System Information
    Time of this report: 4/13/2015, 22:41:11
           Machine name: SWEETY-PC
       Operating System: Windows 7 Ultimate 32-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.150202-1526)
               Language: English (Regional Setting: English)
    System Manufacturer: Hewlett-Packard
           System Model: HP 15 Notebook PC
                   BIOS: Default System BIOS
              Processor: Intel(R) Pentium(R) CPU  N3540  @ 2.16GHz (4 CPUs), ~2.2GHz
                 Memory: 4096MB RAM
    Available OS Memory: 1940MB RAM
              Page File: 1307MB used, 2571MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
     System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: Standard VGA Graphics Adapter
           Manufacturer: (Standard display types)
              Chip type: Intel(R) VLV Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
               DAC type: 8 bit
             Device Key: Enum\PCI\VEN_8086&DEV_0F31&SUBSYS_2213103C&REV_0E
         Display Memory: n/a
       Dedicated Memory: n/a
          Shared Memory: n/a
           Current Mode: 1366 x 768 (32 bit) (1Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model:
             Monitor Id:
            Native Mode:
            Output Type:
            Driver Name: vga
    Driver File Version: 6.01.7600.16385 (English)
         Driver Version: 6.1.7600.16385
            DDI Version: unknown
           Driver Model: unknown
      Driver Attributes: Final Retail
       Driver Date/Size: 7/14/2009 04:55:51, 10752 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B78E66-4C71-11CF-8D33-A31FA0C2CB35}
              Vendor ID: 0x8086
              Device ID: 0x0F31
              SubSys ID: 0x2213103C
            Revision ID: 0x000E
     Driver Strong Name: Unknown
         Rank Of Driver: Unknown
            Video Accel:
          Deinterlace Caps: n/a
           D3D9 Overlay: n/a
                DXVA-HD: n/a
           DDraw Status: Not Available
             D3D Status: Not Available
             AGP Status: Not Available
    Sound Devices
                Description: Speaker/HP (Realtek High Definition Audio)
     Default Sound Playback: Yes
     Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0282&SUBSYS_103C2213&​REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.7246 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 5/14/2014 18:37:38, 3086040 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
     Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
     EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Realtek High Definition Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.7246 (English)
          Driver Attributes: Final Retail
              Date and Size: 5/14/2014 18:37:38, 3086040 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Stereo Mix (Realtek High Definition Audio)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.7246 (English)
          Driver Attributes: Final Retail
              Date and Size: 5/14/2014 18:37:38, 3086040 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    Gameport Devices
    PS/2 Devices
    Disk & DVD/CD-ROM Drives
          Drive: C:
     Free Space: 92.7 GB
    Total Space: 118.9 GB
    File System: NTFS
          Model: HGST HTS545050A7E680 ATA Device
          Drive: D:
     Free Space: 111.2 GB
    Total Space: 119.2 GB
    File System: NTFS
          Model: HGST HTS545050A7E680 ATA Device
          Drive: E:
     Free Space: 236.7 GB
    Total Space: 238.5 GB
    File System: NTFS
          Model: HGST HTS545050A7E680 ATA Device
          Drive: F:
          Model: hp DVDRW  GUB0N ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 14:08:10, 108544 bytes
    System Devices
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series PCI Express - Root Port 4 - 0F4E
    Device ID: PCI\VEN_8086&DEV_0F4E&SUBSYS_2213103C&REV_0E\3&115​83659&0&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 18:00:06, 153984 bytes
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series Platform Control Unit - LPC: Bridge to Intel Legacy Block - 0F1C
    Device ID: PCI\VEN_8086&DEV_0F1C&SUBSYS_2213103C&REV_0E\3&115​83659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 06:50:43, 13888 bytes
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series PCI Express - Root Port 3 - 0F4C
    Device ID: PCI\VEN_8086&DEV_0F4C&SUBSYS_2213103C&REV_0E\3&115​83659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 18:00:06, 153984 bytes
         Name: Intel(R) Trusted Execution Engine Interface
    Device ID: PCI\VEN_8086&DEV_0F18&SUBSYS_2213103C&REV_0E\3&115​83659&0&D0
       Driver: n/a
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series PCI Express - Root Port 2 - 0F4A
    Device ID: PCI\VEN_8086&DEV_0F4A&SUBSYS_2213103C&REV_0E\3&115​83659&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 18:00:06, 153984 bytes
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series Platform Control Unit - SMBus Port - 0F12
    Device ID: PCI\VEN_8086&DEV_0F12&SUBSYS_2213103C&REV_0E\3&115​83659&0&FB
       Driver: n/a
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series PCI Express - Root Port 1 - 0F48
    Device ID: PCI\VEN_8086&DEV_0F48&SUBSYS_2213103C&REV_0E\3&115​83659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 18:00:06, 153984 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_0F04&SUBSYS_2213103C&REV_0E\3&115​83659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 15:29:29, 108544 bytes
         Name: Intel(R) USB 3.0 eXtensible Host Controller
    Device ID: PCI\VEN_8086&DEV_0F35&SUBSYS_2213103C&REV_0E\3&115​83659&0&A0
       Driver: C:\Windows\system32\DRIVERS\iusb3xhc.sys, 3.00.0004.0065 (English), 1/27/2015 08:32:42, 808720 bytes
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series SoC Transaction Router - 0F00
    Device ID: PCI\VEN_8086&DEV_0F00&SUBSYS_2213103C&REV_0E\3&115​83659&0&00
       Driver: n/a
         Name: Realtek RTL8723BE 802.11 b/g/n Wi-Fi Adapter
    Device ID: PCI\VEN_10EC&DEV_B723&SUBSYS_2231103C&REV_00\4&1B8​7141A&0&00E1
       Driver: C:\Windows\system32\DRIVERS\rtwlane.sys, 2013.08.0915.2014 (English), 10/8/2014 04:10:50, 3045080 bytes
       Driver: C:\Windows\system32\drivers\vwifibus.sys, 6.01.7600.16385 (English), 7/14/2009 05:22:02, 19968 bytes
         Name: Standard VGA Graphics Adapter
    Device ID: PCI\VEN_8086&DEV_0F31&SUBSYS_2213103C&REV_0E\3&115​83659&0&10
       Driver: C:\Windows\system32\DRIVERS\vgapnp.sys, 6.01.7600.16385 (English), 7/14/2009 04:55:49, 26112 bytes
         Name: Realtek PCIe FE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_2213103C&REV_07\4&3A7​ACA6&0&00E3
       Driver: n/a
         Name: Intel(R) Pentium(R) processor N- and J-series / Intel(R) Celeron(R) processor N- and J-series AHCI - 0F23
    Device ID: PCI\VEN_8086&DEV_0F23&SUBSYS_2213103C&REV_0E\3&115​83659&0&98
       Driver: C:\Windows\system32\DRIVERS\msahci.sys, 6.01.7601.17514 (English), 11/20/2010 18:00:01, 28032 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/14/2009 06:49:03, 42560 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 06:56:15, 21584 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 17:59:12, 132992 bytes
         Name: Realtek PCIE CardReader
    Device ID: PCI\VEN_10EC&DEV_5229&SUBSYS_2213103C&REV_01\4&2FA​B164D&0&00E2
       Driver: C:\Windows\system32\DRIVERS\RtsP2Stor.sys, 6.03.9600.29084 (English), 11/6/2014 17:07:10, 222424 bytes
       Driver: C:\Windows\system32\RsCRIcon.dll, 1.10.0000.0000 (English), 1/27/2014 13:39:40, 9889496 bytes
       Driver: C:\Windows\system32\RtCRX.dll, 1.11.9600.0000 (Chinese (Simplified)), 10/20/2014 17:50:46, 73432 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    G2M Session Decoder,0x00600000,1,1,G2M.dll,5.09.0000.1216
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    ULH0 Decoder DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    ULY0 Decoder DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    ULH2 Decoder DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    ULY2 Decoder DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    ULRA Decoder DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    ULRG Decoder DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    Nero Audible Decoder,0x00200000,1,1,NeAudible.ax,4.11.0003.0007
    VP6 Decompressor,0x00800000,1,1,vp6dec.ax,6.04.0002.00​00
    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.03.4523.0000
    MPEG-4 Video Decompressor          ,0x00800000,1,1,cool1c32.ax,4.01.0000.3917
    Nero Subpicture Decoder,0x00400000,1,1,NeSubpicture.ax,4.11.0003.0​007
    ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.03.4523.0000
    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.03.4523.0000
    Nero Scene Detector 2,0x00200000,2,0,NeSceneDetector.ax,4.11.0003.0007
    ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.03.4523.0000
    CineForm Muxer,0x00200000,2,1,CFMuxer.ax,1.01.0000.0009
    Nero Stream Buffer Sink,0x00200000,0,0,NeSBE.ax,4.11.0003.0007
    Nero Subtitle,0x00200000,1,1,NeSubtitle.ax,4.11.0003.00​07
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    MPC MPEG Source,0x00400000,0,0,MpegSplitter.ax,1.02.0001.00​00
    DV Scenes,0x00200000,1,1,NVDV.dll,3.00.0004.0000
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.1874​1
    LAV Splitter,0x00800004,1,1,LAVSplitter.ax,0.58.0002.0​000
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.1751​4
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.18741
    CineForm HD Encoder-2,0x00200000,1,1,CFEncoder2.ax,3.02.0002.0​185
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.18741
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7​601.17514
    Nero FTC,0x00200000,1,1,NeFTC.ax,1.00.0000.0000
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.​16426
    CineForm AVI File Writer,0x00200000,1,0,CFAviWriter.ax,1.00.0000.000​1
    MPC RealVideo Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.02.0​001.0000
    MONOGRAM AMR Splitter,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17514
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.​17514
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.1751​4
    Nero Resize,0x00400000,1,1,NeResize.ax,4.11.0003.0007
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.1​8741
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.18741
    MPEG-2 PSI Reader Filter,0x00200000,0,0,Mpeg2PsiReader.ax,1.00.0000.​0006
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
    Nero AV Synchronizer,0x00200000,1,1,NeAVSync.ax,4.11.0003.​0007
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    Nero Audio Stream Renderer,0x00200000,1,0,NeRender.ax,4.11.0003.0007
    MPC MPEG-2 Video Decoder,0x00600001,1,1,Mpeg2DecFilter.ax,1.02.0001​.0000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.1751​4
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.1751​4
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17​514
    Nero Digital AVC Audio Encoder,0x00200000,1,2,NeNDAud.ax,4.11.0003.0007
    Nero Digital AVC File Writer,0x00200000,1,0,NeNDMux.ax,4.11.0003.0007
    Nero Digital AVC Video Enc,0x00200000,1,2,NeNDVid.ax,4.11.0003.0007
    Nero Digital AVC Null Renderer,0x00200000,1,0,NeNDMux.ax,4.11.0003.0007
    Nero Digital AVC Muxer,0x00200000,2,1,NeNDMux.ax,4.11.0003.0007
    Nero QuickTime(tm) Video Decoder,0x00400000,1,1,NeQTDec.ax,4.11.0003.0007
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18741
    RadGt Splitter,0x00600001,1,1,RadGtSplitter.ax,1.00.0000​.0001
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.18741
    Nero Digital AVC Subpicture Enc,0x00200000,1,0,NeNDMux.ax,4.11.0003.0007
    Nero Format Converter,0x00200000,1,1,NeroFormatConv.ax,4.11.00​03.0007
    Nero Overlay Mixer,0x00200000,1,1,NeOverlayMixer.ax,4.11.0003.0​007
    Nero MP4 Splitter,0x00600000,1,1,NeMP4Splitter.ax,4.11.0003​.0007
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    HighMAT and MPV Navigator Filter,0x00200000,0,3,HMNavigator.ax,4.11.0003.000​7
    MONOGRAM AMR Decoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.18741
    Nero Photo Source,0x00200000,0,1,NePhotoSource.ax,4.11.0003.0​007
    Nero Video Analyzer,0x00200000,2,0,NeVideoAnalyzer.ax,4.11.00​03.0007
    Nero ES Video Reader,0x00600000,0,1,NDParser.ax,4.11.0003.0007
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17​514
    DV Source Filter,0x00400000,0,1,NVDV.dll,3.00.0004.0000
    MPEG-2 Stream Reader Filter,0x00200000,0,0,Mpeg2StreamReader.ax,1.04.00​00.0000
    Nero Audio CD Filter,0x00200000,0,1,NeAudCD.ax,4.11.0003.0007
    Xvid MPEG-4 Video Decoder,0x00800002,1,1,xvid.ax,
    Nero Video Renderer,0x00200000,1,0,NeVideoRenderer.ax,4.11.00​03.0007
    Nero PresentationGraphics Decoder,0x00600000,2,1,NeBDGraphic.ax,4.11.0003.00​07
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.18741
    RadGt Source,0x00600001,0,0,RadGtSplitter.ax,1.00.0000.0​001
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18741
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17514
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.18741
    Nero InteractiveGraphics Decoder,0x00600000,1,1,NeBDGraphic.ax,4.11.0003.00​07
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.18741
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.18741
    Nero Sound Processor,0x00200000,1,1,NeSoundProc.ax,4.11.0003.​0007
    MPC RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,1.02.00​01.0000
    Nero Audio Sample Renderer,0x00200000,1,0,NeRender.ax,4.11.0003.0007
    Nero Vcd Navigator,0x00600000,0,2,NeVCD.ax,4.11.0003.0007
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Nero Mpeg2 Encoder,0x00200000,2,1,NeVCR.ax,4.11.0003.0007
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.1751​4
    Nero Video Stream Renderer,0x00200000,1,0,NeRender.ax,4.11.0003.0007
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    Nero FLV Splitter,0x00600000,1,1,NeFLVSplitter.ax,4.11.0003​.0007
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    Nero Stream Buffer Source,0x00200000,0,0,NeSBE.ax,4.11.0003.0007
    Nero PS Muxer,0x00200000,1,1,NePSMuxer.ax,4.11.0003.0007
    DirectVobSub,0x00200000,2,1,VSFilter.dll,1.02.0001​.0000
    MPC RealAudio Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.02.0​001.0000
    DirectVobSub (auto-loading version),0x00800002,2,1,VSFilter.dll,1.02.0001.000​0
    MONOGRAM AMR Encoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.18741
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.1751​4
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.18741
    Nero Splitter,0x00600000,1,3,NeSplitter.ax,4.11.0003.00​07
    Nero Deinterlace,0x00200000,1,1,NeDeinterlace.ax,4.11.0​003.0007
    AC3Filter,0x40000000,1,1,ac3filter.ax,2.06.0000.00​00
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.18741
    MONOGRAM AMR Mux,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Nero File Source / Splitter,0x00600000,0,3,NeFSource.ax,4.11.0003.000​7
    DC-Bass Source,0x00400000,0,1,DCBassSource.ax,1.03.0000.00​00
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17​514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    CineForm HD Decoder-2,0x00800002,1,1,CFDecode2.ax,3.02.0002.01​85
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601​.17514
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.03.4523.0000
    LAME Audio Encoder,0x00200000,1,1,Lame.ax,1.00.0061.24875
    LAV Splitter Source,0x00800004,0,1,LAVSplitter.ax,0.58.0002.000​0
    Nero Video Processor,0x00200000,1,1,NeroVideoProc.ax,4.11.000​3.0007
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.1​7514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    VP7 Decompressor,0x00800000,1,1,vp7dec.ax,7.00.0010.00​00
    Nero Sound Switcher,0x00200000,1,1,NeSoundSwitch.ax,4.11.0003​.0007
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.1751​4
    Nero Audio CD Navigator,0x00200000,0,1,NeAudCD.ax,4.11.0003.0007
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.760​1.17514
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Nero Thumbnail Decoder,0x00600000,1,1,NeBDThumbnail.ax,4.11.0003.​0007
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.18741
    Nero Scene Detector,0x00200000,1,0,NeSceneDetector.ax,4.11.00​03.0007
    GPL MPEG-1/2 Decoder,0x00500000,1,1,GplMpgDec.ax,0.01.0002.0000
    Nero Stream Control,0x00200000,1,1,NeStreamControl.ax,1.00.000​0.0000
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.1​8741
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.1​7514
    Nero Sample Queue,0x00200000,1,1,NeSampleQueue.ax,1.00.0000.00​00
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.18741
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.18741
    Nero File Source,0x00200000,0,1,NeFileSrc.ax,4.11.0003.0007
    Nero QuickTime(tm) Audio Decoder,0x00400000,1,1,NeQTDec.ax,4.11.0003.0007
    Nero File Source (Async.),0x00400000,0,1,NeFileSourceAsync.ax,4.11.​0003.0007
    Nero Ogg Splitter,0x00400000,1,1,NeOggSplitter.ax,4.11.0003​.0007
    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.03.4523.0000
    MPC MPEG Splitter,0x00600001,1,1,MpegSplitter.ax,1.02.0001.​0000
    CineForm HD Encoder,0x00200000,1,1,CFEncode.ax,3.02.0002.0185
    madVR,0x00200000,1,0,madVR.ax,0.86.0011.0000
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0​000
    Nero Digital Parser,0x00600000,0,3,NDParser.ax,4.11.0003.0007
    MPC RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,1.02.​0001.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601​.17514
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.18741
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.18741
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.18741
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.175​14
    Nero MP3 Encoder,0x00200000,1,1,NeMp3Encoder.ax,4.11.0003.0​007
    CineForm V210 Decoder,0x00800000,1,1,V210Decoder.ax,1.00.0001.00​03
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    LAV Audio Decoder,0x00800003,1,1,LAVAudio.ax,0.58.0002.0000
    Nero Frame Capture,0x00200000,1,1,NeCapture.ax,4.11.0003.0007
    Nero Video Sample Renderer,0x00200000,1,0,NeRender.ax,4.11.0003.0007
    AC3File,0x00600000,0,1,ac3file.ax,
    HighMAT/MPV Navigator Client Filter,0x00200000,0,0,HMNavigator.ax,4.11.0003.000​7
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Nero DV Splitter,0x00200000,1,2,NeDVSplitter.ax,4.11.0003.​0007
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.18741
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17514
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.18741
    Voxware MetaSound Audio Decoder,0x00999999,1,1,voxmsdec.ax,1.00.0000.0012
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.1751​4
    Video Compressors:
    UtVideo YUV420 BT.709 (ULH0) DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    UtVideo YUV420 BT.601 (ULY0) DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    UtVideo YUV422 BT.709 (ULH2) DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    UtVideo YUV422 BT.601 (ULY2) DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    UtVideo RGBA (ULRA) DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    UtVideo RGB (ULRG) DMO,0x00600800,1,1,utv_dmo.dll,1.00.0000.0001
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.03.4523.0000
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.187​41
    CineForm HD Encoder-2,0x00200000,1,1,CFEncoder2.ax,3.02.0002.0​185
    CineForm HD Encoder,0x00200000,1,1,CFEncode.ax,3.02.0002.0185
    CineForm HD Codec V3.2.2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    CamStudio Lossless Codec v1.5,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    ffdshow Video Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    GEO-MPEG4,0x00200000,1,1,qcap.dll,6.06.7601.17514
    GEO-MPEG4,0x00200000,1,1,qcap.dll,6.06.7601.17514
    GEO-MPEG4,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel Indeo(R) Video Interactive,0x00200000,1,1,qcap.dll,6.06.7601.1751​4
    Indeo® video 5.10,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Lagarith Lossless Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    MLC v1.2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    UtVideo YUV420 BT.709 (ULH0) VCM,0x00200000,1,1,qcap.dll,6.06.7601.17514
    UtVideo YUV422 BT.709 (ULH2) VCM,0x00200000,1,1,qcap.dll,6.06.7601.17514
    UtVideo RGBA (ULRA) VCM,0x00200000,1,1,qcap.dll,6.06.7601.17514
    UtVideo RGB (ULRG) VCM,0x00200000,1,1,qcap.dll,6.06.7601.17514
    UtVideo YUV420 BT.601 (ULY0) VCM,0x00200000,1,1,qcap.dll,6.06.7601.17514
    UtVideo YUV422 BT.601 (ULY2) VCM,0x00200000,1,1,qcap.dll,6.06.7601.17514
    VMnc v2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Google VP8 Video Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    x264vfw - H.264/MPEG-4 AVC codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Xvid MPEG-4 Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    LAME Audio Encoder,0x00200000,1,1,Lame.ax,1.00.0061.24875
    IAC2,0x00200000,1,1,quartz.dll,6.06.7601.18741
    ffdshow Audio Decoder,0x00200000,1,1,quartz.dll,6.06.7601.18741
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
    AAC ACM Codec,0x00200000,1,1,quartz.dll,6.06.7601.18741
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.18741
    AC-3 ACM Extensible,0x00200000,1,1,quartz.dll,6.06.7601.187​41
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.18741
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.18741
    AC-3 ACM Codec,0x00200000,1,1,quartz.dll,6.06.7601.18741
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.18741
    Audio Capture Sources:
    Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
    Stereo Mix (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17​514
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17​514
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17​514
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.18741
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.18741
    WDM Streaming Capture Devices:
    Mic in at front panel (black),0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HP Truevision HD,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    HP Truevision HD,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17514
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17​514
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17​514
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17514
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17514
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.1751​4
    Audio Renderers:
    Speaker/HP (Realtek High Defini,0x00200000,1,0,quartz.dll,6.06.7601.18741
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.18741
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.18741
    DirectSound: Speaker/HP (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.18741
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0
    This question was solved.
    View Solution.

    Hi:
    See if this driver works.  If it doesn't, you will need to install a 64 bit operating system if you want to run windows 7.
    I know this driver works for the Celeron N processors, but I don't know if it will work with the Pentium N processors.
    Download, unzip and run the setup.exe file.
    https://downloadcenter.intel.com/Detail_Desc.aspx?​DwnldID=23889

Maybe you are looking for

  • Problem with printing - Please help, need to be able to print!!

    I am having a bit of a nightmare trying to get printing to work in OS X Tiger and would really appreciate some feedback. I need to connect 2 network printers. Have managed to install one of them with a driver on the Xerox website but when I go to pri

  • Toolbar Anchor not formating correctly

    I have had Homesite set for HTML to NOT have new lines after the start or text portions of the Anchor tag. In other words, after I created the entry for my document it would all be on one line. Now I am trying to do XHTML and the Anchor that is selec

  • Find feature - how to remove applications

    I really don't want the Palm Find feature (magnifying glass) on my Verizon Centro to give me the option, the several options, of Searching Google.  How do I turn that off? Post relates to: Centro (Verizon)

  • Restoring from back up

    if i have a copy of an old back up file from the mobilesync file in my computer, could i delete the one that is in the file now and replace with an old one to restore from?

  • Fix messed up permissions on external HDD?

    I've got an external HDD that I've been using with tons of macs. It now has plenty of old and new folders from different locations that come from various users/macs. Deleteing or moving files, depending on the folder, sometimes requires a password. I