Bluescreens regulares de IRQL_UNEXPECTED_VALUE no Windows 10

0

Atualizei recentemente meu Dell Vostro 460 para o Windows 10. Ele funcionou bem por um tempo, mas agora continuo recebendo as telas de cristal líquido IRQL_UNEXPECTED_VALUE.

O ponto de partida para as BSODs pode ter sido um mau funcionamento de meus roteadores (não conseguir se conectar à Internet), embora o outro funcione perfeitamente. Segundo o bluescreenview, o BSOD foi causado por nwifi.sys, com ndis.sys, ntoskrnl.exe e tcip.sys sendo envolvidos também.

O Google me levou a acreditar que os drivers da minha placa Wlan DW1525 (802.11n) estão causando essas falhas. Tentei atualizá-los, mas os drivers da Dell não podem ser instalados no Windows 10 e os drivers que recebi do DriverMax não funcionaram.

Posso consertar o problema ou minha única opção é voltar ao windows 7? Se é, por que o Windows 10 funciona sem problemas no começo? Graças a todos respondendo - eu estou meio confuso.

Edit: Ele não caiu por algumas horas depois que eu corri sfc / scannow no prompt de comando CMD e meu roteador decidiu trabalhar novamente. Manterá este post atualizado.

Minidumps estão aqui: link

    
por Pux 25.08.2015 / 21:54

1 resposta

1

De acordo com o despejo, a falha é causada pelo seu adaptador WIFI (driver Atheros):

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

IRQL_UNEXPECTED_VALUE (c8)
The processor's IRQL is not what it should be at this time.  This is
usually caused by a lower level routine changing IRQL for some period
and not restoring IRQL at the end of that period (eg acquires spinlock
but doesn't release it).
        if UniqueValue is 0 or 1
            2 = APC->KernelRoutine
            3 = APC
            4 = APC->NormalRoutine
Arguments:
Arg1: 0000000000000000, (Current IRQL << 16) | (Expected IRQL << 8) | UniqueValue
Arg2: 0000000000000002
Arg3: 0000000000000000
Arg4: 0000000000000000

Debugging Details:
------------------

*** WARNING: Unable to verify timestamp for athrx.sys
*** ERROR: Module load completed but symbols could not be loaded for athrx.sys

BIOS_DATE:  02/15/2011

BASEBOARD_PRODUCT:  0Y2MRG

BASEBOARD_VERSION:  A00

BUGCHECK_P1: 0

BUGCHECK_P2: 2

BUGCHECK_P3: 0

BUGCHECK_P4: 0

CPU_COUNT: 8

CPU_MHZ: d40

CPU_VENDOR:  GenuineIntel

CPU_FAMILY: 6

CPU_MODEL: 2a

CPU_STEPPING: 7

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT

BUGCHECK_STR:  0xC8

PROCESS_NAME:  System

CURRENT_IRQL:  2

ANALYSIS_VERSION: 10.0.10240.9 amd64fre

LAST_CONTROL_TRANSFER:  from fffff800071fe734 to fffff800071c1d00

STACK_TEXT:  
00 nt!KeBugCheckEx
01 nt! ?? ::FNODOBFM::'string'
02 tcpip!FlReceiveNetBufferListChain
03 ndis!ndisMIndicateNetBufferListsToOpen
04 ndis!ndisMTopReceiveNetBufferLists
05 ndis!ndisCallReceiveHandler
06 ndis!NdisMIndicateReceiveNetBufferLists
07 athrx
08 0x0
09 athrx
0a 0x0


IMAGE_NAME:  athrx.sys

    Loaded symbol image file: athrx.sys
    Image path: \SystemRoot\System32\drivers\athrx.sys
    Image name: athrx.sys
    Browse all global symbols  functions  data
    Timestamp:        Thu Jul 01 22:27:36 2010 

Seu driver é de 2010, procure por um driver mais novo .

    
por 27.08.2015 / 18:16