Z77A-G43 drivers from MSI website not working

Hi, I've just built a new computer on a Z77A-G43, running Windows 7 Ultimate 64-bit.
Specs:
i5-3570K
8GBs of Corsair RAM
MSI 7850
120GB Intel 330 SSD - system
1TB WD Green - secondary
Instead of installing drivers from the supplied CD (except for ethernet drivers), I went to the MSI product page for my mobo for newer drivers. All goes well, except that I can't install the last driver I want - the Intel VGA driver for the GMA HD 4000 that's in my CPU. I read the readme, so I don't think I'm doing anything wrong. When I launch Setup.exe all I get is this error: "This computer does not meet the minimum requirements for installing the software." Running as admin doesn't change anything.
I'm thinking it must be the wrong driver. I looked through Intel's site, but would like to get a tested option here from MSI. I read some other forums of people having similar problems, some can't even boot after installing. I don't want to get into that situation. Could MSI please update the drivers page with the correct drivers? This driver isn't on the mobo CD anyway, so it's the only way to get it from you guys.
Btw, I also noticed the same problem with the Intel Rapid Start driver and I haven't tested the Intel Smart Connect driver. I'm not going to use either one of these, but it's worth noting.
Edit:
Found the VGA driver on the CD, but same result. Through the autorun MSI interface the VGA driver button in the Drivers menu is unclickable.

I finally got around to installing the VGA drivers for the GMA HD 4000. You don't even need to unplug your discrete card (PEG), in BIOS just switch to initiate IGP and make sure you have an HDMI/DVI/DSUB plugged in to the monitor and scanning for input. If you go to the Windows device manager, you'll see the system is detecting a new graphics adapter. You can proceed with the installation of the drivers as they will now detect the IGP. Then one restart and you're done. Btw, after restarting, if you have your discrete card connected and monitor also plugged in, the video input may fall back to it, so don't panic if you hear the Windows start up sound and see a black screen.
Unfortunately the G43 does not come with any support for Lucid Logix Virtu software, so that was my mistake, when I said I see it all in the BIOS earlier. In the BIOS, all you can do is switch between which graphics adapter you want to initiate and some memory size settings when multi-monitor is enabled in IGP mode. There aren't any d-Mode or i-Mode settings.
Btw, how can I mark this as solved?

