Initialize I/O Pin

I am a new programmer, I got a question, hope get help from you.
How to initialize Pin I/O of NI 6036E, e.g. set PFI 9 Low or High in DAQmx ANSI C ?
Thanks

You would not use one of the PFI lines generally. What you are describing is Digital I/O functionality. You can find examples of how to do this on your own computer (if you have the DAQ driver installed). It should be located here:
C:\Program Files\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Generate Values
Regards,
Anuj D.

Similar Messages

  • Initialize of GPIO pins

    Hi i have initialized 6 GPIO pins in 1 port. In InPort. I mean the information is going from the pins to the TC65 device.
    And I have to some how detect wen ther is ongoing information in the port.
    I mean wen there is a signal in a GPIO3 pin to the TC65 device to detect it and to write some mesege to the console.
    This is just basic becouse I don't know how to do it.
    Here is my resource kod:
    int X1=3,X2=4,X3=5,X4=6,X5=7,X6=8;
    private InPort inport = null;
    else if (command.equals("inport"))
    try {
    Vector inPortPins = new Vector();
    inPortPins.addElement("GPIO" + X1); // "GPIO" + X1 = GPIO3
    inPortPins.addElement("GPIO" + X2);
    inPortPins.addElement("GPIO" + X3);
    inPortPins.addElement("GPIO" + X4);
    inPortPins.addElement("GPIO" + X5);
    inPortPins.addElement("GPIO" + X6);
    inport = new InPort(inPortPins);
    APortListener aListener = new APortListener();
    inport.addListener(aListener);
    inport.addListener(this);
    System.out.println("Reading GPIO input for next 30 seconds");
    Thread.sleep(300000);
    System.out.println("Done reading GPIO");
    } catch (Exception e) {
    e.printStackTrace();
    public void portValueChanged(int arg0) {
    System.out.println("InPortExample value:" + arg0);
    try {
    System.out.println("");
    System.out.println("InPort:" + inport.getValue());
    } catch (IOException e) {
    import com.siemens.icm.io.InPortListener;
    public class APortListener implements InPortListener {
    public APortListener() {
    public void portValueChanged(int arg0) {
    System.out.println("APortListener value:" + arg0);
    So please if some of you knows how to do it help me.
    This is important for me because it is my work.
    Edited by: WepstanXT on Dec 16, 2009 11:34 PM
    Edited by: WepstanXT on Dec 16, 2009 11:36 PM

    Rinju
    When you click on "initialize planning area" option time series gets created for the newly created characteristic value combinations.  The key figure values are stored in the time series and order series live cache and initialization of the p.a is like allocating a spot in the live cache to store the key figure values.
    Deinitialization of the planning area leads to loss of time series values. So you should not deinitialize the planning area unless there is a change in the structure of the planning area. For example if you want to add new key figures to a planning area then deinitialization and reinitialization of the planniing area is required.
    Thanks
    Aparna

  • PKCS#11 pin initialization

    How to initialize smartcard's pin number using Sun PKCS#11 implementation ?
    How to personalize smartcard (generate keys and load certificate) using Sun PKCS#11 implementation ?

    String configName = "C:/pkcs11.cfg";
         provider = new sun.security.pkcs11.SunPKCS11(configName);
         System.out.println("provider name: " +provider.getName());
         System.out.println("provider information : " +provider.getInfo());
         Security.addProvider(provider);
         KeyStore keyStore = null;
         keyStore = KeyStore.getInstance("PKCS11",provider);
    System.out.println("password from form --> "+tokenPassword.toString());
         keyStore.load(null,tokenPassword);
         provider = keyStore.getProvider();
         //Retrieving certificate chains from E-Token
         for(Enumeration e = keyStore.aliases() ; e.hasMoreElements() ;)
         alias = e.nextElement().toString();
         //Retrieving private key from E-Token
         PrivateKey privKey = (PrivateKey)keyStore.getKey(alias, tokenPassword);
         System.out.println("private Key ===>\n"+privKey);
         java.security.cert.X509Certificate cert = (java.security.cert.X509Certificate)keyStore.getCertificate(alias);
         java.security.cert.Certificate[] certChain =keyStore.getCertificateChain(alias);
         PublicKey pubKey = cert.getPublicKey();
         System.out.println("PUBLIC KEY FROM E-TOKEN ==>\n"+pubKey);
         //pdf document before digital sign
         PdfReader reader = new PdfReader("D:/Reports/Standard/"+downloadpath);
         //New pdf document created for digital sign
         FileOutputStream fout = new FileOutputStream("D:/Reports/Standard/dig"+downloadpath);
         //generating digital signature for sign a pdf document
         PdfStamper stp = PdfStamper.createSignature(reader, fout,'\0');
         PdfSignatureAppearance sap = stp.getSignatureAppearance();
         sap.setCrypto(privKey, certChain, null,PdfSignatureAppearance.WINCER_SIGNED);
         sap.setReason("Certifying Authority");
         sap.setLocation("HYD");
         //comment next line to have an invisible signature
         sap.setVisibleSignature(new Rectangle(100, 150, 200, 200), 1, null);
         stp.close();
         //unregistering the provider (E-Token).
         //Security.removeProvider("SunPKCS11-GNFCeToken");
         Security.removeProvider(provider.getName());
         System.out.println("provider Info-> "+provider.getProperty("Provider.id info"));
         System.out.println("provider pkcs-> "+provider.getProperty("KeyStore.PKCS11"));
         System.out.println("provider class->"+provider.getClass());               
    provider.remove("provider.id info");
         provider.remove("Provider.id className");
         provider.clear();

  • I am trying to capture from Sony HDV 1080i VTR FCP giving an error of not able to initialize

    i am trying to capture from Sony HDV 1080i VTR FCP giving an error of not able to initialize. I am not able to capture the content in DV mode. i am using a Firewire 800 to 400 converter and a 6 pin firewire cable to connect to the SonyHDV VTR. Please suggest me how do i do this.

    The 800-400 converter plugs have proved a problem for this. What version of the software are you using. It sounds like an older version of FCP, if so you should ask your question on the Final Cut Studio forum.

  • After Effects crashing on startup: "crashed previously attempting to initialize OpenGL."

    I've just installed After Effects CS6 from the cloud. I run Photoshop, & Illustrator CS5.5 with no problems.
    Here are the full errors it gives me on startup. I have never been able to successfully get After Effects to load.
    "After Effects error: After Effects crashed previously attempting to initialize OpenGL. Consult the manufacturer of your graphics card for a compatiable OpenGL driver."
    "After Effects error: Crash in progress. Last logged message was: <6632> <GPUManager> <2> Sniffer Result Code: 1"
    I have an ATI Radeon 7850 card. Tried uninstalling the drivers completely and re-installing latest Catalyst drivers. Then tried uninstalling completely again and installing the beta 13.3 drivers. Still same crash error.
    Running Windows 7 64 bit.
    Here's my DXDiag system info:
    System Information
    Time of this report: 3/31/2013, 16:36:14
           Machine name: JACKS-PC
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130104-1431)
               Language: English (Regional Setting: English)
    System Manufacturer: To Be Filled By O.E.M.
           System Model: To Be Filled By O.E.M.
                   BIOS: BIOS Date: 06/08/12 12:36:48 Ver: 04.06.05
              Processor: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (4 CPUs), ~3.3GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8086MB RAM
              Page File: 4979MB used, 11190MB 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.
          Display Tab 2: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: 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: AMD Radeon HD 7800 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6819)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6819&SUBSYS_27301462&REV_00
         Display Memory: 4095 MB
       Dedicated Memory: 2029 MB
          Shared Memory: 2066 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: S220HQL
             Monitor Id: ACR0281
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1191 (English)
         Driver Version: 12.100.17.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 3/21/2013 01:42:06, 1151168 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B71EE2-2B59-11CF-7573-3A07BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6819
              SubSys ID: 0x27301462
            Revision ID: 0x0000
    Driver Strong Name: oem22.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_R575B:12.100.17.0:pci\ven_1002&dev_6819
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
              Card name: Intel(R)  HD Graphics Family
           Manufacturer: Intel Corporation
              Chip type: Intel(R) HD Graphics Family
               DAC type: Internal
             Device Key: Enum\PCI\VEN_8086&DEV_0112&SUBSYS_01121849&REV_09
         Display Memory: 1696 MB
       Dedicated Memory: 64 MB
          Shared Memory: 1632 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: Acer G185HV
             Monitor Id: ACR019F
            Native Mode: 1366 x 768(p) (59.790Hz)
            Output Type: HD15
            Driver Name: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Driver File Version: 8.15.0010.2372 (English)
         Driver Version: 8.15.10.2372
            DDI Version: 10.1
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 4/14/2011 22:07:50, 8244224 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4252-11CF-BD72-1821A9C2C535}
              Vendor ID: 0x8086
              Device ID: 0x0112
              SubSys ID: 0x01121849
            Revision ID: 0x0009
    Driver Strong Name: oem7.inf:Intel.Mfg.NTamd64:iSNBD0:8.15.10.2372:pci\ven_8086&dev_0112
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
       Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_18498892&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6392 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/14/2011 06:38:12, 2899176 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 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
                Description: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_18498892&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6392 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/14/2011 06:38:12, 2899176 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 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 (Blue Snowball)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 22:23:47, 109696 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    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
          Device Name: G500
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC068
            FF Driver: n/a
          Device Name: G500
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC068
            FF Driver: n/a
          Device Name: G500
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC068
            FF Driver: n/a
          Device Name: Blue Snowball
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0D8C, 0x0005
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1C2D
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC068
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC068
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 15.2 GB
    Total Space: 60.5 GB
    File System: NTFS
          Model: M4-CT064M4SSD2 ATA Device
          Drive: D:
    Free Space: 1385.3 GB
    Total Space: 1907.6 GB
    File System: NTFS
          Model: WDC WD20EARX-32PASB0 ATA Device
          Drive: E:
          Model: ASUS DRW-24B1ST   c ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: Intel(R) 6 Series/C200 Series Chipset Family SMBus Controller - 1C22
    Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_1C221849&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R)  HD Graphics Family
    Device ID: PCI\VEN_8086&DEV_0112&SUBSYS_01121849&REV_09\3&11583659&0&10
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_88921849&REV_05\3&11583659&0&D8
       Driver: n/a
         Name: 2nd generation Intel(R) Core(TM) processor family PCI Express Controller - 0101
    Device ID: PCI\VEN_8086&DEV_0101&SUBSYS_01011849&REV_09\3&11583659&0&08
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 6 - 1C1A
    Device ID: PCI\VEN_8086&DEV_1C1A&SUBSYS_1C1A1849&REV_B5\3&11583659&0&E5
       Driver: n/a
         Name: 2nd generation Intel(R) Core(TM) processor family DRAM Controller - 0100
    Device ID: PCI\VEN_8086&DEV_0100&SUBSYS_01001849&REV_09\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 5 - 1C18
    Device ID: PCI\VEN_8086&DEV_1C18&SUBSYS_1C181849&REV_B5\3&11583659&0&E4
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1B21&DEV_1080&SUBSYS_00000000&REV_01\4&2D415C35&0&00E3
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 4 - 1C16
    Device ID: PCI\VEN_8086&DEV_1C16&SUBSYS_1C161849&REV_B5\3&11583659&0&E3
       Driver: n/a
         Name: ASMedia XHCI Controller
    Device ID: PCI\VEN_1B21&DEV_1042&SUBSYS_10421849&REV_00\4&18E591E5&0&00E5
       Driver: n/a
         Name: Intel(R) Z68 Express Chipset Family LPC Interface Controller - 1C44
    Device ID: PCI\VEN_8086&DEV_1C44&SUBSYS_1C441849&REV_05\3&11583659&0&F8
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10
    Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_1C101849&REV_B5\3&11583659&0&E0
       Driver: n/a
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_81681849&REV_06\4&35784ABE&0&00E4
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
    Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_1C2D1849&REV_05\3&11583659&0&D0
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family 2 port Serial ATA Storage Controller - 1C08
    Device ID: PCI\VEN_8086&DEV_1C08&SUBSYS_1C081849&REV_05\3&11583659&0&FD
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AAB0&SUBSYS_AAB01462&REV_00\4&1CDA0A78&0&0108
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
    Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_1C261849&REV_05\3&11583659&0&E8
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family 4 port Serial ATA Storage Controller - 1C00
    Device ID: PCI\VEN_8086&DEV_1C00&SUBSYS_1C001849&REV_05\3&11583659&0&FA
       Driver: n/a
         Name: AMD Radeon HD 7800 Series
    Device ID: PCI\VEN_1002&DEV_6819&SUBSYS_27301462&REV_00\4&1CDA0A78&0&0008
       Driver: n/a
    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
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    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
    GDCL Mpeg-4 Demultiplexor,0x00600000,1,2,mp4demux.dll,1.00.0000.0009
    Xiph.Org Theora Decoder,0x00600000,1,1,dsfTheoraDecoder.dll,
    Xiph.Org Vorbis Decoder,0x00600000,1,1,dsfVorbisDecoder.dll,
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,16.04.3505.0912
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    ATI Ticker,0x00200000,0,1,Ticker.ax,
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Image Effects,0x00200000,2,1,viscomaudiodata.dll,9.00.0000.0000
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Xiph.Org Ogg Muxer,0x00200000,1,0,dsfOggMux.dll,
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
    LAME Audio Encoder,0x00100000,2,1,lame_dshow.ax,1.00.0054.50801
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    What you hear filter,0x00200000,0,1,viscomspeaker.dll,
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VHMixerSource,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    Techsmith Encoder Smooth Scale Source,0x00200000,1,1,TimelineFilters.dll,2.03.12195.0001
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    Xiph.Org FLAC Decoder,0x00600000,1,1,dsfFLACDecoder.dll,
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    ATI MPEG File Writer,0x00200000,1,0,atimpenc.dll,12.10.0000.30320
    AMD Video Decoder,0x00200000,1,2,atimpenc.dll,12.10.0000.30320
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    WAV Dest,0x00200000,0,0,viscomwave.dll,9.00.0000.0000
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MONOGRAM AAC Decoder,0x00600002,1,1,mmaacd.ax,0.09.0006.0000
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    VISCOM Wave Form Display Filter,0x00200000,1,0,viscomwaveform.dll,8.01.0000.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,
    TechSmith File Source,0x00400000,0,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith SWF Writer,0x00200000,2,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith WMFSDK Writer,0x00200000,1,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Simple PIP,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    ImageSource,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TitleSource,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Time Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Splitter Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Frame Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Perf Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ZoomPIP Filter,0x00200000,2,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith PushVMR Source,0x00200000,0,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith SimplePushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Wave Dest,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Overlay,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Wave Buffer,0x00200000,1,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 8,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 555,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 565,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 24,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 32,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Force Color32A,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    SSFileWriter,0x00200000,1,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Frame Rate Tuner,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Camera Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    Techsmith Quicktime MOV Source,0x00600000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Sound Effects Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Flv Key Frame Setter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Floating Point Wave Filter,0x003fffff,1,1,CamtasiaFilters.dll,8.00.0002.0918
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Viscom Audio Encoder,0x00200000,1,0,viscomaudioencoder.dll,9.00.0000.0000
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    VISCOM AudioEffect Filter,0x00200000,1,1,viscomaudio.dll,1.01.0000.0000
    Xiph.Org Theora Encoder,0x00200000,1,1,dsfTheoraEncoder.dll,
    Xiph.Org Vorbis Encoder,0x00200000,1,1,dsfVorbisEncoder.dll,
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    VHSplitProcSource,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    VHCropResize,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    AMD MJPEG Decoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Xiph.Org Native FLAC Decoder,0x00600000,0,1,dsfNativeFLACSource.dll,
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17713
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    DivX H.264 Decoder,0x00800000,1,1,DivXDecH264.ax,8.02.0000.0026
    Xiph.Org Speex Encoder,0x00200000,1,1,dsfSpeexEncoder.dll,
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    Matrix,0x00200000,1,1,viscomaudioprocess.dll,1.00.0000.0000
    AMD Video Encoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    Xiph.Org Speex Decoder,0x00600000,1,1,dsfSpeexDecoder.dll,
    Xiph.Org FLAC Encoder,0x00200000,1,1,dsfFLACEncoder.dll,
    File Writer,0x00200000,1,0,WLXVAFilt.dll,16.04.3505.0912
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc.dll,12.10.0000.30320
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Sample File Source (Async.),0x00400000,0,1,TimelineFilters.dll,2.03.12195.0001
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    AMD Video Scaler Filter,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17713
    VHYV12Decoder,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    Techsmith Encoder Color Source,0x00200000,0,1,TimelineFilters.dll,2.03.12195.0001
    VHStreamDelay,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    TechSmith Grabber Sample Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    VHMultiWriter,0x00200000,1,0,VHMediaCOM.dll,2.00.0000.0209
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    VHAudioGain,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    VHFrameRateConv,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    LAME Audio Encoder,0x00100000,1,1,lame.ax,1.00.0060.51128
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    Techsmith Encoder Image Source,0x00200000,0,1,TimelineFilters.dll,2.03.12195.0001
    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.17514
    Xiph.Org Ogg Demuxer,0x00600000,1,1,dsfOggDemux2.dll,
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17713
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VHDeinterlace,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    VHYV12Encoder,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    AMD Video Rotation Filter,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    VHMultiReader,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    WebM Muxer Filter,0x00200000,2,1,webmmux.dll,0.09.0012.0000
    WebM VP8 Decoder Filter,0x00600000,1,1,vp8decoder.dll,0.09.0012.0000
    WebM VP8 Encoder Filter,0x00200000,1,1,vp8encoder.dll,0.09.0012.0000
    WebM Splitter Filter,0x00600000,1,1,webmsplit.dll,0.09.0012.0000
    Techsmith Encoder Quicktime MOV Source,0x00200000,0,2,TimelineFilters.dll,2.03.12195.0001
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    iZotope Vocal Enhancement,0x00200000,1,1,iZotope_VocalEnhancement.dll,1.00.0000.0024
    iZotope Consumer Restoration,0x00200000,1,1,iZotope_ConsumerRestoration.dll,1.00.0000.0024
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    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
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Xiph.Org Theora Encoder,0x00200000,1,1,dsfTheoraEncoder.dll,
    WebM VP8 Encoder Filter,0x00200000,1,1,vp8encoder.dll,0.09.0012.0000
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    FM Screen Capture Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Fraps Video Decompressor,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Logitech Video (I420),0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft MPEG-4 Video Codec V2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft MPEG-4 Video Codec V3,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft MPEG-4 Video Codec V1,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
    TechSmith Screen Codec 2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    TechSmith Screen Capture Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Helix YV12 YUV 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
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    Xiph.Org Vorbis Encoder,0x00200000,1,1,dsfVorbisEncoder.dll,
    Xiph.Org Speex Encoder,0x00200000,1,1,dsfSpeexEncoder.dll,
    Xiph.Org FLAC Encoder,0x00200000,1,1,dsfFLACEncoder.dll,
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (Blue Snowball),0x00200000,0,0,qcap.dll,6.06.7601.17514
    XSplitBroadcaster,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    Realtek HD Audio Front Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Line input,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
    Logitech HD Webcam C310,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    HD Webcam C310,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Blue Snowball,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
    Realtek HDA SPDIF Out,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:
    Logitech HD Webcam C310,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    XSplitBroadcaster,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    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.17669
    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.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17713
    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

    Trash the prefs. Delete them in the prefs folder:
    Important Directories
    Also, Noel Carboni over at the PS forum might have to say a word or two on the drivers... He recommends to not use 13.3 at all and his list of "safe" versions only includes 12.8... You also have an awful lot of CoDecs in your list, so you might consider uninstalling some of them/ the apps that introduced them. This may also help....
    Mylenium

  • Power map- Cannot initialize DirectX

    I am running windows 7 in a VM with MS office 2013. I have installed power map for excel 2013. When I try to launch power map in excel it gives this error "Cannot initialize DirectX. Confirm that you hardware supports DirectX 10 or later and that you
    have the latest video card driver installed."
    Here is the DXdiag output:
    System Information
    Time of this report: 1/9/2014, 20:40:02
           Machine name: VW7-SB12
       Operating System: Windows 7 Enterprise 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130828-1532)
               Language: English (Regional Setting: English)
    System Manufacturer: VMware, Inc.
           System Model: VMware Virtual Platform
                   BIOS: PhoenixBIOS 4.0 Release 6.0     
              Processor: AMD Opteron(TM) Processor 6220                 , ~3.0GHz
                 Memory: 2048MB RAM
    Available OS Memory: 2048MB RAM
              Page File: 1191MB used, 2903MB 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: RDPDD Chained DD
           Manufacturer: 
              Chip type: 
               DAC type: 
             Device Key: Enum\
         Display Memory: 348 MB
       Dedicated Memory: 160 MB
          Shared Memory: 188 MB
           Current Mode: 1364 x 768 (16 bit) (60Hz)
            Driver Name: 
    Driver File Version:  ()
         Driver Version: 
            DDI Version: 9Ex
           Driver Model: unknown
      Driver Attributes: Final Retail
       Driver Date/Size: , 0 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B70EE0-4340-11CF-0767-0120A1C2CA35}
              Vendor ID: 0x0000
              Device ID: 0x0000
              SubSys ID: 0x00000000
            Revision ID: 0x0000
     Driver Strong Name: Unknown
         Rank Of Driver: Unknown
            Video Accel: 
          Deinterlace Caps: n/a
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Not Available
             D3D Status: Enabled
             AGP Status: Not Available
    Sound Devices
                Description: Remote Audio
     Default Sound Playback: Yes
     Default Voice Playback: Yes
                Hardware ID: 
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: {3.0.0.00000002}.{6C26BA7D-F0B2-4225-B422-8168C5261E45}
             Driver Version:  ()
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: , 0 bytes
                Other Files: 
            Driver Provider: 
             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
    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: 15.7 GB
    Total Space: 51.2 GB
    File System: NTFS
          Model: VMware Virtual disk SCSI Disk Device
          Drive: Z:
          Model: NECVMWar VMware IDE CDR00 ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: vmxnet3 Ethernet Adapter #3
    Device ID: PCI\VEN_15AD&DEV_07B0&SUBSYS_07B015AD&REV_01\FF56500088269FFE00
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C0
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B8
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B0
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&A8
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01\3&2B8E0B4B&0&08
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C7
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BF
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B7
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AF
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_15AD&DEV_0790&SUBSYS_079015AD&REV_02\3&2B8E0B4B&0&88
       Driver: n/a
         Name: Intel 82443BX Pentium(R) II Processor to PCI Bridge
    Device ID: PCI\VEN_8086&DEV_7190&SUBSYS_197615AD&REV_01\3&2B8E0B4B&0&00
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C6
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BE
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B6
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AE
       Driver: n/a
         Name: VMware VMCI Bus Device
    Device ID: PCI\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10\3&2B8E0B4B&0&3F
       Driver: n/a
         Name: Intel(R) 82371AB/EB PCI Bus Master IDE Controller
    Device ID: PCI\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01\3&2B8E0B4B&0&39
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C5
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BD
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B5
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AD
       Driver: n/a
         Name: VMware SVGA 3D
    Device ID: PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&2B8E0B4B&0&78
       Driver: n/a
         Name: Intel 82371AB/EB PCI to ISA bridge (ISA mode)
    Device ID: PCI\VEN_8086&DEV_7110&SUBSYS_197615AD&REV_08\3&2B8E0B4B&0&38
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C4
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BC
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B4
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AC
       Driver: n/a
         Name: LSI Adapter, SAS 3000 series, 8-port with 1068
    Device ID: PCI\VEN_1000&DEV_0054&SUBSYS_197615AD&REV_01\4&1F16FEF7&0&00A8
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C3
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BB
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B3
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AB
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C2
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BA
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B2
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AA
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C1
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B9
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B1
       Driver: n/a
         Name: PCI Express standard Root Port
    Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&A9
       Driver: n/a
    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
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    MS ATC Screen Decoder 1,0x00600800,1,1,scdec.dll,8.00.6362.0202
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.01.3467.0000
    ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.01.3467.0000
    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.01.3467.0000
    ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.01.3467.0000
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    MPC - Mpeg Source (Gabest),0x00400000,0,0,MpegSplitter.ax,1.03.1976.0000
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
    MONOGRAM AMR Splitter,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    MPC - MP4 Source,0x00600000,0,0,MP4Splitter.ax,1.03.1976.0000
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.03.1976.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    WavPack Audio Decoder,0x00600000,1,1,WavPackDSDecoder.ax,1.01.0000.0484
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    MONOGRAM AMR Decoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    MONOGRAM Musepack Decoder,0x00600000,1,1,mmmpcdec.ax,0.09.0002.0000
    Haali Media Splitter,0x00800001,0,1,splitter.ax,1.10.0175.0000
    Haali Media Splitter (AR),0x00400000,1,1,splitter.ax,1.10.0175.0000
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    MPC - MP4 Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1976.0000
    File Source (Monkey Audio),0x00400000,0,1,MonkeySource.ax,
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    madFlac Decoder,0x00600000,1,1,madFlac.ax,1.08.0000.0000
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    Haali Video Renderer,0x00200000,1,0,dxr.dll,
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Haali Simple Media Splitter,0x00200000,0,1,splitter.ax,1.10.0175.0000
    DirectVobSub,0x00200000,2,1,vsfilter.dll,2.39.0005.0003
    DirectVobSub (auto-loading version),0x00800002,2,1,vsfilter.dll,2.39.0005.0003
    MONOGRAM AMR Encoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
    Haali Matroska Muxer,0x00200000,1,0,splitter.ax,1.10.0175.0000
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    MONOGRAM AMR Mux,0x00600000,1,1,mmamr.ax,1.00.0001.0000
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    DC-Bass Source,0x00400000,0,1,DCBassSource.ax,1.02.0000.0000
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.01.3467.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18175
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18175
    MONOGRAM Musepack Splitter,0x00600000,1,1,mmmpcdmx.ax,0.04.0000.0000
    madFlac Source,0x00600000,0,1,madFlac.ax,1.08.0000.0000
    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.17514
    MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.03.1976.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    MPC - MPEG4 Video Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1976.0000
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    WavPack Audio Splitter,0x00600000,1,1,WavPackDSSplitter.ax,1.01.0000.0323
    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.01.3467.0000
    MPC - Mpeg Splitter (Gabest),0x00400001,1,1,MpegSplitter.ax,1.03.1976.0000
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    MPC - MPEG4 Video Source,0x00600000,0,0,MP4Splitter.ax,1.03.1976.0000
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    WebM VP8 Decoder Filter,0x00600000,1,1,vp8decoder.dll,0.09.0007.0000
    Haali Video Sink,0x00200000,1,0,splitter.ax,1.10.0175.0000
    AC3File,0x00600000,0,1,ac3file.ax,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    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.01.3467.0000
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    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
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,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
    Xvid MPEG-4 Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Helix YV12 YUV 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
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    AC-3 ACM Codec,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    ,0x00000000,0,0,,
    WDM Streaming Rendering Devices:
    VMware Virtual Audio,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
    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.17669
    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.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Remote Audio,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Remote Audio,0x00200000,1,0,quartz.dll,6.06.7601.17713
    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

    Is this still an issue?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Trying to run sample applet 'Wallet'. What is PIN?

    Dear
    I'm trying to run sample applet 'Wallet' in java card development kit.
    I have 2 questions.
    1) I successfully upload 'cap file'. but I got an error when I install it.
    I don't know why.
    Below is the APDU
    cm> upload "C:\wallet.cap"
    => 80 E6 02 00 16 09 77 61 6C 6C 65 74 70 6B 67 08 ......walletpkg.
    A0 00 00 00 03 00 00 00 00 00 00 00 ............
    (114664 usec)
    <= 00 90 00 ...
    Status: No Error
    => 80 E8 00 00 FF C4 82 02 A8 01 00 13 DE CA FF ED ................
    01 02 04 00 01 09 77 61 6C 6C 65 74 70 6B 67 02 ......walletpkg.
    00 1F 00 13 00 1F 00 0D 00 0B 00 66 00 12 01 87 ...........f....
    00 0A 00 3A 00 00 00 DD 00 00 00 00 00 00 01 01 ...:............
    00 04 00 0B 01 00 01 07 A0 00 00 00 62 01 01 03 ............b...
    00 0D 01 09 77 61 6C 6C 65 74 61 70 70 00 01 06 ....walletapp...
    00 12 00 80 03 02 00 01 04 04 00 00 00 3A FF FF .............:..
    00 2D 00 42 07 01 87 00 04 30 8F 00 0A 18 1D 1E .-.B.....0......
    8C 00 09 7A 05 40 18 8C 00 16 18 8F 00 10 3D 06 ...z.@........=.
    10 08 8C 00 15 87 00 AD 00 19 1E 1F 8B 00 03 18 ................
    8B 00 12 7A 01 10 AD 00 8B 00 08 61 04 03 78 04 ...z.......a..x.
    78 01 10 AD 00 8B 00 06 7A 02 21 19 8B 00 02 2D x.......z.!....-
    18 8B 00 0F 60 03 7A 1A 03 25 10 B0 6A 08 11 6E ....`.z..%..j..n
    00 8D 00 0D 1A 04 25 75 00 2D 00 04 00 20 00 27 ......%u.-... .'
    00 30 00 21 00 40 00 1B 00 50 00 15 18 19 8C 00 [email protected]......
    0E 7A 18 19 8C 00 04 7A 18 19 8C 00 17 7A 18 19 .z.....z.....z..
    8C 00 0B 7A 00 ...z.
    (551929 usec)
    <= 90 00 ..
    Status: No Error
    => 80 E8 00 01 FF 11 6D 00 8D 00 0D 7A 03 24 AD 00 ......m....z.$..
    8B 00 13 61 08 11 63 01 8D 00 0D 19 8B 00 02 2D ...a..c........-
    1A 07 25 32 19 8B 00 07 5B 29 04 1F 04 6B 07 16 ..%2....[)...k..
    04 04 6A 08 11 67 00 8D 00 0D 1A 08 25 29 05 16 ..j..g......%)..
    05 10 64 6E 06 16 05 63 08 11 6A 83 8D 00 0D AF ..dn...c..j.....
    01 16 05 41 11 27 10 6F 08 11 6A 84 8D 00 0D 18 ...A.'.o..j.....
    AF 01 16 05 41 89 01 7A 03 24 AD 00 8B 00 13 61 ....A..z.$.....a
    08 11 63 01 8D 00 0D 19 8B 00 02 2D 1A 07 25 32 ..c........-..%2
    19 8B 00 07 5B 29 04 1F 04 6B 07 16 04 04 6A 08 ....[)...k....j.
    11 67 00 8D 00 0D 1A 08 25 29 05 16 05 10 64 6E .g......%)....dn
    06 16 05 63 08 11 6A 83 8D 00 0D AF 01 16 05 43 ...c..j........C
    63 08 11 6A 85 8D 00 0D 18 AF 01 16 05 43 89 01 c..j.........C..
    7A 03 22 19 8B 00 02 2D 19 8B 00 11 32 19 05 8B z."....-....2...
    00 0C 1A 03 AF 01 8D 00 18 3B 19 03 05 8B 00 05 .........;......
    7A 04 22 19 8B 00 02 2D 19 8B 00 07 5B 32 AD 00 z."....-....[2..
    1A 08 1F 8B 00 14 61 08 11 63 00 8D 00 0D 7A 08 ......a..c....z.
    00 0A 00 00 00 .....
    (405152 usec)
    <= 90 00 ..
    Status: No Error
    => 80 E8 80 02 AE 00 00 00 00 00 00 00 00 05 00 66 ...............f
    00 19 02 00 00 00 02 00 00 01 03 80 0A 01 03 80 ................
    09 08 06 00 00 F0 03 80 0A 04 03 80 09 05 03 80 ................
    0A 06 03 80 09 02 06 00 00 0D 01 00 00 00 06 00 ................
    01 69 03 80 0A 09 06 80 07 01 06 00 01 49 03 80 .i...........I..
    03 03 01 80 09 00 03 80 0A 07 03 80 03 01 03 80 ................
    09 04 03 80 09 01 06 80 09 00 06 80 03 00 06 00 ................
    00 94 06 80 10 06 09 00 3A 00 0E 1F 02 0F 0D 5A ........:......Z
    41 11 05 05 41 0E 05 16 1A 00 28 04 06 07 04 07 A...A.....(.....
    0A 04 08 0D 07 05 10 1D 06 06 06 07 08 08 04 09 ................
    12 15 10 10 08 04 09 12 15 0D 0F 05 06 07 07 07 ................
    05 0A 08 00 ....
    (658167 usec)
    <= 00 90 00 ...
    Status: No Error
    Load report:
    684 bytes loaded in 1.8 seconds
    effective code size on card:
    + package AID 9
    + applet AIDs 16
    + classes 21
    + methods 394
    + statics 0
    + exports 0
    overall 440 bytes
    cm> install -i 77616c6c6574617070 -q C9#() 77616c6c6574706b67 77616c6c6574617070
    => 80 E6 0C 00 24 09 77 61 6C 6C 65 74 70 6B 67 09 ....$.walletpkg.
    77 61 6C 6C 65 74 61 70 70 09 77 61 6C 6C 65 74 walletapp.wallet
    61 70 70 01 00 02 C9 00 00 00 app.......
    (269663 usec)
    <= 6A 80 j.
    Status: Wrong data
    jcshell: Error code: 6a80 (Wrong data)
    jcshell: Wrong response APDU: 6A80
    Unexpected error; aborting execution
    Another question
    2) According to the code I have to specify PIN number when I
    install it. Is PIN different from PIN in the card?
    Is it application dependent?
    private WalletApp (byte[] bArray, short bOffset, byte bLength){
              pin = new OwnerPIN(PIN_TRY_LIMIT, MAX_PIN_SIZE);
              // bArray contains the PIN initialization value
              pin.update(bArray, bOffset, bLength);
              // register the applet instance with the JCRE
              register();
         } // end of the constructor
    Anyone can help?
    I really appreciate your help

    2) According to the code I have to specify PIN number when I
    install it. Is PIN different from PIN in the the card?
    Is it application dependent?Yes, it is an card idependent but application dependent PIN.
    Jan

  • Use of Lenovo WD100 with Intel WIDI and Windows 7 - PIN problem

    I recently bought the adapter Lenovo WD100.
    It works fine when connected to my Samsung S4.
    But I am unable to use it with my PC.
    The PC has an Intel I7 processor, Windows 7 and the Intel WIDI 4.2 software.
    When I open the window of the software WIDI 4.2, the PC find immediately the adapter WD100 but when I try to connect it asks me to enter the PIN that should appear on the TV.
    Unfortunately no PIN appears on the TV.
    Does anyone have any idea where to find this PIN?
    Is there a way to read it in some files in your PC?
    Thanks

    Hi John:
    Thanks but, I had already done this. I was having THAT problem with Encore (could not even initialize before tanking) when I first installed it and that's when I updated the Roxio engine. I don't know what else there is to update or correct at this point.
    There was one thing that occurred to me: When I was using XP, I had to disable Open GL in order to get Encore to stabilize. I've heard one recommendation for Encore that one must disable graphics acceleration. I would like try that here except I can't figure out how to do that in Windows 7.
    I've been Googling "Windows 7 Disable Graphics Accel" and have come up with nothing useful.
    Thanks for your help though and if you have any other ideas, I'm all ears.
    Mark

  • What will cause the FP-1000 to fail initializa​tion?

    When our Field Point FP-1000 is initialized the Network LED and the Access LED flash then go blank. The Power LED remains illuminated and the Status LED extinguishes. This has become more frequent lately. Sometimes all that is needed is to re-initialize the Field Points again and sometimes cycling the power to the Field points is required. Most of the time a re-initialization has to be repeated several times before the Network and Access LEDs remain illuminated and no Power Controller failure is reported. Once the Field Points are working the FP-1000 will stop communicating with the other modules after several minutes and the Network and Access LEDs extinguish. In this case all that is required is one re-initialization to get all of the modules on-line.
    After the modules are all working and the initial failure is corrected the Field Points will operate for several hours without any failures. Then the same Power Controller Failure will pop up. As before all that is required is to execute a re-initialize to get the modules back on-line.
    We have replaced all of the Field Point modules several months ago for the same problem and the new units only occasionally faulted until the last couple of weeks. Now the failures are every time the modules are powered up.
    Are the Field Point units susceptible to corrosion when exposed to high humidity? We operate near the ocean, about 50 feet, but the Field Points are installed in an air conditioned trailer that once in a while will build up some moisture when the air conditioner cycles off.

    FP-1000/1001 modules do not have RTlogs.
    Considering that you are loosing communication with the module, but the module does not appear to be crashing from an internally recogonized failure (STATUS LED should start to flash), I would look at the communications and grounding. The FP-100X modules use the NETWORK and ACCESS LEDs to indicate when they recognize activity on the serial port (NETWORK) and when a valid command is addressed to the FP-100X or its attached modules (ACCESS). The FP-1000 uses RS-232 for data transmission. RS-232 relies on 3 primary wires; Rx, Tx, and ground. RS-232 ports are generally not isolated since they are single-ended signalling and need to share a common ground. What is the distance between the FP-1000 and the device it is attached to serially? How are both systems grounded (including power supplies)? It may be that due to the corrosive nature of seawater/salt aerosols, a portion of the system ground is at a different potential that is being charged and/or drifting over time. If you are resetting the FP-1000 by turning the power off, you may be allowing the ground to shift back to a level that allows the FP-1000 and device to communicate. Also, check the serial cable itself for broken pins/ground and corrosion.
    Regards,
    AaronMessage Edited by Aaron G on 04-21-2005 04:55 PM
    Message Edited by Aaron G on 04-21-2005 04:55 PM
    Message Edited by Aaron G on 04-21-2005 04:55 PM

  • Everytime I close Firefox, my App Tabs close as well. Have to Re-Pin as App Tab everytime I open Firefox. Help??

    It started right after I made a Firefox Sync account for my mobile device. Since then, I have deactivated the device and the account hoping to fix the problem. Nothing has worked.

    App (pinned) tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the Firefox profile folder.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox
    * http://kb.mozillazine.org/sessionstore.js
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History" when Firefox is closed because that prevails and prevents Firefox from opening tabs from the previous session.
    *App Tab Initializer: https://addons.mozilla.org/firefox/addon/app-tab-initializer/

  • BB Pearl Flip initialization problems

    Hi everybody,
    I am new here and I would like to get some answers to my BB Pearl Flip problems.
    I bought one back in March 2010. It worked well for 6 weeks, then problems started.
    It either said 'initialization failed' or 'SIM card error'
    I contacted my provider E-Plus and they gave me a new SIM card. Didn't help.
    Another card from T-mobile works, but then it has not the Blackberry option.
    Then I bought a new phone (now I have two). This phone does not work properly either.
    It has four options after turning it on.
    - it works fine for a while
    - initialization failed
    - SIM card error
    - Code error (4 digit PIN code was correct)
    It takes sometimes many attempts to get it working.
    But when it started it does not mean it works well.
    It does for a while, then suddenly it fails. Sometimes just a few seconds after it received connection and downloaded messages, somethimes while messenging, or during a call, also mostly after I hang up, or also on closing the handheld. Again 'initialization failed' or 'SIM card error' appears on the screen. So I turn it off and on again, same game again. Also after pulling out the card it is not guaranteed that it works.
    I have to do that >10 times a day and it is just frustrating. Mostly because this happens when I actually use the phone. It does not fail when it is just waiting for something to happen.
    I love my Pearl Flip, but this bug is annoying. I can not rely on my phone.
    Can anybody help me?
    Thank you and kind regards,
    Very sad S.

    Try resetting the device by pulling the battery while the device is powered on.  Leave the battery out for about 30 seconds and then put it all back together.  Once the phone resets, try to zoom or ALT-digit again and it should work.  Pulling the battery usually fixes most problems with a BB.

  • Verify user pin on a smart card & load a cap file on a card (with eclipse)

    I have been able install JCWDE (Java card development Kit) successfully on eclipse.Basically all I need to do is verify user pin on a smart card.As in first set a pin and then verify it.
    To begin with I have referred many tutorials (here: http://www.javaworld.com/jw-07-1999/jw-07-javacard.html?page=1) and implemented the wallet code in eclipse.I have the cap file generated and the scripts generated.I am not sure how to load it on the smart card with eclipse.
    I tried to deploy the cap file but it keeps saying connected.Also when we initiate the applet I get the same result.
    output:
    Java Card 2.2.2 APDU Tool, Version 1.3
    Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
    Opening connection to localhost on port 9032.
    Connected.
    I have also tried : http://www.cs.ru.nl/E.Poll/hw/practical.html ........ but no luck.
    I have the wallet.cap ,wallet.exp ,wallet.jca ,wallet.opt create.script, select,cap-download.scripts files already generated in eclipse.
    How does a successfully implemented applet code on a smart card work?How does this wallet code work if it is successfully implemented ? Does it have like some GUI which prompts the user to enter the pin?
    Wallet code for reference :
    package com.sun.javacard.samples.wallet;
    import javacard.framework.*;
    public class Wallet extends Applet {
    /* constants declaration */
    // code of CLA byte in the command APDU header
    final static byte Wallet_CLA =(byte)0x80;
    // codes of INS byte in the command APDU header
    final static byte VERIFY = (byte) 0x20;
    final static byte CREDIT = (byte) 0x30;
    final static byte DEBIT = (byte) 0x40;
    final static byte GET_BALANCE = (byte) 0x50;
    // maximum balance
    final static short MAX_BALANCE = 0x7FFF;
    // maximum transaction amount
    final static byte MAX_TRANSACTION_AMOUNT = 127;
    // maximum number of incorrect tries before the
    // PIN is blockedd
    final static byte PIN_TRY_LIMIT =(byte)0x03;
    // maximum size PIN
    final static byte MAX_PIN_SIZE =(byte)0x08;
    // signal that the PIN verification failed
    final static short SW_VERIFICATION_FAILED =
    0x6300;
    // signal the the PIN validation is required
    // for a credit or a debit transaction
    final static short SW_PIN_VERIFICATION_REQUIRED =
    0x6301;
    // signal invalid transaction amount
    // amount > MAX_TRANSACTION_AMOUNT or amount < 0
    final static short SW_INVALID_TRANSACTION_AMOUNT = 0x6A83;
    // signal that the balance exceed the maximum
    final static short SW_EXCEED_MAXIMUM_BALANCE = 0x6A84;
    // signal the the balance becomes negative
    final static short SW_NEGATIVE_BALANCE = 0x6A85;
    /* instance variables declaration */
    OwnerPIN pin;
    short balance;
    private Wallet (byte[] bArray,short bOffset,byte bLength) {
    // It is good programming practice to allocate
    // all the memory that an applet needs during
    // its lifetime inside the constructor
    pin = new OwnerPIN(PIN_TRY_LIMIT, MAX_PIN_SIZE);
    byte iLen = bArray[bOffset]; // aid length
    bOffset = (short) (bOffset+iLen+1);
    byte cLen = bArray[bOffset]; // info length
    bOffset = (short) (bOffset+cLen+1);
    byte aLen = bArray[bOffset]; // applet data length
    // The installation parameters contain the PIN
    // initialization value
    pin.update(bArray, (short)(bOffset+1), aLen);
    register();
    } // end of the constructor
    public static void install(byte[] bArray, short bOffset, byte bLength) {
    // create a Wallet applet instance
    new Wallet(bArray, bOffset, bLength);
    } // end of install method
    public boolean select() {
    // The applet declines to be selected
    // if the pin is blocked.
    if ( pin.getTriesRemaining() == 0 )
    return false;
    return true;
    }// end of select method
    public void deselect() {
    // reset the pin value
    pin.reset();
    public void process(APDU apdu) {
    // APDU object carries a byte array (buffer) to
    // transfer incoming and outgoing APDU header
    // and data bytes between card and CAD
    // At this point, only the first header bytes
    // [CLA, INS, P1, P2, P3] are available in
    // the APDU buffer.
    // The interface javacard.framework.ISO7816
    // declares constants to denote the offset of
    // these bytes in the APDU buffer
    byte[] buffer = apdu.getBuffer();
    // check SELECT APDU command
    if (apdu.isISOInterindustryCLA()) {
    if (buffer[ISO7816.OFFSET_INS] == (byte)(0xA4)) {
    return;
    } else {
    ISOException.throwIt (ISO7816.SW_CLA_NOT_SUPPORTED);
    // verify the reset of commands have the
    // correct CLA byte, which specifies the
    // command structure
    if (buffer[ISO7816.OFFSET_CLA] != Wallet_CLA)
    ISOException.throwIt(ISO7816.SW_CLA_NOT_SUPPORTED);
    switch (buffer[ISO7816.OFFSET_INS]) {
    case GET_BALANCE:
    getBalance(apdu);
    return;
    case DEBIT:
    debit(apdu);
    return;
    case CREDIT:
    credit(apdu);
    return;
    case VERIFY:
    verify(apdu);
    return;
    default:
    ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
    } // end of process method
    private void credit(APDU apdu) {
    // access authentication
    if ( ! pin.isValidated() )
    ISOException.throwIt(SW_PIN_VERIFICATION_REQUIRED);
    byte[] buffer = apdu.getBuffer();
    // Lc byte denotes the number of bytes in the
    // data field of the command APDU
    byte numBytes = buffer[ISO7816.OFFSET_LC];
    // indicate that this APDU has incoming data
    // and receive data starting from the offset
    // ISO7816.OFFSET_CDATA following the 5 header
    // bytes.
    byte byteRead =
    (byte)(apdu.setIncomingAndReceive());
    // it is an error if the number of data bytes
    // read does not match the number in Lc byte
    if ( ( numBytes != 1 ) || (byteRead != 1) )
    ISOException.throwIt(ISO7816.SW_WRONG_LENGTH);
    // get the credit amount
    byte creditAmount = buffer[ISO7816.OFFSET_CDATA];
    // check the credit amount
    if ( ( creditAmount > MAX_TRANSACTION_AMOUNT)
    || ( creditAmount < 0 ) )
    ISOException.throwIt(SW_INVALID_TRANSACTION_AMOUNT);
    // check the new balance
    if ( (short)( balance + creditAmount) > MAX_BALANCE )
    ISOException.throwIt(SW_EXCEED_MAXIMUM_BALANCE);
    // credit the amount
    balance = (short)(balance + creditAmount);
    } // end of deposit method
    private void debit(APDU apdu) {
    // access authentication
    if ( ! pin.isValidated() )
    ISOException.throwIt(SW_PIN_VERIFICATION_REQUIRED);
    byte[] buffer = apdu.getBuffer();
    byte numBytes =
    (byte)(buffer[ISO7816.OFFSET_LC]);
    byte byteRead =
    (byte)(apdu.setIncomingAndReceive());
    if ( ( numBytes != 1 ) || (byteRead != 1) )
    ISOException.throwIt(ISO7816.SW_WRONG_LENGTH);
    // get debit amount
    byte debitAmount = buffer[ISO7816.OFFSET_CDATA];
    // check debit amount
    if ( ( debitAmount > MAX_TRANSACTION_AMOUNT)
    || ( debitAmount < 0 ) )
    ISOException.throwIt(SW_INVALID_TRANSACTION_AMOUNT);
    // check the new balance
    if ( (short)( balance - debitAmount ) < (short)0 )
    ISOException.throwIt(SW_NEGATIVE_BALANCE);
    balance = (short) (balance - debitAmount);
    } // end of debit method
    private void getBalance(APDU apdu) {
    byte[] buffer = apdu.getBuffer();
    // inform system that the applet has finished
    // processing the command and the system should
    // now prepare to construct a response APDU
    // which contains data field
    short le = apdu.setOutgoing();
    if ( le < 2 )
    ISOException.throwIt(ISO7816.SW_WRONG_LENGTH);
    //informs the CAD the actual number of bytes
    //returned
    apdu.setOutgoingLength((byte)2);
    // move the balance data into the APDU buffer
    // starting at the offset 0
    buffer[0] = (byte)(balance >> 8);
    buffer[1] = (byte)(balance & 0xFF);
    // send the 2-byte balance at the offset
    // 0 in the apdu buffer
    apdu.sendBytes((short)0, (short)2);
    } // end of getBalance method
    private void verify(APDU apdu) {
    byte[] buffer = apdu.getBuffer();
    // retrieve the PIN data for validation.
    byte byteRead = (byte)(apdu.setIncomingAndReceive());
    // check pin
    // the PIN data is read into the APDU buffer
    // at the offset ISO7816.OFFSET_CDATA
    // the PIN data length = byteRead
    if ( pin.check(buffer, ISO7816.OFFSET_CDATA,
    byteRead) == false )
    ISOException.throwIt(SW_VERIFICATION_FAILED);
    } // end of validate method
    } // end of class Wallet
    Any help on this would highly appreciated !! :)

    Hi,
    Thanks a lot for reply.But I am not sure as to how can I delete the simulator.
    All I want to do is write a pin on the smart card and verify it.But I am not being able to deploy the cap file or initiate the applet.
    Also for passing the pin correct me if I am wrong........ according to what you said and what I have understood
    If the code is like this :
    public static void install(byte[] bArray, short bOffset, byte bLength) {
    // create a Wallet applet instance
    new Wallet(bArray, bOffset, bLength);
    } // end of install method
    byte aLen = bArray[bOffset]; // applet data length
    // The installation parameters contain the PIN
    // initialization value
    pin.update(bArray, (short)(bOffset+1), aLen);
    Lets say my pin is : 1234
    then I would pass it here.....
    new Wallet(bArray, 1234, bLength);

  • Multiple computers unable to initialize decks.

    I have something very odd happening. At the University where I teach we have multiple Macs all running Final Cut. First one PowerPC started giving a message that it was "unable to initialize" the deck. I tried two decks and two cameras... nothing. Now I have three machines all giving me the same message. I brought my Computer and Deck from home (Sony DV Cam) which was working. I plugged it into one of the school's computers and zip. I plugged back into my computer... and now it can't initialize. I've tried two brand new firewires (6 to 4 pin) and neither work.
    I've checked all the setting and they are fine.
    I have students trying to turn in final projects and I'm stumped.
    Does anyone have any suggestions as to what might cause this wide spread failure?
    Thanks in advance

    I plugged it into one of the school's computers and zip. I plugged back into my computer... and now it can't initialize.< </div>
    My first conclusion is that your decks at the school have had their FW ports shorted and this is shorting out and destroying your computers' ports one at a time as each one is attached to the decks.
    You bebug this with a simple binary test that will end in a small and relatively inexpensive disaster. If you cannot determine which of the decks (maybe all) have burned out FW ports (might google testing FW, there's probably a simple device for the task), you must locate working FW buses on a computer and then plug in your decks. Buy several cheap FW cards, install them in one machine. Fry them one at a time until you determine where the problem lies.
    bogiesan

  • Server VIF Paths FEX Host & Network Port Pinning

    Hello,
    I have a UCS-B Series Chassis with 4 B200 M2 Blades connecting to 2 6124 FI's with 4 Server Ports to each FI.
    I'm wondering if anyone can help me understand VIF Paths & FEX "Pinning"?
    Here's a screenshot of the VIF Paths tab for Server 1:
    From my understanding each blade has two FEX Host Ports (right & left) and those pin to FEX Network Ports (aka Server Ports).  Unlike SAN & LAN pinning I can't seem to figure out how to specify FEX Port pinning or control its behavior.
    The reason why I'm wondering this is because I was doing a Test Plan Execution and pulled the right/1 & left/1 FEX Network Port silmultaniously.  This caused me to lose connectivity to my Server 1 that was pinned to those ports.  I would have thought the blade would "automatically" fail-to/use the next available FEX Network Port, either right/2, right/3, right/4 or left/2, left/3, left/4 but this wasn't the case.
    Can anyone please explain?
    Thanks in advance,
    -Brian

    Pinning from the FEX/IOM to the Blades is hard coded by the FEX during initialization. It's not user configurable. The pinning is determined at initialization depending on the number links between the FEX and the FI.
    Now when you pull a link between a FEX and FI we never ever repin the links on failure. So I'm not surprised that you lost network connectivty when you pulled all the links. If you re-ack the chassis after you a pull a FEX link it will repin the connections but we never do it automatically. Keep in mind a re-ack will mean the blades will take a short network outage while the connections are repinned.
    With the second generation FI (6248) and second generation IOM (2208) you can create a port-channel between the FI and IOM. In this case if one link fails the traffic will get re-balanced across the other links.
    So to recap.
    Gen 1 hardware everything is pinned automatically by the IOM. Failure of a link means those servers lose network connectivity on that fabric. A chassis re-ack will fix the problem but could cause a short network outage on the other servers
    Gen 2 hardware has the capability to do a port-channel between the FI and IOM. In this case pulling a cable between FI and IOM should not cause a network outage of the server.
    Hope that helps.
    louis

  • NoClassDefFoundError:  SVGDOMImplementation (initialization failure)

    Hi All,
    I am trying to convert FO document to PCL using fop and getting
    following error while instantiating FOPFactory :
    java.lang.NoClassDefFoundError:
    org.apache.batik.dom.svg.SVGDOMImplementation (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:130)
    at org.apache.fop.image.loader.batik.BatikUtil.isBatikAvailable(BatikUtil.java:33)
    at org.apache.fop.image.loader.batik.ImageLoaderFactorySVG.isAvailable(ImageLoaderFactorySVG.java:60)
    at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.registerLoaderFactory(ImageImplRegistry.java:163)
    at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.discoverClasspathImplementations(ImageImplRegistry.java:97)
    at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.<init>(ImageImplRegistry.java:70)
    at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.getDefaultInstance(ImageImplRegistry.java:79)
    at org.apache.xmlgraphics.image.loader.ImageManager.<init>(ImageManager.java:48)
    at org.apache.fop.apps.FopFactory.<init>(FopFactory.java:154)
    at org.apache.fop.apps.FopFactory.newInstance(FopFactory.java:166)
    I am running code on Weblogic 9.2 and all the required libraries
    (fop.jar, batik-all.jar and xmlgraphics-commons-1.3.1.jar) are in
    class path.
    I am using FOP version 0.95
    This error does not comes when i run this as a stand-alone program.
    And in Weblogic, it appears on a random basis not always.
    I doubt that this error appears because weblogic also uses an implementation of batik API but do not have a proof.
    Any help in this regard will be much appreciated.
    Thanks!
    Sanjeev
    Edited by: user8649772 on Jul 6, 2010 2:29 PM

    Hi and Welcome to the Community!!
    I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Resend Service Books
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Batt Pull Reboot
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should contact your mobile service provider for formal support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • ZBA in EBS - Trading partner issue

    Hi SAP gurus Can anyone help me with how you folks set up populating the trading partner field for ZBA postings in EBS? I read in a lot of places & here are the pointers I already have.  - We can fill the trading partner field in GL master data assum

  • Java.security.AccessControlException: access denied ("java.security.SecurityPermission" "authProvider.SunMSCAPI")

    Till morning everything working fine in my applet. I took Java update and everything stopped. I'm dealing with digital certificate using applet. Here is my stack trace. I followed some oracle article but didn't work. https://blogs.oracle.com/java-pla

  • Reading PR in Project System.

    Dear Guys I want to read Purchase Requisition Numbers, gainst all WBS Element in  a project system. The main table on which my whole logic is working is PRPS also have a field POSID (WBS) while another table AFVC have a filed PROJN (WBS) and BANFN (P

  • Does an image entered into the State Button always to become a background image?

    -- thus loosing all scaling etc .... must I make the images the exact size for the button or can I add an image somehow without it scaling up and becoming a background image?

  • Mac Os X 10.5 kernel Memory Leak

    I just upgrade to Mac os x 10.5, and have not been able to get any thing done. After I install the big cat and went to do updates it would lock up to were I had to rest the system. Now after many time of this I open activity monitor, and made sure it