Çözüldü ACPI\INT3400\2&DABA3FF&0 sürücüsü

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.
Durum
Mesaj gönderimine kapalı.

RADQN1

Centipat
Katılım
29 Haziran 2022
Mesajlar
68
Çözümler
1
Merhaba, kolay gelsin.

Aşağıdaki sürücüleri çok aradım ama bulamadım. Size zahmet yardımcı olur musunuz?

ACPI\INT3400\2&DABA3FF&0

ACPI\INT3403\SEN2

ACPI\INT3403\SEN3

ROOT\BERTREADER\0000
 
Bu paket, Intel Dynamic Platform ve Thermal Framework Firmware yazılımını etkinleştiren sürücüyü içerir. Intel Dinamik Platform ve Termal Çerçeve, sistem termal korumasının düzgün çalışması için sistem sıcaklığı ve güç kullanım bilgileri sağlar.

https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96524.exe
 
Çözüm
Öncelikle teşekkürler,

Yolladığınız linklerdeki sürücüleri kurdum fakat hala bilinmeyen aygıt olarak gösteriyor. Bunun farklı bir çözümü yok mu?
 
Bence kurmadınız. Sadece klasöre çıkardınız. INF dosaysında aygıt kimliği var. Şimdi kurun.

Kod:
;-------------------------------------------------------------------------------
; INTEL CONFIDENTIAL
;
; Copyright (c) 2013-2018 Intel Corporation All Rights Reserved
;
; The source code contained or described herein and all documents related to
; the source code ("Material") are owned by Intel Corporation or its suppliers
; or licensors. Title to the Material remains with Intel Corporation or its
; suppliers and licensors. The Material contains trade secrets and proprietary
; and confidential information of Intel or its suppliers and licensors. The
; Material is protected by worldwide copyright and trade secret laws and treaty
; provisions. No part of the Material may be used, copied, reproduced,
; modified, published, uploaded, posted, transmitted, distributed, or
; disclosed in any way without Intel's prior express written permission.
;
; No license under any patent, copyright, trade secret or other intellectual
; property right is granted to or conferred upon you by disclosure or delivery
; of the Materials, either expressly, by implication, inducement, estoppel or
; otherwise. Any license under such intellectual property rights must be
; expressed and approved by Intel in writing.
;------------------------------------------------------------------------------

[Version]
Signature = "$WINDOWS NT$"
Class=System
ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%INTEL%
CatalogFile=dptf_acpi.cat
DriverVer = 12/12/2018,8.5.10103.7263

;----------------------------------------------------------------------
; File Information
;----------------------------------------------------------------------

[SourceDisksNames]
1 = %DiskName%,,,""

[SourceDisksFiles.amd64]
dptf_acpi.sys=1,,

[DestinationDirs]
DefaultDestDir=12

;-------------------------------------------------------------------------------
; Manufacturer and Models Section
;-------------------------------------------------------------------------------

[Manufacturer]
%INTEL%=INTEL, NTamd64.10.0

[INTEL.NTamd64.10.0]
%INT3400.DeviceDesc%  = DptfAcpi,ACPI\INT3400
%INT3401.DeviceDesc%  = DptfAcpi,ACPI\INT3401
%INT3402.DeviceDesc%  = DptfAcpi,ACPI\INT3402
%INT3403.DeviceDesc%  = DptfAcpi,ACPI\INT3403
%INT3404.DeviceDesc%  = DptfAcpi,ACPI\INT3404
%INT3405.DeviceDesc%  = DptfAcpi,ACPI\INT3405
%INT3406.DeviceDesc%  = DptfAcpi,ACPI\INT3406
%INT3407.DeviceDesc%  = DptfAcpi,ACPI\INT3407
%INT3408.DeviceDesc%  = DptfAcpi,ACPI\INT3408
%INT3409.DeviceDesc%  = DptfAcpi,ACPI\INT3409
%INT340A.DeviceDesc%  = DptfAcpi,ACPI\INT340A
%INT340B.DeviceDesc%  = DptfAcpi,ACPI\INT340B
%INT340C.DeviceDesc%  = DptfAcpi,ACPI\INT340C
%INT340D.DeviceDesc%  = DptfAcpi,ACPI\INT340D
%INT343D.DeviceDesc%  = DptfAcpi,ACPI\INT343D
%INT3530.DeviceDesc%  = DptfAcpi,ACPI\INT3530
%INT3532.DeviceDesc%  = DptfAcpi,ACPI\INT3532

;------------------------------------------------------------------------------
; DptfAcpi
;------------------------------------------------------------------------------

[DptfAcpi.NTamd64]
CopyFiles=CopyDriver

[CopyDriver]
dptf_acpi.sys,,,2

[DptfAcpi.NTamd64.Services]
AddService = dptf_acpi,2,DptfAcpiDriverService, DptfAcpiEtw_Install, System, dptf_acpi

[DptfAcpiDriverService]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\dptf_acpi.sys
LoadOrderGroup = Base

[DptfAcpi.NTamd64.Wdf]
KmdfService = dptf_acpi, KMDFVersion

[KMDFVersion]
KmdfLibraryVersion = 1.11

;----------------------------------------------------------------------
; ETW Support compontents
;----------------------------------------------------------------------

[DptfAcpiEtw_Install]
AddReg=DptfAcpiEtw_AddReg

[DptfAcpiEtw_AddReg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{5885720D-F086-4614-A17C-4770C2461AF2}",,%FLG_ADDREG_TYPE_SZ%,"DptfAcpiEtwProvider"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{5885720D-F086-4614-A17C-4770C2461AF2}","ResourceFileName",%REG_EXPAND_SZ%,"%%SystemRoot%%\system32\drivers\dptf_acpi.sys"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{5885720D-F086-4614-A17C-4770C2461AF2}","MessageFileName",%REG_EXPAND_SZ%,"%%SystemRoot%%\system32\drivers\dptf_acpi.sys"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{5885720D-F086-4614-A17C-4770C2461AF2}","Enabled",%FLG_ADDREG_TYPE_DWORD%,1

;----------------------------------------------------------------------
; Strings and Constants
;----------------------------------------------------------------------

[Strings]
SERVICE_DEMAND_START  = 3
SERVICE_KERNEL_DRIVER = 1
SERVICE_ERROR_NORMAL  = 1

FLG_ADDREG_TYPE_SZ = 0x00000000
REG_EXPAND_SZ = 0x00020000
FLG_ADDREG_TYPE_DWORD = 0x00010001

INTEL = "Intel"
DiskName = "Intel(R) Dynamic Platform and Thermal Framework"

INT3400.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Manager"
INT3401.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant"
INT3402.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Memory Participant"
INT3403.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Generic Participant"
INT3404.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Fan Participant"
INT3405.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework PCH ACPI Participant"
INT3406.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Display Participant"
INT3407.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Power Participant"
INT3408.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Wireless Participant"
INT3409.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Ambient Temperature Sensor Participant"
INT340A.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Storage Participant"
INT340B.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Camera Participant"
INT340C.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Thunderbolt Participant"
INT340D.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Multi-Chip Discrete Graphics(DGFX) Participant"
INT343D.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework PCH SPT ACPI Participant"
INT3530.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Multi-Chip Package Participant"
INT3532.DeviceDesc  = "Intel(R) Dynamic Platform and Thermal Framework Battery Participant"
 
Durum
Mesaj gönderimine kapalı.

Technopat Haberler

Geri
Yukarı