The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    "on Intel(R) ICH9M LPC Interface Controller - 2919" ???

    Discussion in 'Windows OS and Software' started by ScubaSteveO, Mar 25, 2010.

  1. ScubaSteveO

    ScubaSteveO Notebook Guru

    Reputations:
    0
    Messages:
    67
    Likes Received:
    0
    Trophy Points:
    15
    I show this as an "unknown device" after fresh install of Windows 7. Does anyone know what this is and how to resolve this?

    "on Intel(R) ICH9M LPC Interface Controller - 2919"

    The drivers for this device are not installed (Code 28)
     
  2. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
    It could be the TPM (Trusted Platform Module).
     
  3. deeastman

    deeastman Notebook Deity

    Reputations:
    977
    Messages:
    1,095
    Likes Received:
    0
    Trophy Points:
    55
    And it if isn't that it could be the Infrared driver "CIR".
     
  4. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    a) grab the latest Intel chipset drivers. I think that the current version is 9.1.1.1025

    b) put the file in a directory/folder somewhere, rename it to a much shorter name such as intel.exe

    c) open an elevated-privilege (administrator) command line box in the directory/folder that currently holds your intel.exe

    d) from your new command line box run "intel.exe -overall" and wait.

    e) reboot

    The reason you want to run the chipset driver installer with the -overall switch is that sometimes admin privileges get in the way of updating ALL of the intel chipset devices on a machine. The -overall switch as well as running it from a elevated-privilege command line box takes care of this problem.

    After the machine reboots, look in device manager and at the point, chase down updated drivers for ALL of your intel devices.

    When updating a machine, you should really update drivers in this order:

    chipset/.inf drivers
    ICH/MCH/disk controllers
    GMA/other video
    networking
    sound
    HID, etc, etc

    It all begins with the complete and successful installation of the base level .inf drivers. Those provide the basic info to the windows device enumerators that in turn tell any follow on device driver installers what to do.

    The same basic concept applies to Nvidia and AMD-based machines, both laptop and desktop.