3 missing drivers!!

Hi Everyone, 
im an It engineer but im starting to lose my patience with this laptop, so basically long sotry short i installed my laptop to windows 7 because when i bought this latptop windows 8 still had alot of bugs and it wiped all of my data 3 times in a row,
but now I have put in an 840 EVO SSD and decided to take the leap again to windows 8.1 and hopefully with a bit better luck, I have installed HP support assistant as i remember that before knowing which drivers are needed for this laptop, and yes i knew some
but it still doesnt know 3 of them, 2 are "unknown device" and a 3rd is "PCI Device"
please can someone help me find these as its seriously bugging me, i've been on HP's website and downloaded almost eveything with still no luck, i dont understand how hp's own specified laptop page website doesnt have these drivers?

Hi:
Far be it for me to teach an IT engineer something, but here is a way to find out exactly what driver you need for any device.
When you know the hardware ID for a device you can find the driver by googling the ID string.
To find the hardware ID for a device, go to the device manager and click on the device needing a driver.
Click on the Details tab at the top of the device window.
Now you see a Property drop down list and it is defaulted to Device Description.
Drop down on that and select the item labeled Hardware ID's.
Now you see strings of characters.
Copy and paste the top line of those strings and google it and you should be able to find out some clues about what the device is and then find the driver it needs.
In your case, I will give you two freebies...
The PCI Device is the Realtek card reader that needs a driver.
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-105087-1&cc=us&dlc=en&lc=en...
One of the unknown devices is probably this...
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-116584-1&cc=us&dlc=en&lc=en...
Post the hardware ID for the remaining device, and I will post the link to the driver it needs.
BTW, all the W7 x64 drivers and software for your model can be gotten from this one.  Don't use any BIOS or firmware files though.
http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=5275...

