OmegaLII
Kilopat
- Katılım
- 15 Mart 2017
- Mesajlar
- 38
- Makaleler
- 1
Daha fazla
- Cinsiyet
- Erkek
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000004, The power transition timed out waiting to synchronize with the Pnp
subsystem.
Arg2: 000000000000012c, Timeout in seconds.
Arg3: ffffc08a207bf040, The thread currently holding on to the Pnp lock.
Arg4: fffff8072ab0f060, nt!TRIAGE_9F_PNP on Win7 and higher
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000003, A device object has been blocking an IRP for too long a time
Arg2: ffff8b0e0acc9060, Physical Device Object of the stack
Arg3: fffff80447f0f010, nt!TRIAGE_9F_POWER on Win7 and higher, otherwise the Functional Device Object of the stack
Arg4: ffff8b0e1057a8b0, The blocked IRP
"PCI\VEN_1022&DEV_15B8&SUBSYS_50071458&REV_00\4&2c288d56&0&0043"
kd> !devstack ffff8b0e0acc9060
!DevObj !DrvObj !DevExt ObjectName
ffff8b0e10579d50 \Driver\USBXHCI ffff8b0e0e212880 InfoMask field not found for _OBJECT_HEADER at ffff8b0e10579d20
ffff8b0e0957f040 \Driver\ACPI ffff8b0e0a5f2930 InfoMask field not found for _OBJECT_HEADER at ffff8b0e0957f010
> ffff8b0e0acc9060 \Driver\pci ffff8b0e0acc91b0 Cannot read info offset from nt!ObpInfoMaskToOffset
!DevNode ffff8b0e0acc9ba0 :
DeviceInst is "PCI\VEN_1022&DEV_15B8&SUBSYS_50071458&REV_00\4&2c288d56&0&0043"
ServiceName is "USBXHCI"
Kanka baya birşey yazmışsın. Sorunu gidermek için sondaki söyledikleini mi yapayım ? Yoksa direkt format çözer mi ?Merhaba.
Öncelikle teyit amaçlı olarak sormaktayım. Ana kartınız A620M DS3H, işlemciniz Ryzen 5 7500F midir?
Eğer bu şekildeyse, yazdıklarım üzerinden ilerlemeye devam edebiliriz.
5 adet dosyanın hepsi de ACPI ve PCI ile ilişkili görünüyor.
Kod:DRIVER_POWER_STATE_FAILURE (9f) A driver has failed to complete a power IRP within a specific time. Arguments: Arg1: 0000000000000004, The power transition timed out waiting to synchronize with the Pnp subsystem. Arg2: 000000000000012c, Timeout in seconds. Arg3: ffffc08a207bf040, The thread currently holding on to the Pnp lock. Arg4: fffff8072ab0f060, nt!TRIAGE_9F_PNP on Win7 and higher
Arg1 değeri, PnP altsistemiyle (Yeni sistemlerde bu PCI arayüzüdür.) senkronize olmayı bekleyen bir güç işleminin zaman aşımına uğradığını söylüyor. Uzun lafın kısası, burada bir güç iletim sorunu yaşanmış.
(Subcode 4.)
Kod:DRIVER_POWER_STATE_FAILURE (9f) A driver has failed to complete a power IRP within a specific time. Arguments: Arg1: 0000000000000003, A device object has been blocking an IRP for too long a time Arg2: ffff8b0e0acc9060, Physical Device Object of the stack Arg3: fffff80447f0f010, nt!TRIAGE_9F_POWER on Win7 and higher, otherwise the Functional Device Object of the stack Arg4: ffff8b0e1057a8b0, The blocked IRP
Buradaki Arg1 değeri ise bir aygıt nesnesinin, bir IRP'yi uzun süredir engellediğini belirtmekte. IRP, normalde ayrı ayrı iletilecek olan veri paketlerini tek bir potada toplar ve kalıcı veri yapılarına iletimini sağlar.
Arg2 değerini !devstack komutu ile sorguladığım zaman bir USB aygıtı karşıma çıktı.
Donanım Kimliğini sorguladığım zaman bunun AMD USB 2.0 eXtensible Host Controller - 1.20 aygıtına ait olduğunu gördüm.
Kod:"PCI\VEN_1022&DEV_15B8&SUBSYS_50071458&REV_00\4&2c288d56&0&0043"
Kod:kd> !devstack ffff8b0e0acc9060 !DevObj !DrvObj !DevExt ObjectName ffff8b0e10579d50 \Driver\USBXHCI ffff8b0e0e212880 InfoMask field not found for _OBJECT_HEADER at ffff8b0e10579d20 ffff8b0e0957f040 \Driver\ACPI ffff8b0e0a5f2930 InfoMask field not found for _OBJECT_HEADER at ffff8b0e0957f010 > ffff8b0e0acc9060 \Driver\pci ffff8b0e0acc91b0 Cannot read info offset from nt!ObpInfoMaskToOffset !DevNode ffff8b0e0acc9ba0 : DeviceInst is "PCI\VEN_1022&DEV_15B8&SUBSYS_50071458&REV_00\4&2c288d56&0&0043" ServiceName is "USBXHCI"
Gördüğüm kadarıyla bir XBOX kontrolcüsü kullanmaktasınız sistemde.
Sorun bu aygıt kaynaklı oluşuyor da olabilir. Taktığınız USB portu kaynaklı da.
Ek olarak Ethernet sürücünüzü güncelleyin.
Bu sitenin çalışmasını sağlamak için gerekli çerezleri ve deneyiminizi iyileştirmek için isteğe bağlı çerezleri kullanıyoruz.