PCI Data Acquisition and Signal Processing Controller driver
Updated Sep 17, 2026
PCI Data Acquisition and Signal Processing Controller appears under Other devices when Windows finds a device of the “data acquisition and signal processing” PCI class but has no driver that names it. Despite the scary name, it is almost never an add-on card. On Intel-based laptops and desktops it is usually a thermal subsystem of the processor or chipset — the component that reports temperatures and lets the system manage fan speed and CPU power limits.
Step 1. Identify the device by its hardware ID
- Right-click the device → Properties → Details → Hardware Ids.
- Check the vendor and device codes (how to read them) and compare with the table below. Typical matches:
PCI\VEN_8086&DEV_1903,DEV_1603and similar — Intel Processor Thermal Subsystem (Skylake, Broadwell and later CPUs).PCI\VEN_8086&DEV_A131,DEV_9D31,DEV_A2B1— Intel PCH Thermal Subsystem of the chipset.PCI\VEN_8086&DEV_1D77and other C600/X79 IDs — chipset functions on older Intel workstation boards.
| Hardware ID | Device | Drivers |
|---|---|---|
| PCI\VEN_8086&DEV_1903 | Skylake Processor Thermal Subsystem | 6 |
| PCI\VEN_8086&DEV_1603 | Broadwell-U Processor Thermal Subsystem | 2 |
| PCI\VEN_8086&DEV_A131 | Sunrise Point-H Thermal subsystem | 7 |
| PCI\VEN_8086&DEV_9D31 | Sunrise Point-LP Thermal subsystem | 5 |
| PCI\VEN_8086&DEV_A2B1 | 7th Generation Processor Family Thermal subsystem - A2B1 | 5 |
| PCI\VEN_8086&DEV_1D77 | C600/X79 series chipset PCI Data Acquisition and Signal Processing Controller - 1D77 | 7 |
| PCI\VEN_8086&DEV_8C24 | 8 Series Chipset Family Thermal Management Controller | 8 |
| PCI\VEN_8086&DEV_1E24 | 7 Series/C210 Series Chipset Family Thermal Management Controller | 10 |
| PCI\VEN_8086&DEV_1C24 | 6 Series/C200 Series Chipset Family Thermal Management Controller | 10 |
| PCI\VEN_8086&DEV_9C24 | 8 Series Thermal | 6 |
| PCI\VEN_8086&DEV_1D24 | C600/X79 series chipset Thermal Management Controller | 7 |
Step 2. Install Intel Chipset Device Software
For PCH thermal devices and most chipset functions the fix is Intel Chipset Device Software: it installs the INF files that identify these devices, and the unknown entry is renamed to something like Intel(R) 100 Series/C230 Series Chipset Family Thermal subsystem - A131.
- Intel Chipset Device Software Driver 10.1.20003.8622 (Nov 5, 2024, Windows 10, 11)
- Intel Chipset Device Software Driver 10.1.19900.8599 (Jul 20, 2024, Windows 10, 11)
- Intel Chipset Device Software Driver 10.1.19913.8607 (Jul 9, 2024, Windows 10, 11)
Run the installer as administrator and restart the computer.
Step 3. For a Processor Thermal Subsystem: install the thermal framework driver
The processor thermal device (DEV_1903, DEV_1603 and newer equivalents) is used by Intel Dynamic Platform and Thermal Framework (DPTF), renamed Intel Dynamic Tuning Technology on recent laptops. The laptop maker tunes it for each model, so get it from the support page of your laptop (usually in the “Chipset” or “Thermal” category). Packages in our catalog:
- Intel Dynamic Platform and Thermal Framework 8.2.11003.3588 (Jan 10, 2017, Windows 7, 8, 10)
- Intel(R) Dynamic Platform and Thermal Framework Processor Participant Driver 8.1.10607.289 (Feb 22, 2016, Windows Vista–10)
Without this driver the laptop still works, but it may run hotter, throttle earlier or keep the fan louder than intended.
If the device is not from Intel
- AMD systems — install the AMD chipset driver package for your platform:
- AMD Ryzen™ Chipset Driver 7.02.13.148 (Feb 26, 2025, Windows 10, 11)
- AMD Ryzen™ Chipset Driver 7.01.08.129 (Jan 14, 2025, Windows 10, 11)
- A real measurement or capture card (National Instruments, Advantech and others) — install the software from the card’s manufacturer.
- Anything else — search the exact hardware ID:
Other chipset devices that often appear at the same time: SM Bus Controller, PCI Simple Communications Controller, Base System Device.