Similar Messages

  • Azure Sql connection from azure website not working

    I'm have the following connection problem when connecting to the website is deployed to azure. The site work locally when connecting to Azure Sql using the same account. The site is MVC 4 EF 5.
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    Here is my web.config.
    <?xml version="1.0" encoding="utf-8"?>
    <!--
      For more information on how to configure your ASP.NET application, please visit
      http://go.microsoft.com/fwlink/?LinkId=169433
      -->
    <configuration>
      <configSections>
        <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
        <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
      </configSections>
      <connectionStrings>
        <add name="MyWhesEntities" connectionString="metadata=res://*/MyWhesModel.csdl|res://*/MyWhesModel.ssdl|res://*/MyWhesModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=localhost;initial catalog=mywhes;integrated
    security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
        <add name="MyWhesContext" connectionString="tcp:ngw4ziez6g.database.windows.net,1433;Database=mywhes;UserID=********;Password=********;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;" providerName="System.Data.SqlClient" />
      </connectionStrings>
      <appSettings>
        <add key="webpages:Version" value="2.0.0.0" />
        <add key="webpages:Enabled" value="false" />
        <add key="PreserveLoginUrl" value="true" />
        <add key="ClientValidationEnabled" value="true" />
        <add key="UnobtrusiveJavaScriptEnabled" value="true" />
        <add key="enableSimpleMembership" value="false" />
        <add key="autoFormsAuthentication" value="false" />
      </appSettings>
      <system.web>
        <compilation debug="true" targetFramework="4.0">
          <assemblies>
            <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
          </assemblies>
        </compilation>
        <httpRuntime />
        <machineKey />
        <authentication mode="Forms">
          <forms loginUrl="~/Account/Login" timeout="2880" />
        </authentication>
        <pages controlRenderingCompatibilityVersion="4.0">
          <namespaces>
            <add namespace="System.Web.Helpers" />
            <add namespace="System.Web.Mvc" />
            <add namespace="System.Web.Mvc.Ajax" />
            <add namespace="System.Web.Mvc.Html" />
            <add namespace="System.Web.Optimization" />
            <add namespace="System.Web.Routing" />
            <add namespace="System.Web.WebPages" />
          </namespaces>
        </pages>
        <membership defaultProvider="WhesMembershipProvider">
          <providers>
            <clear />
            <add name="WhesMembershipProvider" type="MyWhes.Helpers.WhesMembershipProvider" connectionStringName="MyWhesContext" />
          </providers>
        </membership>
        <profile>
          <providers>
            <clear />
          </providers>
        </profile>
        <roleManager defaultProvider="WhesRoleProvider" enabled="true" cacheRolesInCookie="true">
          <providers>
            <clear />
            <add name="WhesRoleProvider" type="MyWhes.Helpers.WhesRoleProvider" connectionStringName="MyWhesContext" />
          </providers>
        </roleManager>
        <sessionState mode="InProc" customProvider="DefaultSessionProvider">
          <providers>
            <add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" />
          </providers>
        </sessionState>
        <customErrors mode="Off"></customErrors>
      </system.web>
      <system.webServer>
        <validation validateIntegratedModeConfiguration="false" />
      </system.webServer>
      <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
          </dependentAssembly>
        </assemblyBinding>
      </runtime>
      <entityFramework>
        <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
      </entityFramework>
    </configuration>
        

      <connectionStrings>
        <add name="MyWhesEntities" connectionString="metadata=res://*/MyWhesModel.csdl|res://*/MyWhesModel.ssdl|res://*/MyWhesModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data
    source=localhost;initial catalog=mywhes;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
        <add name="MyWhesContext" connectionString="tcp:ngw4ziez6g.database.windows.net,1433;Database=mywhes;UserID=********;Password=********;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;" providerName="System.Data.SqlClient"
    />
      </connectionStrings>     
    Hello James,
    Your Entity Framework Model "MyWhesEntities" connection string is still pointing to a local server, not to SQL Azure; or do you change it during runtime in your code?
    And you should add the "data source=" property name to your second connection string, it's missing.
    Olaf Helper
    * cogito ergo sum * errare humanum est * quote erat demonstrandum *
    Wenn ich denke, ist das ein Fehler und das beweise ich täglich
    Blog
    Xing

  • Since the last update yesterday to firefox 4.0.1 my program "asus security protect manager" doesn't work properly. That means, that the saved keys from several websites not remembered for lock in.

    since the last update yesterday to firefox 4.0.1 my program “asus security protect manager” doesn’t work properly. That means, that the saved keys from several websites not remembered for lock in.

    Sorry you are having problems. First of all try Fifrefox's safemode.
    *[[Troubleshoot Firefox issues using Safe Mode]]
    If that works post back for further advice.
    Next step, if safe mode did not work.
    <u>First: Try a clean install, <sub>(you have had a none standard version installed previously)</sub></u><br /> that involves deleting the program files. Then if necessary try troubleshooting by creating and using a clean empty Firefox profile.
    See
    * this recent post [/questions/940399#answer-377134]
    * http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    <u>Second: try a New Profile</u>
    *http://kb.mozillazine.org/Profile_Manager#Creating_a_new_profile
    * this will be an additional profile, it is still worth backing up any existing or currently working profile on a regular basis
    **[[Back up and restore information in Firefox profiles]]
    * Until you are absolutely confident about the repercussions I suggest
    ** always use an empty folder when creating a new profile
    ** never delete or rename profiles, just disable or remove shortcuts
    ** after creating a new test profile open it and check for any addons or plugins that may be have been included by default

  • Downloaded new drivers from msi,no update on video?

    hello,
    i downloaded the latest drivers from msi's website, driver version 2.29, unzipped it and updated my drivers. the readme file says video driver = 29.20, but when i checked it under desktop properties/settings/advanced/geforce2integrated...its still 2832, is this right?
    thanks,
    edison

    Quote
    Originally posted by Doomie
    ?!?!? that mean the new 30.30 wont have any effect on the onbaord gfx (K7N420-pro)???
    At least the leaked 30.30 drivers had support
    for integrated geforce2. The official 29.42 drivers did not.

  • Drivers from MSI or REALTEK?

    Hi
    Should I use Realtek ALC Series AC'97 Audio Drivers from MSI or download direct from REALTEK?
    Anyvone tried drivers from Realtek.......

    it actually depends... depends on how good MSI design their audio portion according to Realtek reference. There are reasons why NOT to use reference driver but only to use MSI driver. If MSI wanted to have do something out of Realtek reference design, the driver has to be modified to support this additional "feature" too. I say a "feature" it could mean a driver compensation to cover up hardware design issues due to some cut-cost or not following reference design guidelines provided by Realtek. For example, microphone input too soft particularly on a board, not due to bad codec chip but bad board design. The driver has to be modified to increase the input bias, in which the Realtek reference driver does not have this modified by default.
    Try both of them out, and if you managed to find any difference, just stick with the better one. If you can't hear the difference, then stick to the latest one.

  • Consuming PI Webservice from Webdynpro Java Not working

    Hello SAP,
    Environment: CE 7.2.
    Resolution expected immediately, Helpful answer is highly appreciated.
    Is the namespace should not exceed 60char for PI Webservice, for executing the webservice from Webdynpro Java.
    I tried with all the options in executing the PI Service from Webdynpro Java, None of the options worked. I am facing the below error while I was calling the PI Webservice.
    I don't see any problem from Webdynpro Java, what ever the procedure I have followed is the standard procedure.
    Fortunately when I execute the service from Webservice Navigator, it is working as expected. The same webservice when I consume it from Webdynpro Java it is not working
    Options tried so far:
    1) Published the Services to Service Registry and there by consuming the PI Service from Service Registry - Not worked
    2) Tweaked the URL with few options - Not worked (Tweaking the URL, ex: portType, Binding)
    3) Changing the Business Systems in PI and there after calling the service - Not worked
    4) Initializing the code, instead of creating Service Controller and calling the PI Service - Not worked.
    5) Created a Provider System and tried to call the PI Webservice from Provider System - Not Worked
    For all the Options, I am facing the same error which is provided in the screenshot.
    Below procedure which I have followed for calling the PI Webservice:
    1) Created Adaptive Webservice Model
    2) Provided PI Webservice URL (It prompts for PI System UserId and Password)
    3) Selected Option - No Service Group Configuration
    4) Provided Logical Destination
    6) Completed creation of Model
    7) Added the model as a UsedModel
    8) Right Click on Comp Contr. and selected Apply Template and Created a ServiceController for the model (Entire mapping to comp contr, Initializing the nodes is taken care by Service Contr.)
    9) Created an Template Action button and there by calling execute method which is auto rendered from CompContr..
    10) Build the project.
    11) Activated the code and Run the Application.
    12) Getting the below error which is showed in the message.
    ERROR MESSAGE:
    Exception on execution of web service on destination 'GetPIHRPeopleData' for operation 'SI_CreateHRPeopleData_OS' in interface 'SI_CreatePeopleCompany_OS'

    Hi Sankar,
    If the webservice is working fine in the Wsnavigator then there is some problem with importing the webservice in webdynpro for Java. Please check the required parameter for creating the Adaptive Webservice Model. After adding in the used model and compoent controller binding, you need to write code for to execute the webservice model.
    Please check the code for initialization and execution for the webservice and then test it.
    Best Regards,
    Arun Jaiswal

  • Select * from tab is not working in oracle 10g

    select * from tab is not working in oracle 10g. But at the same time,
    select * from <<table>> is working.
    Please advise me.

    This works for me in 10.2.0.2
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select * from tab;
    TNAME                          TABTYPE            CLUSTERID
    LOAN_DETAIL                    TABLE
    PLAN_TABLE                     TABLE
    ...

  • Flash websites not working on android 4.1.2 galaxy note.

    One of flash website not working.page shows that install flash player and flash player not installing in my system.
    Website name http://www.80percentwords.com/
    Please help.
    Thanks alot.

    If this is a legitimate request for assistance, please [https://support.mozilla.org/en-US/questions/new Ask a new question] detailing your issue specifically. Spamming/ marketing is not allowed on this forum.

  • When I unplug Apple headphones from my MacBook Pro sond from internal speakers not work, and system soud preferences displayed: Output: optical digital out port only

    When I unplug Apple headphones from my MacBook Pro sond from internal speakers not work, and system soud preferences displayed: Output: optical digital out port only

    If you see a red light in the audio output port, then the internal switch is stuck.  Insert the earphone plug a few times and see if you can trip the switch.  If that fails, insert a cocktail stirrer and the like and jiggle it around inside.  If that fails, take it to an Apple store and have the technicians at the genius bar do it for you.
    Ciao.

  • I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    An external hyperlink should handoff to Safari and leave iBooks.
    If that's not happening, perhaps there is something misconfigured on your iPad? Have you manually confirmed those links work in Safari on your iPad?

  • Is it ok or safe to download apps on tongbu? Cause im worried that my iphone can get a virus when i dowloaded apps from othew websites (not on app store)

    Is it ok or safe to download apps on tongbu? Cause im worried that my iphone might get a virus when i dowloaded apps from othew websites (not on app store)

    booski62005 wrote:
    Is there a way to restore it with backup?
    No. You must restore it to factory settings, without restoring the backup. There's no other way to clear your phone.
    If this seems unpleasant to you, keep in mind that 1) the prolonged effects of having malware on your phone would be far worse, and 2) you brought this on yourself by engaging in software piracy.

  • Need to re-install CS5.5 on my new hard drive. Serial number from disk package not working.

    I need to re-install CS5.5 on my new hard drive. Serial number from disk package not working.

    if there's a problem with the number of installations, you'll see a message about an excess activation problem.
    if that's what you're seeing, contact adobe support for an activation count reset, https://helpx.adobe.com/contact.html
    otherwise, attach a screenshot of the error message or quote it.

  • Get-MailboxSentItemsConfiguration Set-MailboxSentItemsConfiguration From Only (still) not working

    Hello,
    I would like to ask a question, hopeing it is resolved in some way and i missed it.
    I have installed SP3 Rollup 4 on our Exchange 2010 server.
    This added 2 new Powershell commands
    Get-MailboxSentItemsConfiguration
    Set-MailboxSentItemsConfiguration
    This can be used to manipulate where mail is stored in the send items.
    Sender - e-mails sent using SendAs or Send-on-Behalf-of permissions are saved only in the Sent Items folder of the Sender (UserA);
    SenderAndFrom – e-mails sent using SendAs or Send-on-Behalf-of permissions are saved in the Sent Items folder of the Sender and the mailbox on which the permissions are assigned (in our example, both UserA and UserB);
    From – e-mails sent using SendAs or Send-on-Behalf-of permissions are saved in the Sent Items folder of only the mailbox on which the permissions are assigned (in our example, UserB)
    What we really want it to use the From only way.
    We use a shared team mailbox and use that as primary, as a second mailbox users get a trusted non shared mailbox. Mail sent from the trusted mailbox should only be in the send items from the actual sender, not both.
    2 sites report that the From field is reserved for Future Use, or bugged and does not work is intened.
    Here is is stated on 1 July 2013
    http://technet.microsoft.com/en-us/library/jj884078(v=exchg.141).aspx
    From Reserved for future use. To save the messages sent as this mailbox in the Sent Items folder of this mailbox, use SenderAndFrom value.
    That was on 26 March 2013
    http://www.msexchange.org/kbase/ExchangeServerTips/ExchangeServer2010/OutlookOWA/sent-items-behavior-shared-mailboxes-update.html
    NOTE 1: the From value does not work as expected... It basically performs the same action as the SenderAndFromvalue, meaning it saves the e-mail in both mailboxes. This is still the case in Rollup 5 v2.
    We are on 3 March 2014 now, is this still bugged, did i miss something, or is there an ETA when this will be fixed ?
    Looking foward to any replies.
    Kind regards,
    Jeroen van Velzen

    I am using a shared mailbox (with a disabled account) where I get sent items and also deleted items placed in the right folders.
    I think it’s just a matter of how you configure Outlook. It works well for me in both Outlook 2010 and Outlook 2013, cached mode and also online mode. You can add a shared mailbox to your Outlook profile in at least two ways where one of them doesn’t work
    but the other does.
    If you add the shared mailbox via the File tab/Account settings/New/ and just enter the e-mail address of the shared mailbox in the Auto Account Setup page. No name, no password, just the e-mail address and click Next and voila “Your e-mail account is successfully
    configured”. After restarting Outlook you will find the shared mailbox below your own in the left pane.
    If you click the inbox ones in the shared mailbox and then open a new mail you will see the shared mailbox display name in the From field. After sending the mail you will see the mail in the Sent Items folder of the shared mailbox. If you delete a mail in
    the shared mailbox you will see it in Deleted items folder of the shared mailbox.
    The prerequisits for this is that you have “full access” and “send as” rights of the shared mailbox.
    This was accomplished without using the Set-MailboxSentItemsConfiguration command.
    We are running Exchange 2010 SP3 RU4.

  • FormCentral Plus , Annual Subscription, online website not working ??

    FormCentral Plus , Annual Subscription, online website not working ??
    I want to subscribe to , FormCentral Plus, at New lower annual price, of US $11.99 /month* (* Billed annually at $143.88/year),
    but the online website does not seem to work.
    Please help.
    Thank

    Hi, FRCR.
    I'm sorry for the inconvenience. I see by your Adobe ID (the email address you used to post to this forum) that you're located in the US.
    You should be able to purchase FormsCentral Plus, Annual using this Adobe ID via this link:
    https://www.adobe.com/cfusion/store/handlers/elicensing/trialconversion.cfm?locale=en_US&s ku=22002776&promoid=IEHMP&mboxsession=1351344923358-939698
    Let us know if you have any further issues.
    Dave

  • Installation problems installing new Canon MG3170 onto MAC Book Pro with OS X 10.7.5.  Tried installing  using set up disk. Didn't work.  Uninstalled files and downloaded drivers from Canon Website. Didn't work. Uninstalled again and plugged printer usb

    Having problems installing Canon MG3170. Anyone have any solutions?  Here is what I have tried:-
    -Installed from provided Canon disk, firstly with wireless connection, then using USB connection.  Printer could not be added because the Macbook returns that the software is not available from Apple for both types of connections.
    -Uninstalled software from the Canon disk, checked for software updates, then downloaded drivers (printer and scanner) from Canon Website.  Again tried to install using wireless connection then USB connecton.  Printer could not be added because Macbook returns that the software is not available from Apple
    -Uninstalled drivers downloaded direct from Canon Website and plugged printer into Macbook using USB, Macbook recognised the printer and searched for the software, again Macbook returns that hte software is not available from Apple.
    Help!

    nrg adjusta,
    Sorry it took me a while to repsond, Ive been pretty busy with school and work. But for my hard drive problem, I did hours and hours of more research and trying countless ways of installing and tweaking things in my laptop and absolutely nothing worked that I could do. It was very irritating because I felt like I was so close to fixing it and I was just missing a step somewhere. Though It still boggles me why the disk utility shows a different capacity for the HD's. One thing I'm going to try next is replacing the hard drive cable that goes from the internal HD to the macbook. I read somewhere that sometimes those can go bad over time, and also if you get a new, modern hard drive, sometimes the old cable (for some odd reason) might not be compatible with the new HD. So i want to test it out for myself to see it that is the actual culprit.
    http://www.ifixit.com/MacBook-Parts/MacBook-Hard-Drive-Cable/IF186-018
    Once I get the cable and install it I'll let you know the results and if it helped at all.
    Have you made any progress on your hard drive at all? If worst comes worst for you, you can probably get a SATA to USB cable and try to reformat it that way (this is the way that worked for me, but the only problem was it wouldn't be recognized when I installed it internally. Thats why i want to try getting the new cable), and if it still wont recognize it after that, you can just leave it outside of your mac, and just boot from that. The only thing that ***** about that is you have this big hard drive handing off the side of your mac when ever you need to use it.
    Heres a link for a SATA to USB. this one is good because is compact and protects the HD from damage and most static electricity.
    http://www.thinkgeek.com/computing/usb-gadgets/e6d9/?srp=3
    Im still continuing my search for the answer and once i find it (if ever!) I'll post it.

Maybe you are looking for

  • Help With Apple DVI to Video Adapter

    I bought a Apple DVI to Video Adapter, which works fine when I connect my computer to my T.V. However, I want to be able to use both my monitor and my T.V. at the same time. If I connect the Apple DVI to Video Adapter to my T.V., then that takes away

  • One To Many Copy in SAP BPC

    Hi All, I have a requirement that I need to copy data from one month to multiple different months and also from one category (actuals) to forecast and outlook. Both, Source Time and Source Category should be through selected prompt and user should ha

  • Time Machine to AFP volume is extremely slow after 10.5.2 update

    I remember the time, after I have just installed the very first version of Leopard, when Time Machine was working with close to physical speed of my wireless network. Incremental backups would take less than a minute. Comes 10.5.1. Time Machine becam

  • Accessing Home Hub 4 with windows 8.1 and Internet...

    Hello I can no longer access my home hub manager wirelessly running windows 8.1 and Internet Explorer 11 from my toshiba laptop by either typing in the IP address or by http://bthomehub.home/. I can still access it by either method from a laptop runn

  • Suppressing Columns in Pivot table when adding subtotal

    Hi, We have a dimension hierarchy like this: Level 1 ---> Level 2 ---> Level 3 T ---> A ----> B1 T ---> A ----> B2 T ---> C ----> D T ---> E ----> E The report we are trying to build is of this format: Row_Num --> Dimension --> Amount 1 --> B1 ---> 1