How to solve 12 Code in the device without help function Manager?

Recently noticed the triangle/point of yellow exclamation mark in device for my graphics (Intel 82865 G) Manager. Turns out to be a Code 12 problem. I tried the path to solve the problems, but I still get this error message: "Microsoft Help and Support Center has encountered a problem and needs to close. We are sorry for the inconvenience. "Anyway I can diagnose/fix this without the troubleshooting tool, or what I need to fix the troubleshooting tool itself?

Hello

I suggest you check out the link to download graphics drivers:

HTTP://DOWNLOADCENTER.INTEL.COM/SEARCHRESULT.ASPX?LANG=ENG&PRODUCTFAMILY=GRAPHICS&PRODUCTLINE=DESKTOP+GRAPHICS+DRIVERS&PRODUCTPRODUCT=INTEL%C2%AE+82865G+GRAPHICS+AND+MEMORY+CONTROLLER+HUB+ (GMCH)

Tags: Windows

Similar Questions

  • How can I get the IMEI code of the device?

    Hello world.

    I have a problem. I need to get the IMEI code of the device. How this could be done?

    System.getProperty ("IMEI") returns null.

    Phone class provides only the possibility to obtain the phone number.

    I use BB JDE 4.6.0 application developed for the peripheral BB 9000.

    Could someone help me?

    Thank you

    Maksym

    GPRSInfo.imeiToString(GPRSInfo.getIMEI(), false);
    

    P.S. This only works on GSM/UMTS phones. It will not work on CDMA phones or iDEN.

  • How to solve error code: 82 downloading creative cloud?

    How to solve error code: 82 when you download the most recent version of the creative cloud?

    Close the aam:

    (win) - end a process - Windows help

    (mc) - Activity Monitor: exit a process

  • I have updated to ios 9.3.1 now I have no sound for text messages alerts and alert sounds no calendar! I just missed a meeting disaster. Any ideas how to solve this problem, all the settings are correct.

    I have updated to ios 9.3.1 now I have no sound for text messages alerts and alert sounds no calendar! I just missed a meeting disaster. Any ideas how to solve this problem, all the settings are correct.

    Try a reset...

    Force restart your iPhone: tap on and hold the Home and Sleep/Wake buttons for at least ten seconds, until you see the Apple logo.

    If this does not help, tap settings > general > reset > reset all settings

  • How to solve a problem when the windows setup program does not open a program, says I need to install it. and an error message 1706

    How to solve a problem when the windows setup program does not open a program, says I need installation cd and a 1706 error message happens.

    Hi PAtwoodwu,

    1. what program are you trying to install?

    2. did you of recent changes on the computer?

    3 does happen with all programs?

    Check and make sure that the Windows service install is running on the computer.

    (a) click on start to reduce this includes this image, click run , type services.msc , and then press enter to open Services.

    (b) right click on the Windows Installer service and then click Properties.

    (c) if the box Startup type is set to Disabled, change it to Manual.

    (d) click on OK to close the Properties window.

    (e) right click on the Windows Installer service and then click Start. The service should start without errors.

    (f) click on the file menu, and then click exit.

  • How to save a bitmap on the device?

    Hello

    I have a bitmap image, which I have created a few bytes I get from server. Now, I want to save this file on my device. How can I achieve this?

    Thanks in advance

    That's how I saved my image on the device

    FileConnection fconn = (FileConnection)Connector.open("file:///store/home/user/screenCapture/image01.bmp",Connector.READ_WRITE);

    if(!fconn.) Exists())

    fconn. Create();

    OutputStream out = fconn.openOutputStream ();

    Bitmap image = Bitmap.createBitmapFromBytes(tempJpegBuffer,0,tempJpegBuffer.length,1);

    if(image == null)

    System.out.println ("null image");

    else {}

    out. Write (ReceiveThread.tempJpegBuffer);

    out. Close();

    }

    fconn. Close();

    } catch (Exception e) {}

    System.out.println ("Exception:" + try ());

    e.getMessage ();

    }

    and display the image recorded as by peter has mentioned above

    :-)

  • How to check a program if the device is currently locked?

    How to check a program if the device is currently locked?

    Is there an API that can tell me who?

    I used DeviceInfo.isPasswordEnabled () but it doesn't seem to do the trick

    You can use the ApplicationManager.isSystemLocked () method to determine whether the BlackBerry is locked.

    Concerning

    Bika

  • KSOAP2 working on the Simulator, but failed on the device. Help, please!

    Hi all. Please, I need support on this issue.

    I have a request of KSOAP2 running which:

    1) Œuvres ALLWAYS on the Simulator (9700 Simulator)

    2) FAILS on the device when you use 3 G Internet Link

    3) work on the device when hard reseting it and directly using Wi - Fi link (if you switch to 3 G, it starts failing).

    When it do I get the following error:

    type of org.xmlpull.v1.XmlPullParserException:Unexpected (position: TEXT SocketException:...@1:33 in java.io.InputStreamReader@hexhere)

    Some other times I get an IO error faced:

    net.rim.device.cldc.io.ippp.SocketBaseIOException: Connection timed Out

    The funny thing is that it works through 3 G as 1 in 40 times... it seems that 3 G connection is too slow to KSOAP2 to work properly, or something like that. The complex type is small (8 strings).

    My webservice is a webservice VB.NET located on the production IIS server. It works well because it responds to any request of Simulator.

    Additional data:

    -Other Internet applications of device (such as the Internet browser) works well through 3G even when my application does not always succeed. Coverage of 3G service is excellent.

    -J' use JRE 5.0.0.

    -Device is a BlackBerry Bold 9700

    -Webservice is written in VB.NET in the production on the Internet Server, and it works perfectly because it responds to each request of Simulator.

    -J' use javaloader.exe to deploy the cod to the device files (both, ksoap library cod and cod of my project)

    -L'application is not signed.

    -Once the application starts breaks down (when you switch to 3G) it maintains in default if you return to the WiFi again.

    Here is my code:

    String res="";
    boolean error=false;
    Vector seguimientos = null;
    
    SoapObject m_Soapobject=new SoapObject("urn:tempuri", "GetSeguimientos");
    SoapSerializationEnvelope m_Envelope=new SoapSerializationEnvelope(SoapEnvelope.VER11);
    m_Envelope.encodingStyle = SoapSerializationEnvelope.ENC;
    
    m_Soapobject.addProperty("strInstance", "r2sistemas");
    m_Soapobject.addProperty("user", "myuser");
    m_Soapobject.addProperty("password", "mypassword");
    m_Soapobject.addProperty("comercialId", "3");
    
    m_Envelope.addMapping("urn:tempuri/encodedTypes", "Seguimiento", new Seguimiento().getClass());
    m_Envelope.bodyOut = m_Soapobject;
    m_Envelope.setOutputSoapObject(m_Soapobject);
    
    HttpTransport ht = new httpTransport("http://www.productionserver.com/service1.asmx");
    ht.setXmlVersionTag("");
    
    try {
        ht.call("urn:tempuri/GetSeguimientos", m_Envelope);
        SoapObject respuesta=(SoapObject)m_Envelope.bodyIn;
        seguimientos=(Vector)respuesta.getProperty(0);
        } catch (IOException e) {
        error=true; res="IO Problem: " + e.toString();
        } catch (XmlPullParserException e) {
        error=true; res="XMLParser problem: " + e.toString();
        }
    
    if(error!=true) {
        Seguimiento seg=(Seguimiento)seguimientos.elementAt(1);
        res=seg.Comentario;
        }
    
    this.add(new LabelField("aa"+ res));
    

    I read on this forum that ksoap2 cannot treat the http error messages. You must download the KSOAP source and change it to do this. Something like ServiceConnectionMidp. The message is this: link

    I use a port KSOAP2 library: ksoap2-j2me-core-prev - 2.1.2.jar, like I said it works fine on the Simulator. I tried to download the source code of KSOAP to debug in the failing methods, but was unnable to do compile ok on Eclipse.

    I really am stuck at this point. Please, any help would be great.

    Thank you in advance.

    Ok. Further reading took me to the problem.

    AFAIK, there are 5 ways to connect to web addresses from a BlackBerry device.

    Of course, the BB Simulator uses one that works with my WS. When my BB is connected via wifi it works as well. However, when I use the 3g from my device connection, I should mention the destinies of correct connection on the connection URL parameters.

    That's what I did:

    I read this: 1 Source

    And this (Spanish): Source 2

    Of course, I noticed that my BB is connected to a BES company, I must indicate the correct ConnectionUID to my address book of device on the connection string. So now the line in my code is:

    HttpTransport ht = new HttpTransport("http://www.address.com/service1.asmx;deviceside=false;ConnectionUID=YOURCONNECTIONUID");
    

    To find your UID connection, take your device, go to Options - Advanced Options - service book. Choose a book of service applications that connects successfully on your device (in my case Blackberry Internet Browser service), open it and copy the ConnectionUID. Then, paste it in the connection string.

    Now, it works great!

    My next challenge is to find connection string parameters correctly so that the application works on any device, not only on my ones company BES.

    Someone knows what should be the standard setting?

    I hope that my help of inquiry.

    P.S. still cannot complete successfully ServiceConnectionMidp...

  • My HP DVD/ROM does not appear in the device under my computer Manager or when I scan for readers.

    My HP DVD/ROM does not appear in the device under my computer Manager or when I scan for readers, most of the time.  Every now and then it will be visible and I can use it but 90% of the time it does not exist.  I tried the regedit fix, nothing.  I tried the program Microsoft Fix It, it tells me it cannot locate a DVD/ROM.  I removed, cleaned and reinserted my DVD/ROM drive, but no difference.  I tried everything, except the upgrade to Windows 7... who will be my last resort.

    Hello gargoyle28m,

    If your hardware is not detected to upgrade to Windows 7 is not a resolution. This issue may be caused if the DVD drive is faulty or connections loose on the mother board. You may need to check the connections. I suggest you check if the DVD drive works on another computer. You can contact the manufacturer of your computer to help you with this problem.

    Thank you
    Irfan H, Engineer Support Microsoft Answers. Visit our Microsoft answers feedback Forum and let us know what you think.

  • Icon of Yahoo disabled of blackBerry Smartphones. How can I get rid of the icon without hide it?

    Very well done on my BB before I got my job and my Yahoo put email in place.  Later, I have disabled Yahoo mail and I remember he was difficult to understand how to do it and remove the icon.  I thought about it however.

    Now I have synced my new 8900 and the Yahoo icon is there yet.  He is not receiving or sending of email which is good, but how can I get rid of the icon without having to hide it?  I want that he gone forever!

    Thank you!

    You must remove this account from your carrier's BIS site yahoo email:

    http://www.BlackBerryFAQ.com/index.php/How_to_add_/_delete_email_addresses

    Good luck.

  • What does "error code 39, the device, / Device/CdRom0, has an average of bad block and how to fix it?

    Original title: that means 'the device/Device/CdRom0 has bad block averaging, and how to fix?

    I can not access my CD-Rom.  I get an error code 39.  Can you help me?

    Depending on the circumstances that generated the error, it can mean one of several different but related things.

    1. The drive itself is a failure [replace the drive].
    2. The media in the drive is not compatible with the firmware of the drive. [Go to the decision-makers in car's web site and see if there is a firmware update for the drive - or - if a burning operation, try different media].
    3. Lead to problems of software or registry issues [go to the Device Manager and remove the player.] Restart Windows to reinstall. Remove the upper/lower case filters in the registry. Instructions available on the Internet. Do a Bing or Google search].
    4. Anisotropic Pseudo-aleatoires variability in the matrix of the error of the universe [restart Windows and try again].

    Tom Ferguson

  • How can I activate my card Miniport Tun Microsoft? Get the error code (10) the device can not be started.

    Microsoft Tun Miniport adapt #2 /.

    Microsoft Tun Miniport Adapter #2 / it is disabled (code 22) / this device cannot start (code 10).  I need help to activate the network adapter.

    Description: Broadcom 802. 11b / g wlan - Packet Scheduler Miniport

    Device ID: root | * tunmp \0001
    status 0 x 01802401 has problem
    0x0000000a problem (10)

    Hi GGisin,
     
    -Did you change on your computer before this problem?
     

    Follow the steps listed in the article below for the mentioned error code:

    Explanation of error codes generated by Device Manager in Windows XP Professional

    Note: The information provided in this article are applicable to other versions of Windows XP as well.
     
    Additional reference on:
  • my cd/dvd does not work I get a code 10, the devices are not detected what do I do to fix these problems

    I went to the automated correction, it but still no change

    Hello

    Description of errors related to the 10 Code that generates the Device Manager in Windows on computers
    http://support.Microsoft.com/kb/943104/

    Please make all below even if you have done some before as it is often the set of operations which solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double-click on the device - driver tab - click
    Update the drivers (this will probably do nothing) - then RIGHT click the drive - UNINSTALL - REBOOT
    This will refresh the default driver stack.

    Then, work your way through these - don't forget the drive might be bad, could be a loose cable or
    slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error during the installation of Windows Vista after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    Hope these helps.
    Rob - bicycle - Mark Twain said it is good.

  • How to get a popup when the device is plugged into the audio input jack?

    Original title - card Audio HELP

    I have a small problem that should be pretty easy to answer. A quick response would be nice. I'm new on Windows 8, and when you plug a device into the audio jack, a box used for poster asking which device is connected. Now that the box appears when I plug in a device. How do I get it to appear again? I have Windows 8, with player realtek HD audio. More info can be provided.

    Hello

    This problem can occur because of incorrect audio settings. Let's try a few steps to solve this problem.

    Method 1:
    As you use Realtek HD Audio, I would suggest trying the following steps and check if it helps.

    Enable auto-popup
    a. press the Windows key + X, choose Control Panel, select hardware and audio.
    b. scroll and select Realtek HD Audio Manager.
    c. click the icon for folder just above and to the right where it says analog panel back and just below the device's advanced settings.
    d. click Activate dialog popup automatically when the unit is plugged in.
    e. click OK twice.

    f. now, restart the computer and check the issue.

    Method 2:
    If the problem persists, I suggest you to set the headphone or speaker that you connect as a default value, and check if it helps.

    (a) right click on the volume icon in the system tray and then click on "recording devices".

    (b) right click on the space empty in the window pop up and then select "Show disabled devices" and "Show disconnected devices".

    (c) right click on the headset and then click on 'Activate'.

    (d) (d) mettre put out the microphone, then choose "set as default device".

    (e) click apply and Ok.

    Hope this information helps. Answer the post with an up-to-date issue report to help you further.

  • Drive DVD-ROM 37 error message Code in the Device Manager on Satellite M30

    Hello

    I'm new to this forum and I wonder if anyone can help? I have a Satellite installed 30-106 M which has the above CD. At present, it does not work when I go to Device Manager, the error massage that I have is that follow 'Windows cannot initialize the device of this hardware driver. (Code 37) ».

    Can someone offer me some advice please.
    Thank you
    Trevor

    Hello

    I studied in the Microsoft Knowledge base, and it seems that this error is displayed because the driver returned error in her routine to the driver entry.
    I think that you need to uninstall the driver, and then click find the hardware changes to reinstall or upgrade the driver.

    You can do it in Device Manager. Otherwise, you can remove the drive in the Device Manager list and after restart of the new mobile operating system should recognize the drive again.
    After this procedure, you should test the device if it will work.

Maybe you are looking for