Similar Messages

  • How To: Debug missing Drivers in MDT

    The definitive post on missing drivers in MDT (most comprehensive list I've done so far)…
    Please to NOT post questions from this thread, instead create a new thread.
    How to debug Network Driver Problems
    One of the earliest hurdles an MDT administrator will come across is the management of device drivers, specifically networking drivers. With most other drivers, like Audio, printer, and video drivers, a quick call to Windows Update or install over the network
    will resolve the Installation. However unless the Network (and storage) Drivers are installed into Windows from the start, it will be much more difficult to install the rest of the system.
    This post should help you get started if you find a machine that did not install a device driver properly, and you want to know how to find and import the correct drivers.
    Installing network drivers in the
    full OS
    Step 1 - Try network connection again
    It's possible that you might get a DHCP error from MDT, but when you try again later to connect the Deployment Share it works! This may be caused by a slow or malfunctioning DHCP server in your network. Re-check your DHCP servers, ensure that PortFast is enabled
    on your routers. If all else fails get your network administrators to document the DHCP delay. A long delay in modern networks is unnecessary. 
    Step 2 - Verify connectivity
    You may not have a driver problem but a network problem. Check the physical connection on the computer (Network installs on MDT *REQUIRE* a wired network connection, no Wi-Fi). Open a web browser. Check the IP Address (ipconfig.exe /all). Ping the Deployment
    Server, manually connect to the Deployment Share. IF you can't connect to the Deployment Share, neither can MDT.
    Step 3 - Find the Correct Driver Package
    Before you load the driver into MDT, first verify that you have the correct driver. There are scenarios where you may *think* you have the correct driver, but the driver will never run because the package is designed for a different OS/SKU/Platform/whatever.
    Install the driver package by:
      ○ Open the Device Manager (devmgmt.msc).
      ○ Find the network device in the list (ensure this is the wired device, not the wireless device)
      ○ Right click on "Properties" and click on the "Details" tab.
      ○ From the "Details" tab, select the property "Hardware Ids" select all the values, and copy to the clipboard, it would be a good idea to save for later. Should look something like:
          PCI\VEN_8086&DEV_1502&SUBSYS_21F317AA&REV_04
          PCI\VEN_8086&DEV_1502&SUBSYS_21F317AA
          PCI\VEN_8086&DEV_1502&CC_020000
          PCI\VEN_8086&DEV_1502&CC_0200
      ○ From the "Driver" tab, click on "Update Driver…", click on "Browse my computer for driver software" locate the driver package on the local machine or USB Drive, and install the package.
      ○ You should get a confirmation that the driver package was installed.
      ○ IF you do not get confirmation, MDT driver installation may not work.
     Windows will install the driver starting with the *.inf install package, and will typically include a *.sys (binary) and a *.cat (digital Signature). If the driver package has been re-packaged into a *.cab, *.zip, or other compressed *.exe file, the
    package must be extracted first. This is a hard requirement for any driver used by MDT and/or SCCM. All driver packages that are signed by Microsoft (WHQL) will be installed from the *.inf file, and you should only use devices that have the Microsoft WHQL
    Logo as a sign of quality.
     If you need a help on where to find driver packages for your devices, the 3 largest Computer OEM manufacturers supply drivers grouped by Make and Model that are easily imported into MDT and SCCM. See:
    http://deploymentbunny.com/2014/07/08/back-to-basicwhere-to-find-drivers-for-servers-and-clients/
    Step 4 - Load driver into MDT
    If you have more than 20 driver packages, or if you anticipate you will have more than 20 drivers, you should start grouping your drivers in sub-folders for organization. One popular method is to group by Computer Make and Model. Ensure that you are using the
    correct Driver Selection Profile in your task sequence. If you are unsure, disable any selection profile(s) to ensure the driver is installed correctly.
    Step 5 - Run the full MDT installation
    During installation MDT will perform the following:
      ○ Run the PNPEnum.exe utility and capture output to PnPEnum.xml. The VEN_Xxxx and DEV_Yyyy from the "HardwareIDs" property above must be present in this list. Otherwise we won't have a match.
      ○ Search through the %DeployRoot%\control\drivers.xml file looking for a match for the HardwareID. MDT may filter the search based on the folder search type.
      ○ MDT will copy each matching driver to the local c:\drivers directory using the xcopy.exe command. You can search (grep) for the string "xcopy" in the ZTIDrivers.log file, that will get you list of all driver packages matched by MDT.
      ○ MDT will allow the machine to boot into the NEW OS, and Driver Installation will begin in the OS. IF there are multiple drivers found and copied locally, the Windows (not MDT) will determine the best one. The c:\windows\inf\SetupAPI.*.log files
    will detail which drivers copied locally were installed (or *not* installed).
    Installing Network Drivers in
    WinPE
    Step 6 - Try the network connection again
    (See above
    Step 7 - Verify Connectivity from within WinPE
    Verifying network connectivity will be a bit more difficult in WinPE, since we have a limited User Interface, so all investigation must be done in the debugging mode (Press F8) cmd.exe
      ○ Try connecting to the Deployment Share:
      c:\> net use * \\MDT\DeploymentShare$ /u:UserDomain\UserName *
      ○ Try pinging the Deployment Server:
      c:\> Ping.exe MDT.Corp.contoso.com
      ○ Verify that you have an IP address ( ipconfig /all ) If you have an AutoConfiguration address - Driver OK - WinPE can't reach the DHCP server. If you have "Media Disconnected" - Driver OK - Physical adapter not plugged to network. If
    no devices are listed - Driver bad - Driver not installed.
      ○ Check the x:\windows\system32\WpeInit.log - This log will show the network driver (if found) being installed.
    Step 8 - Verify driver packages are getting included into WinPE
    Firstly, verify the correct driver package from within the full OS above. By default MDT will import *all* Storage and Networking drivers into your WinPE image. However it is possible to change the subset of files copied via "Selection Profile" or
    other method. Cross check your WinPE Driver Settings.
      ○ From within the MDT console, right click on the root of your Deployment Share and select properties.
      ○ Click on the "Windows PE" tab, and the "Drivers and Patches" sub tab for both x86 and x64.
      ○ Your Network Drivers package must be in the "Selection Profile" if enabled.
    Finally verify that the correct Network Driver package is being copied to WinPE. If necessary this may include setting up a debugger to watch the MDT Provider build the WinPE Image from scratch. My preference is to use the SysInternals 
    http://live.sysinternals.com/Dbgview.exe tool.
      ○ Open up the MDT console.
      ○ Download and run the DbgView.exe tool.
      ○ Update the deployment share in question.
      ○ The DbgView tool should show what drivers were copied to each WinPE Image.
    Other
    Whenever you add a driver into the MDT console, you must update the deployment share for that drivers to be added to your WinPE Image. If you are unsure, select "Completely regenerate the boot images." to ensure the drivers is imported. Additionally,
    you must copy the updated LitetouchPE_x??.wim and *.iso files to the other consumers of the WinPE image like WDS/PXE and or any USB offline media.
    Note that some Broadcom NetXtreme class of drivers have a multi-function driver architecture that may have difficulty loading in WinPE. Ensure that you load the "RIS" class of drivers from Broadcom in your MDT environment. 
    Note that by default MDT does *NOT* support the installation of Windows over Wireless network devices (Wi-Fi). The MDT installation sources must either be available through wired networking, or offline (USB Flash) media.
    This post does not discuss origination of drivers within MDT ( Chaos vs. Total Control ), that is a different topic.
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/112/MDT-2013-Lite-Touch-Driver-Management.aspx
    Further Help
    If you are still having problems with drivers in via MDT, ask the experts in the MDT Technet Forum:
    Include a short description of the problem. Including the Make/Mode if necessary.
    Include the HardwareIDs from the Device Manager (Devmgmt.msc) into the post (from above).
    Copy your known good driver package (step 3 above) to OneDrive.
    Copy the following log files to a public site like OneDrive and include the link:
      ○ PnpEnum.xml (from Client)
      ○ Bdd.log (From Client) - or at least the ZTIDrivers.log file.
      ○ c:\windows\inf\SetupAPI.*.log (from client)
      ○ %DeployRoot%\control\Driver*.xml
      ○ %DeployRoot%\control\SelectionProfile*.xml
      ○ %DeployRoot%\control\settings.xml (if problems in WinPE)
      ○ x:\windows\System32\WpeInit.log (if problems in WinPE)
      ○ If the MDT server is not including your driver package in WinPE include the DBGView log.
    This post is by Keith Garner - Keith was a developer on the MDT team where he developed the ZTIDrivers.wsf script, he also worked for the Windows Hardware Quality Labs as a technical PM on Driver Quality, and developed samples for the
    Microsoft Device Driver Kit (DDK) specifically around the area of Device Driver installation in the OS (Windows NT 5.0, 2000 and Windows XP). (So yes, I know drivers :^).
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

    OK. I have redone the drivers for WinPE which has reduced the image size by about 200MB. Unfortunately the problem persists.
    Is there anyway to turn on some sort of boot logging so I can see what driver it is failing on?
    I am also still seeing the weird behavior of it working over PXE but blue screens when booting from USB. Can anyone explain that?
    JJ

  • No wifi in windows 7 via bootcamp;missing drivers

    Just bought a rMBP a couple weeks ago. I installed windows but am unable to connect to the internet on the windows side. It says no connections available. It also gave an error message about missing drivers/network adapter.
    I switched back to the mac side and downloaded all available updates in bootcamp, switched over and installed them in windows. Didn't change anything.
    Can I download whatever drivers I need manually? Where can I find these? Thanks for the help

    Boot Camp Support Software 5.0.5033

  • Missing drivers PCI\VEN_1180--..please help

    Missing drivers PCI\VEN_1180……..Help!!!!
    After upgrading to Windows 8.1 from Vista:
    I am missing the following drivers for Base System Device here is the information for the driver.
    I am unable to use my Built in Camera, CD/ROM Drive, System speakers. 
    HP Pavilion dv6000
    HP Pavilion dv6500 on the label
    Dv6552ea on the label
    Product NO: GT374EA #ABU
    PCI\VEN_1180&DEV_0592&SUBSYS_308F103C&REV_12\4&11e13b16&0&2B40
    PCI\VEN_1180&DEV_0812&SUBSYS_308F103C&REV_12\4&11e13b16&0&2C40
    PCI\VEN_1180&DEV_0803&SUBSYS_308F103C&REV_12\4&11e13b16&0&2A40 
    Please can anyone help me install the missing driver thank you?

    Paul Tikkanen,
     Thank you very much for your reply, unfortunately, I have already installed these drivers  including the previous versions with no luck.

  • Missing drivers and can't figure out what to install

    I have two missing drivers on a fresh install of windows 7 64 bit and can't seem to work out what they are. It's a HP notebook 2000 365DX They show up under 'Other Devices' one is BCM207020A and when I open it the info says Location Port_#0002.Hub_#0003 the second is PCI Device and when opened it is PCI bus 2, device 0, function 0 Anyone got an idea?

    Hi: You need these drivers... This package contains the Broadcom bluetooth driver and software for supported notebook models that are running a supported operating system. Broadcom Bluetooth 4.0 Driver is required to enable Broadcom bluetooth 4.0 devices and is compatible with Broadcom bluetooth 3.0 and earlier versions. File name: sp54245.exe This package contains the driver that enables the Realtek Card Reader in supported notebook models that are running a supported operating system. The card reader enables users to read from or write to supported removable storage cards, which are typically used in digital cameras, digital music players, and cellular phones. File name: sp52186.exe

  • Update Retriever missing Drivers for Thinkstation S30 / 4352

    Hi,
    Update retriever is missing Drivers for Thinks Thinkstation S30 / 4352
    Theres about a couple or so missing. Specifically the (ISV Certified) Nvidia Display Driver for K2000D.

    Also have this same issue with the 4351 Model Type. See my post where someone from Lenovo replied but I'm still waiting a month now.
    http://forums.lenovo.com/t5/ThinkVantage-Technologies/Update-Retriever-missing-update-for-S30-Model-...

  • Missing drivers PCI\VEN_1180--..Help!!!!

    Missing drivers PCI\VEN_1180……..Help!!!!
    After upgrading to Windows 8.1 from Vista:
    I am missing the following drivers for Base System Device here is the information for the driver.
    I am unable to use my Built in Camera, CD/ROM Drive, System speakers. 
    HP Pavilion dv6000
    HP Pavilion dv6500 on the label
    Dv6552ea on the label
    Product NO: GT374EA #ABU
    PCI\VEN_1180&DEV_0592&SUBSYS_308F103C&REV_12\4&11e13b16&0&2B40
    PCI\VEN_1180&DEV_0812&SUBSYS_308F103C&REV_12\4&11e13b16&0&2C40
    PCI\VEN_1180&DEV_0803&SUBSYS_308F103C&REV_12\4&11e13b16&0&2A40 
    Please can anyone help me install the missing driver thank you?

    Paul Tikkanen,
     Thank you very much for your reply, unfortunately, I have already installed these drivers  including the previous versions with no luck.

  • Missing drivers for hp pavilion windows 8.1 64bit

    missing drivers on my new hp pavillion 15-d005sia windows 8.1
    like: PCI Encryption/ Decryption Controller
    SM Bus Controller
    Unknown Device
    High Definition Audio Device

    Here are the specs for your HP 15-d005sia Notebook Computer. Windows 8.1 drivers for this model can be found on the HP 15-d005sia Notebook PC Drivers page. 
    Intel Trusted Execution Engine Firmware
    Intel Chipset Installation Utility and Driver
    Realtek High-Definition (HD) Audio Driver
    For the unknown device, please post the Windows Device Manager's "Hardware Ids" (text string only, please) as shown in the example below;
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Missing drivers part II

    Hi, I recently formatted a Pavilion 15-n213sl and I re-installed Windows 8.1 (64-bit).
    In the Device Manager there are the following devices with missing drivers:
    ACPI\HPQ6001\3&11583659&0
    ACPI\HPQ6007\3&11583659&0
    \VEN_10EC&DEV_5227&SUBSYS_2166103C&REV_01\4&8a0a5e​c&0&00E1
    Someone could help me to find them?
    Thanks in advance,
    Gugliemo
    This question was solved.
    View Solution.

    Hi,
    The first 2 drivers you need are on the reply to your earlier post on the link below.
    http://h30434.www3.hp.com/t5/Notebook-Operating-Sy​stems-and-Software/Missing-drivers/m-p/4906167#M28​...
    The 3rd driver you require in on the link below.
    Card Reader Driver.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Missing drivers for unknown device

    Hi all, I installed Windows 8.1 on a HP Pavilion Notebook - 15-p101 and managed to fix all missing drivers but this one.
    Device unknown
    Location: on PCI Bus
    ACPI\HPQ6007\3&11583659&0
    Any help would be greatly appeciated. Thank you.
    This question was solved.
    View Solution.

    Hi:
    You need this driver...
    HP 3D DriveGuard Software
    File name: sp67280.exe

  • Qosmio G40 - Windows 7 64bit and missing drivers

    Hello..i recently upgraded my G40 to win7 64bit and have been very dismayed at all the missing drivers.
    so far
    1 Cd/hd dvd drive - driver not supported on this product - it was when it was on vista 32 - now i just get cd drive error.??
    2 tv tuner - no driver available
    3 av controller - no driver available
    4 acoustic silencer - no driver available
    5 finger print software - installed driver - no hardware found?? it definatly has one ..im looking at it.
    6 hdmi control manager - no driver available
    7 infrared driver- no driver available
    some of these drivers i can do without - (finger print im not worried about 0 but the CD/HD DVD drive is a real problem..
    Im normally reasonably fine with installing all these drivers...but it seems there are non there ..or they dont see the hardware....please help.

    Wait a moment you are mixing something.
    Do not mix CD/DVD driver and HD DVD driver.
    When you install operating system optical disc drive must be recognized properly. If you have problem watching HD DVD movies that completely other issue.
    So, is optical disc drive recognized properly? Can you use music CDs and watch DVD movies?
    If you cannot find Toshiba HD DVD player for 64 bit OS try to use some other players. I don't have HD DVD media and cannot test it for you.
    PCI memory controller is maybe cardreader.
    By the way, here is the list of all installed stuff on Qosmio G40 (Vista) so you can check if everything is installed and if there is some missing driver. Please note: some additional software is not downloadable.
    Windows Vista Home Premium
    Intel Chipset SW Utility
    TOSHIBA Value Added Package
    NVIDIA Display Driver
    Realtek HD Audio Driver
    Synaptics TouchPad Driver
    TOSHIBA Software Modem
    Intel 82566MC Gigabit Network Connection
    Intel PCI Express Wireless LAN Driver (802.11ag)
    Intel Proset?PCI Express 802.11ag?
    Intel Proset (PCI Express Kedron Main(abgn))
    Bluetooth Stack for Windows by Toshiba
    Bluetooth Monitor
    TOSHBIA Fingerprint Software
    Texas Instruments FlashMedia Driver
    Chicony Camera Assistant Software
    TOSHIBA PCI TV Tuner
    SMSCIR Infrared Receiver Drivers
    TOSHIBA SD Memory Utilities
    TOSHIBA Assist
    TOSHIBA ConfigFree
    CD/DVD Drive Acoustic Silencer
    TOSHIBA Extended Tiles for Windows Mobility Center
    TOSHIBA Remote Control Manager
    TOSHIBA Speech System
    TOSHIBA HD DVD PLAYER
    TOSHIBA SPS Driver
    Qosmio AV Controller Manager

  • T500 Windows 7 Wifi Connectivity/Missing Drivers

    A few days ago, my T500 (Windows 7 Ultimate, 32-bit) crashed and went through a startup recovery process. When it was finally logged into Windows, I was unable to detect or connect to any wireless networks and Google Chrome (my primary browser) was gone.  After I couldn't find any restore points when running Windows Restore, I decided to just manually restore the missing components. I was able to connect to the internet via ethernet and reinstall Chrome (albeit missing all of my bookmarks and plugins), but still had issues with the wireless connection. Windows Network Diagnostics returned "There might be a problem with the driver for the Wireless Network Connection adapter," but was unable to troubleshoot the issue.
    Windows Device Mangager showed no missing network adapter drivers, but under "Other devices" each of the four items were missing drivers:
    Base System Device (x2)
    PCI Serial Port
    PCI Simple Communications Controller
    I've downloaded a number of drivers, (including several variants of Inter AMT and the Multi Card Reader, as suggested by similar threads), but none have addressed the four missing drivers. All attempts to update the drivers were unsuccessful.
    Could the missing "Other devices" drivers be causing my wifi issues? 
    Are there drivers I can update them with? 
    Is an updated driver available for the wireless network adapter (currently 12.4.1.4; none of the downloads have updated it)? 
    Is it possible to recover my data from the old installation of Chrome without any backups or restore points? (obviously I should have been backing up my data)
    Thanks.
    Lenovo T500, Windows 7 Ultimate (32-bit; upgraded from Vista Ultimate 32-bit), T9600(2.8GHz), 4GB RAM, 256MB ATI Radeon HD3650, Intel 802.11agn wireless (Intel Wifi Link 5100)

    I ran sfc /verifyonly and sfc /scannow; it said there some corrupt files and to check CBS.log. The file was fairly long, and I couldn't really discern any relevant information from it. Ctrl-F didn't find anything related to the driver. I don't know what, if anything, was fixed, but the driver issues still remain.
    I've tried to manually delete the old 12.4.1.4 drivers with no sucess. Even as an administrator in safe mode, I still couldn't modify anything. SYSTEM and TrustedInstaller are listed as having full control over the files, and there was no option to change the permission settings (check boxes were grayed out). 
    Is there anyway to modify those permissions so I can delete the old drivers? Would it helpt to reinstall 12.4.1.4? I've looked for a download online but haven't found anything yet. The only other solution I can think of is reinstalling Windows 7. Does that sound like the right course of action? The wireless card and the other drivers haven't had any issues up until now. It seems like some system files were corrupted when it went through the startup repair that started all of this.
    Thanks

  • Various missing drivers after re-installing Win7 64 bit on hp pavilion dv7-6111eo

    Aloha
    First off... I'm no techy, geek or nerd... And I mean those words in the best way, to those who are.
    In this case You need to see me like a kid in kindergarden, being taken by the hand, and being shown what to do, down the the last detail. Sad but true.
    Without me knowing why, I experienced missing several DLL-files, and often got error messages about those.
    A pain in the neck, so I re-installed Windows 7 64 bit, as I didn't want to mess with those DLLs missing.
    After that re-installing, I couldn't get internet-connection to my router. Luckily I have a 10+ year old stationary, where I after some time found the driver I needed, so that works now.
    But now it seems there's several other drivers missing/not been installed.
    I got a little info, from another post, what to provide with info, and hope that will be enough. if not, then please let me know the additional info that may be needed, and where I can find those on my PC, so I can provide these.
    Missing drivers:
    Network Controller;
    Hardware ID: PCI\VEN_8086&DEV_008B&SUBSYS_53158086&REV_34
    SM Bus Controller;
    Hardware ID: PCI\VEN_8086&DEV_1C22&SUBSYS_1659103C&REV_05
    Universal Serial Bus (USB) Controller;
    Hardware ID: PCI\VEN_1033&DEV_0194&SUBSYS_1659103C&REV_04
    I have 4 USB-ports, but only one will work, the others don't respond, and I need all four running at the same time. Plus I'd like to have everything in order after I had to re-install Win 7.
    I thank You in advance for any and every help I can get. Just have in mind, that I need the things carved into paper.
    This question was solved.
    View Solution.

    Hi:
    You need these drivers...
    SM Bus Controller;  Install this first and reboot.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-102010-2&cc=us&dlc=en&lc=en...
    Network Controller;
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-99014-2&cc=us&dlc=en&lc=en&...
    Universal Serial Bus (USB) Controller;
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-100294-2&cc=us&dlc=en&lc=en...
    You will also need this bluetooth driver.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-99500-2&cc=us&dlc=en&lc=en&...

  • ThinkPad x240 missing drivers

    Hello! I've recently installed Windows 8.1 on my new ThinkPad x240 and I've been looking for certain missing drivers ... Those devices are marked as "Unknown" by the device manager and the drivers are most probably not downloadable from the lenovo driver matrix (because I downloaded & installed all relevant). The Lenovo Solution Center nor the System Update can find anything ... The hardware IDs are as follows:1st device:USB\VID_138A&PID_0017&REV_0078
    USB\VID_138A&PID_0017 2nd device:ACPI\VEN_INT&DEV_33A0
    ACPI\INT33A0
    *INT33A0 3rd device:ACPI\VEN_INT&DEV_340F
    ACPI\INT340F
    *INT340F 4th device:PCI\VEN_8086&DEV_9C3A&SUBSYS_221417AA&REV_04
    PCI\VEN_8086&DEV_9C3A&SUBSYS_221417AA
    PCI\VEN_8086&DEV_9C3A&CC_078000
    PCI\VEN_8086&DEV_9C3A&CC_0780 5th device:PCI\VEN_10EC&DEV_5227&SUBSYS_221417AA&REV_01
    PCI\VEN_10EC&DEV_5227&SUBSYS_221417AA
    PCI\VEN_10EC&DEV_5227&CC_FF0000
    PCI\VEN_10EC&DEV_5227&CC_FF00 Do you know, what kind of hardware that might be and where can I get the drivers? Thank you!

    Hello,
    Unsure about the first device.
    Second device appears like it might be the iSCT ACPI Virtual Device.
    Third device appears to be the Intel Collaborative Processor Performance Control Driver.
    Fourth device appears to be the Intel Dynamic Platform & Thermal Framework Driver.
    Fifth deviceappears to be Realtek RTS522x PCIE Card Reader Driver.
    Since none of these drivers are specifically for your model of ThinkPad, and appear to be for Windows 8.0, not 8.1, I would advise some caution when installing them.  At the very least, perform a backup of any valuable data
    Alternatively, wait until Lenovo officially releases Windows 8.1 compatible computers and begins supporting it, and then install the drivers qualified for your operating system.
    Regards,
    Aryeh Goretsky
     

  • W500 missing drivers... AGAIN!

    Hi,
    i formatted my W500 w7 x64 at least 4-5 times in the past 2 years, and every time i used a link here to download the missing drivers and everything was working fine.
    But not this time, i can't figure out why and i've tried several alternative solutions, still no luck. I am stuck not being able to install
    PCI serial port
    PCI simple communication controller
    here are the list of what i tried: (some of them solved other missing drivers)
    6fuj42u6
    6iio10ww
    6ixr07ww
    6ixt09ww
    7kss55ww
    7kxv51ww
    7vd616ww
    7vr308ww
    Last one i tried is AMT 4.2 update, but it doesnt work (crashes if run win admin rights, looks like it processes if not run with admin rights, but does not work, blabla... lots of fun)
    Thank for your help.

    Maybe driver install is failing somehow? Check in Event Viewer for anything relevant.
    In any case, I don't think either one is particularly useful, anyway. If you don't need them, disable both and move on.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • I can't go on OSX anymore, and I'm missing drivers.

    I was installing Windows 7 Ultimate through Bootcamp. It went well, I had to reformat the Bootcamp partition since it said it wasn't NTFS, it was all okay.
    Then, I noticed I was missing drivers, that I left on OSX.
    Sad part is, I can't get on OSX, it won't let me. Only Windows.
    Basically, I'm screwed with Windows Basic themes. Again.

    Welcome to the Apple Support Communities
    To start into Mac OS X, press X key while your Mac is starting, or press Option key and choose Macintosh HD. If you want to start always into OS X, open System Preferences > Startup Disk and select Macintosh HD.
    On Mountain Lion, you have to download the Boot Camp drivers:
    1. Open Boot Camp Assistant and mark the option to download the Windows support software.
    2. It will ask you to burn them into a DVD or USB drive, so do that.
    3. When the Boot Camp drivers are on the DVD or USB, press Option key while your Mac is starting and select Windows to start into Windows.
    4. Install the Boot Camp drivers. Everything should work fine after that

Maybe you are looking for

  • HP Pavilion P7-1439 Desktop no longer displaying

    I bought a refurbished HP Pavilion P7-1439 Desktop 2 months ago and all was working perfectly fine until today. I was using it this afternoon before work, and left it on assuming it would go to sleep naturally.  When I came back to it this night the

  • Update java frame title

    I have a problem with updating the main frame title in my java application: In my mainframe I have a button that the user presses. This pops up a form which will allow the user to change the title of the mainframe. After the user hits okay on that fo

  • How do get adobe flash player on my iPad?

    How do I get adobe flash player on my ipad2?

  • Is it possible to merge Wikis?

    Is it possible to combine two Wikis together - if so what do you need to do to ensure this works OK?

  • Errors in reloading software & drivers

    I have an HP Photosmart D110a printer.  I currently am using the Windows 7 operating system.  I have had this printer for 2-3 years.  Initially, I set the printer up to use a wireless connection; that way everyone in the house could use the same prin