Installing 8.1 Drivers in Embedded 8 Standard for latest Atom chipsets

We have been successfully using Windows Embedded 7 and then 8 successfully on various Dell, ASUS and MSI hardware platforms for the last several years. However, with the latest round of Tablets that have come out since Windows 8.1 was released, we can no
longer get Windows Embedded 8 Standard to install with all drivers working.
With both the Dell Venue 11 Pro and the Asus T100TA (both are based on the Intel Atom Z3770 processor and corresponding chipset) the vendors only supply Windows 8.1 drivers and we can only find reference to Windows 8.1 on Intel's site for that chipset
(which was released at the same time as Windows 8.1).
We can get all of the drivers to display as installed in the Device Manager, but when we do so, the system will no longer shut down. It will go through the normal shutdown process, but after the screen shuts off the device is still powered on (we can tell
the "home" button is still powered and if you have USB accessories attached with power LEDs, they are still getting power). Pressing the power button will not turn the system on. If you wait long enough, the system will restart on its own. If you
are impatient and want to turn the system on, you have to press and hold the power button for 10 seconds to do a hard shutdown. Then you wait a few seconds and THEN you can power the system back on.
I can say that if I do not install the Intel Atom Processor I2C Controller driver for SPB framework (which is the driver used by 7 devices), the system will successfully power off. However, then the touch screen stops working and who knows what else. The
only issue reported in Device Manager is that the "Intel Atom Processor UART Controller" is installed but has a device status of "The driver for this device might be corrupted, or your system may be running low on memory or other resources.
(Code 3)."
My question is, given that Microsoft changed the driver model between Windows 8 and 8.1 but are NOT releasing a Windows 8.1 Embedded Standard, and vendors (supposedly at Microsoft's request (as per vendor comments)) and not providing Windows 8.0 drivers,
how are we supposed to use Windows 8 Embedded Standard on the most recent hardware platforms? Is there any way to add updates to 8.0 Embedded to support 8.1 drivers? Is there somewhere that might have 8.0 drivers that I have not thought of to look?

With all the changes at Microsoft, they have been silent on future market direction. WEPOS/POSReady 2009 and POSReady 7 were limited to point of sale systems so that WES can be used in the general embedded systems. When Microsoft started promoting Windows
Embedded Industry to the boarder market segments rather than limit it for Point of Sale/Service market and Windows 8.1 was only released for embedded under Windows Embedded 8.1 Industry, it appears the componentized version, WES, will not be carried forward.
Windows Embedded Industry more aligns with the Windows desktop group, and the same Windows desktop tools like SIM can be used to create custom installers. With storage costs going down, MS appears to be thinking that a componentized version is not worth
the cost benefit.
The advantage of WEI is that a missing device driver or OS features will not be a problem. Any unwanted services like IIS can be disabled. The build process with SIM is similar (not exact) to WES7 so it is not difficult to take some work done in WES7
and bring it over to SIM.
Also, you can see from the Windows embedded team site that they are pushing Intelligent Systems or Cloud Computing. How this fits with managing and developing embedded operating systems is a puzzle since there is already another group that promotes
Windows Azure.
Finally, ask the Windows CE (Windows Embedded Compact) developers what they think of the progress of WEC. You might get some interesting answers.
Again, these are just my observations so take it for what it is worth. Microsoft can change direction tomorrow as they re-organize and wait for a new CEO.
www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

Similar Messages

  • HT1338 Having difficulty printing with my HP Photosmart 7510 C311a after Maverick upgrade. Tried to install new HP drivers, but thwarted by demand for address under IPVA.

    Having difficulty printing with my HP Photosmart 7510 C311a after Maverick upgrade. Tried to install new HP drivers, but unsuccessful.

    It did not work after all...
    @CHH: This is wheere I downloaded the printer drivers:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=nl&lc=nl&dlc=nl&soft wareitem=mp-84878-2
    Good luck and keep us all posted on how you're doing with this problem!
    Message was edited by: willem69limbo

  • How to install pro p1102 drivers without connecting the printer (for RDP printing)

    Need to install drivers on a work PC so it will show up when I connect via a remote connection. Cannot install those drvers unless I physically connect the printer which is not possible. How can I get just the drivers installed?

    Hi,
    The P1102 is an Host-Based printer, it do not support remote printing such as Cireix, Terminal Services or ODP Printing.
    You may check the following document as a reference:
    http://h20195.www2.hp.com/V2/GetPDF.aspx/4AA0-8465ENW.pdf
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Can I install boot camp drivers using an automated command for deploying with sccm

    I would like to include the boot camp installer as part of my SCCM task sequence.  I have imported the drivers but they don't all install and in turn it fails to complete.
    In order to include the installer I need to let the installer run unattended and I cannot find any command line switches for that purpose.

    The Bootcamp setup.exe is a silent Installer. See the following part from AutoUnattend.xml.
    </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <RunSynchronous>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <Path>cmd /c "FOR %i IN (X F E D C) DO (FOR /F "tokens=6" %t in ('vol %i:') do (IF /I %t NEQ "" (IF EXIST %i:\BootCamp\BootCamp.xml Reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v AppsRoot /t REG_SZ /d %i /f )))"</Path>
                    </RunSynchronousCommand>
                </RunSynchronous>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <FirstLogonCommands>
                  <SynchronousCommand wcm:action="add">
                    <Description>AMD CCC Setup</Description>
                    <CommandLine>%AppsRoot%:\BootCamp\Drivers\ATI\ATIGraphics\Bin64\ATISetup.exe -Install</CommandLine>
                    <Order>1</Order>
                    <RequiresUserInput>false</RequiresUserInput>
                  </SynchronousCommand>
                  <SynchronousCommand wcm:action="add">
                      <Description>BootCamp setup</Description>
                      <CommandLine>%AppsRoot%:\BootCamp\setup.exe</CommandLine>
                      <Order>2</Order>
                      <RequiresUserInput>false</RequiresUserInput>
                  </SynchronousCommand>
                </FirstLogonCommands>
            </component>
        </settings>

  • Yours sincerely! I just bought a Sony DCR-SD1000 camera only when installing the cd drivers not supported by the operating system Machintosh. I've contacted the seller said the store did not provide for the apple os. How can I move all the files on the ca

    Yours sincerely! I just bought a Sony DCR-SD1000 camera only when installing the cd drivers not supported by the operating system Machintosh. I've contacted the seller said the store did not provide for the apple os. How can I move all the files on the camera the port out is to use a USB data cable to a laptop for my macbookpro can not read the contents of the file and the camera. I also want to use the lens on the camera as a substitute for the embedded camera on my macbookpro, what should I do to replace the embedded camera on macbookpro with sony camera so that the camera could be more variety and can I record when I turned macbookpro . Please help for this so that I can quickly capture the results from sony camera to my macbookpro. Thank you.

    See this page http://macosx.com/forums/networking-compatibility/296947-sony-camcorder-my-mac.h tml - might be some helpful tips there.
    Clinton

  • Not Able To Install Nvidia Graphics Drivers

    Hello all!
    This past week I just finished putting my new system together with a K8N Diamond Plus. Only major problem right now is i am not able to install Nvidia's drivers. Below are my components...
    XP 64-Bit Edition
    MSI K8N Diamond Plus
    AMD Athlon 64 X2 3800+
    BFG 7900 GTX 512MB
    1 Gig Coirsar Ram
    2 Wester digital HD in Raid 0
    When I try and install the graphics drivers i get the message " The NVIDIA Setup program could not locate any drivers that are compatible with your current hardware. Setup will now exit."
    I used the chip set drivers listed here: http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=710&kind=1
    Also I have tried the ones from NVIDIA's site: http://www.nvidia.com/object/nforce_nf4_winxp64_x16_6.83
    The graphics drivers i used are from NVIDIA's site: http://www.nvidia.com/object/winxp64_81.98.html
    BFG Tech support guy had me look under display adapters in device manager. It only has Standard VGA Graphics Adapter listed. He said I did not have my chip set drivers installed (though i have), or the motherboard was not recognizing it. Also he said they do not support XP-64 and would not offer me any more support so long as i run it.
    I just can not believe that XP 64, 7900 GTX, and this great K8N Diamond Plus can not get along.
    Any advice anyone has for getting my Diamond Plus and my graphics card to jive together would be greatly appricated.
    Thankyou all!!

    Thankyou guys for the responses. I was able to find drivers that worked with my card here..
    http://www.laptopvideo2go.com/index.php?drivers&series=80&os=2&type=1&dir=1
    Now my only current issue left is that I have no sound. It is enabled in the BIOS, installed the 64-bit drivers from MSI site, tired installing drivers off disk. Any suggestion?

  • Can I install AMD Graphics Drivers In Windows 32-Bit Operating System...

    Please Help Me And Advised me ..
    How TO install Amd Graphis Drivers In 32-Bitt Windows 8 System???

    Hi:
    See if this works.  If it doesn't then you will need to install the supported operating system (W8.1 64 bit).
    Download and run the W8.1 graphics driver from your model's support page...Close out of any error windows.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-135683-1&cc=us&dlc=en&lc=e...
    Go to the device manager and click to expand the Display Adapters category.  Click on the Standard VGA Adapter.  Click on the Driver tab.  Click on Update Driver.
    Select the Browse my computer for driver software method and browse to the driver folder that was created when you ran the file.
    That folder will be located in C:\SWSetup\sp67327.  Make sure the Include Subfolders box is checked and see if the driver installs that way.  Then reboot.

  • Flash Player for Windows Embedded 8 Standard

    Hi,
    For the flash player running on Windows Embedded 8 Standard platform,
    I just found the workaround from following link:
    http://www.microsoft.com/windowsembedded/en-us/evaluate/Windows-Embedded-8-Standard-Releas e-Preview-Release-Notes.htm
    But I just wondering
    is there any special flash player availabel for Windows Embedded 8
    without applying the above workaround ??
    Thank you

    I'm not familiar with this Windows release.  The only install information I've seen can be found in these two KB articles:
    Help for Flash Player issues on Windows 8 32 bit and 64 bit systems
    Help for Flash Player issues on Windows RT ARM systems

  • SSMS for SQL Server 2012 Express on Windows Embedded 8 Standard

    Hello,
    I have installed SQL Server 2012 Express with Advanced Tools (SQLEXPRADV_x64_ENU.exe, downloaded from MS website) on Windows Embedded 8 Standard 64-bit. But, when I try to find SQL Server Management Studio, I realized it's not installed (same installation
    package works fine on my Windows 8.1 Pro 64-bit laptop, where SSMS gets installed). How do I fix this? And any other ways for trouble-shooting DBs on Windows Embedded 8 Standard?
    Thanks,
    Jay

    Below is the content of a summary file for the installation. BTW, I also try to find its ConfigurationFile.ini file for future installation on other computers, but it's not in the folder specified in the summary file either (see below).
    Thanks.
    Overall summary:
      Final result:                  Passed
      Exit code (Decimal):           0
      Start time:                    2014-04-15 13:57:59
      End time:                      2014-04-15 14:13:29
      Requested action:              Install
    Machine Properties:
      Machine name:                  AIMB-584
      Machine processor count:       4
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         c:\e089c9dde791653620\x64\setup\
      Installation edition:          Express
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    true
      ENU:                           true
      ERRORREPORTING:                false
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, RS, BIDS, BOL, SSMS, SNAC_SDK, LOCALDB
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$SQLEXPRESS
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLEXPRESS
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  NT Service\ReportServer$SQLEXPRESS
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQL$SQLEXPRESS
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           AIMB-584\User
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140415_135512\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Basic
      Status:                        Passed
      Feature:                       SQL Server Data Tools
      Status:                        Passed
      Feature:                       Reporting Services - Native
      Status:                        Passed
      Feature:                       Database Engine Services
      Status:                        Passed
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Passed
      Feature:                       SQL Server Replication
      Status:                        Passed
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       Documentation Components
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       LocalDB
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140415_135512\SystemConfigurationCheck_Report.htm

  • I need to install the HP drivers on a laptop with a broken screen in order to get VGA port to work.

    OS: Windows 7 Home Premium SP1
    Hewlett Packard Model: 2000 2a20ca Notebook
    Oh my god please give me some insight here, it is so hard to find the right answers and I refuse to lose to this technical box that's driving me nuts! So here's the run down:
    My screen broke on laptop...fine. It was connected via HDMI to TV and working fine. Until one day it decided to not turn on. I think due to Windows updates and hubby had no patience so kept restarting
    I tried to reload Windows on it, not thinking about the drivers, and I'm pretty sure I managed to reload Windows. Now I need the drivers to install chipset, networking etc. (which I have a disc for)
    The problem is I cannot see the screen in order to click "install", I can't see the BIOS or the boot sequence. Ugh! And even if I could, the drivers are not installed to use the CD ROM or VGA port.
    I can HEAR Windows start up and turn on! Doo-DO-Doo-DO lol the darn thing is working!
    The monitor works in my other laptop.
    Would/Should the VGA monitor work if I could get it to start in safe mode?
    I've heard of a program that can streamline the driver's into a Windows installation disc so everything is installed altogether but how can I reinstall Windows if the drivers aren't loaded for the CD ROM?
    Is there a way to get the necessary drivers installed? or is this notebook now garbage?

    RocknRoll77 wrote:
    Seriously? 
    1.  The model number is the first thing at the top aside from the OS.
    2.  In my explanation it states:  "I have the drivers on a disk"
    Thanks for all your help!
    Getting the drivers is not the problem.  Getting the drivers installed on a laptop with a broken screen...is the problem.
    Ok, well sometimes you can't use external monitor to see what is happening in some laptops and the only real way to fix this is to fix the broken screen so you can reformat and resinstall the system again. Those are you only options at this point in time.
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • Unable to access the internet on windows xp using bootcamp. I installed the bootcamp drivers ( from snow leopard) but it still doesn't work. I have parallels 6 also installed and IT works fine. I am missing a rtl network adapter-thanksr

    Hi
    I have a new 21 inch imac oct 2011 version. I installed bootcamp and windows xp on my machine and i also installed parallels 6.
    Paralleles works great and i can open any program with it. But bootcamp also works EXCEPT it refuses to give me access to the internet. I installed the bootcamp drivers from my snow leopard disk, it did not make a difference. All the drivers installed but still no internet. I then installed the bootcamp drivers from the gray mac osx disk (#1) but it stopped installing with an error number ( 2753) and it said that the package was damaged.
    I have tried everything; i opened each disk and trieed installing the files separately. Nothing.
    What i see missing in my devices screen in XP is the network adapter.
    I have a router (dlink-dr615) and it is connected by ethernet to my imac. I wonder if THIS might have anything to do with the problem. Any guidance would be much appreciated.
    Thank you

    I'd recommend reposting in the Boot Camp forum, that is where the Boot Camp and Windows gurus hang out.
    Good luck.

  • Using bootcamp 5.1, Windows 7 home is installed but missed installing the drivers disk. How to install the Mac drivers for windows after the fact.

    While using Bootcamp 5.1, and OS X 10.8.2, I partitioned my Mac disk with 80 Gigs for Windows 7 home and the install went great, but I must have missed the time when I was to install the Mac drivers disk to install the drivers for Windows,(when in Windows I don't have a mouse or optical drive.)  Is there a way to install the drivers after Windows is installed, or do I have to go through the whole process all over again?

    Press X key after the startup sound to boot into OS X. Then, open Boot Camp Assistant, download Boot Camp drivers and burn them into a USB drive or DVD. Finally, boot in Windows and install drivers

  • Is there way to install OS and drivers without recovery CD?

    Hi...
    I installed my notebook with the recovery cd...
    but i get disappointed because it installed a lot of unusual programs...like aol, sonic-pro, games...
    is that a way to install windows and drivers only ?? without this boring programs ???
    i don't want to uninstall after instalation...it's not the same thing...

    Hi
    I cant understand user who bye a high performance notebook with many different features and then will not use this functions. Of course, on the Toshiba recovery CD you will find the OS and all Toshiba drivers and utilities. Without this drivers and tools and utilities you will be not able to use the additional Toshiba functions.
    But as in the previous posting mentioned you can install the fresh Windows OS and then you can install the drivers. But the easiest way is to use the Tosh recovery CD and then if you want you can remove some applications.

  • Printer CD will not install software and drivers

    Laptop: Acer Aspire 3690 series
    Model: BL50
    OS: Windows Vista SP2 Home Basic (32 bit)
    Printer: HP Desktop F4100 series
    *To my knowledge both laptop and printer are old models, with the laptop being as old as 7 years.
    Short Story: After formatting my laptop and reinstalling the OS, the CD won't install the drivers from the disc so the printer would work correctly on my computer. It always results in an error.
    Long Story: My Windows Vista laptop had an issue. There was a problem with the OS that kept mysteriously eating up space of the computer hard drive. It was so bad that the computer kept reporting it had 0 bytes of free space left on the hard drive. I always had to find free up space somehow because the printer won't print without free space. I couldn't even use my superiorly better computer because the printer only works with Windows 2000, XP and Vista, it doesn't work with Windows 7 (I tried). One day I decided I had enough of it and reinstalled the OS of the laptop. I used DriverMax and exported all of the drivers from my laptop to my flash drive since I don't remember my laptop coming with a driver disc. Everything went smooth and my laptop was operating like new except for one issue: No matter how many times I tried, I could not install the printer drivers from the printer disc onto the computer. 
    When the disc is installing the drivers and software, this would show:
    and then this error:
    I wasn't sure if I there was a model number on the printer or not but here is a photo of it:
    Getting help from the HP Support forum seems to be my only option so hopefully I can find a solution here. Thank you to anyone in advance who can help me resolve this I would really like to get this fix as I not too long ago bought several cartridges for this printer to last a while, and there's not much money to buy a printer OR another computer.
    This question was solved.
    View Solution.

    Greg-HP
    Welcome to the HP Community Forum.
    The printer software for your OS may be available for download from the printer's Support pages.
    Install Full Feature Software – Printer
    Should it be available, be sure you do save a copy of the software, the manuals, and whatever else you find that you find of interest.  One never knows when these vintage items might disappear.  Smiling.
    Click the Kudos Thumbs-Up to show you appreciate the help.
    Click Accept as Solution when the Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • [HELP] I can't install the bootcamp drivers on my mac.

    Hello people.
    I have a problem and i wish if you could help me with.
    I have an iMac Early-2009 ( 2.66ghz C2D / 4GB 1333mhz RAM / GeForce 9400 256mb ) with Mountain Lion 10.8.4
    The problem is that, i can't install the drivers from the bootcamp app ( the one from the bootcamp itself app, where you need a USB to download it)
    i've already partitioned the HDD, and installed succesfully a Windows 7 Ultimate 64bit.
    But there's one little issue, when i try install the drivers i downloaded before on my USB, it says that "Bootcamp x64 is unsupported on this computer model".
    BUT, what? i've installed correctly the Windows 7 64bit on the iMac.
    I can't install anything, but only graphics driver. ( manually)
    I searched in every forum trying to resolve my problem, i've read that you can install it from de DVD with Snow Leopard that came with the computer
    but that disk is broken; it's annoying because it seems that is the only solution , with that resulting on a dead end.
    I could install my NVIDIA drivers, using the ones from bootcamp drivers, BUT USING THE WIN_32 version because the WIN_64 was unsupported by my machine. ok, i could install the drivers and was the 263.03 i think.
    Now i want to upgrade to my lastest drivers ( 320.14 WQHL ) and says that can't detect my gpu. but the old driver that came with recognized it with no problems. I tried also auto detect GPU, and the same drivers but no result.
    Anyway, the main problem is that is "Bootcamp x64 is unsupported on this computer model". with a Windows 7 64bit copy installed on the bootcamp partition. this is ******* me off
    I sucessfully installed on my Macbook Pro Late 2008 ( C2D 2.06ghz / 8 GB RAM / 9600m GT ) and everything fine, a Windows 7 64bit. installed the drivers and everything fine, even accepted the lastest drivers (320.14 WQHL) from nvidia. but that was on Mountain Lion 10.8
    but since 10.8.3 only lets you install only 64bit, i can't search for a copy of win32bit and install it because, it's going to be the same problem anyways.
    So if you could help me out with this *** problem.

    I have an iMac (24-inch, Early 2008) — iMac8,1 and I have exactly the same issue.  Now, I'm running Mavericks, unfortunately.
    On the one hand, from http://support.apple.com/kb/HT3986, I see:
    "Do all Intel-based Macs support Windows 7?
    All Intel-based Macs support Windows 7 using Boot Camp 3.1 or later except these:
    iMac (17-inch, Early 2006)
    iMac (17-inch, Late 2006)
    iMac (20-inch, Early 2006)
    iMac (20-inch, Late 2006)
    MacBook Pro (15-inch, Early 2006)
    MacBook Pro (17-inch, Late 2006)
    MacBook Pro (15-inch, Late 2006)
    MacBook Pro (17-inch, Early 2006)
    Mac Pro (Mid 2006, Intel Xeon Dual-core 2.66GHz or 3GHz)"
    So, I should be good.
    However, from http://support.apple.com/kb/HT5634, my iMac is not supported in Boot Camp requirements, which would have been nice to know before I purchased a copy of Windows 7.  I cannot get the Windows drivers to download from Boot Camp, and when I download them manually, whether version 4 or 5, I get the "Bootcamp x64 is unsupported on this computer model" message, which makes the HT3986 information unhelpful.  I even tried a Snow Leopard CD while in Windows, and it gave me the same message.  I tried one of the 3.x Bootcamp files, and still no good.
    The funny thing is, I ran Bootcamp to create the partition for Windows 7, and it even popped up a message stating that Windows 7 was the latest Windows I could install on that machine, and the installation went fine.  However, I am missing who knows what drivers, etc, because Apple won't provide the Windows support software for a machine that evidently can run the software.  The graphics drivers appear to be fine, as the aspect ratio corrected itself, something that didn't happen on my MBP without having the Windows Bootcamp software.  I also have wi-fi, which is better than some experience.
    I even cannot get the little Boot Camp Windows icon/software that should be accessible in the system tray, so I can set preferred system to boot in, tell it to boot into OS X, etc.  So, for that, I would have to rely on rebooting while holding down the ALT key, and my non-Apple keyboard for some reason won't do that (but that's another subject).
    I guess there is nothing to do other than just do everything manually, piece by piece, unless someone has a solution that is eluding me.

Maybe you are looking for

  • Intel iMac late 2006 20" - screen good then bad/crazy

    I received this iMac with a 'suggested' dead hard drive - that was correct - so I replaced it with a 2nd hand HD pre-formatted with OS 10.6.8. At first the display showed a normal Snow Leopard intro screen. After about 1 minute the screen goes, as so

  • Get pst file with contacts onto iPhone 5s

    I have a pst file with contacts from an old outlook account.  How do I get the contacts in that pst onto my iPhone 5s?  Either through my PC (Windows)?  iCloud? or iTunes?

  • Saving a Text data to a PDF file without using print option

    Hi, I want to save a Text to a PDF file. I want to assign the path of the PDF file as a default one. If I use Print options, then it ask for the file path at the run time. Is there any method to save to a PDF file without using print option in Labvie

  • Vim newbie question about formatting code

    I just started learning vim and am wondering how I can get it to auto format some code.  For example: check() { for i in $nodes; do ping -c 1 $i > /dev/null if [ $? -eq 0 ]; then echo "Looks like $i is up so initializing the cluster on it." ssh $i "\

  • SVN Ultrastar make Error

    Hello! I want to build Ultrastar from trunk with help of this instruction http://ultrastar-ng.sourceforge.net/develop.html This is what I get: daminator ~/singstar/USNG/build $ cmake ../ -- The C compiler identification is GNU -- The CXX compiler ide