몇일전부터 갑자기 노트북에서 블루스크린이 계속 발생되었다.



패스트핑 3.0을 설치한 이후로 발생하는 거 같은데,
결과적으로 무선LAN이 동작하다가 문제를 일으키는 거 같다.

장치를 제거하고 드라이버를 다시 설치한 이후로 아직까지는 발생하지 않고 있음.

아래는 MSDN 설명 : Windows Driver Kit 쪽에 있다.

Bug Check 0xD1: DRIVER_IRQL_NOT_LESS_OR_EQUAL

The DRIVER_IRQL_NOT_LESS_OR_EQUAL bug check has a value of 0x000000D1. This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.

Parameters

The following parameters are displayed on the blue screen.

 

 Parameter  Description
 1  Memory referenced
 2  IRQL at time of reference
 3  0: Read
 1: Write
 4  Address that referenced memory

Cause

A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high.

This bug check is usually caused by drivers that have used improper addresses.

Resolving the Problem

To begin debugging, use a kernel debugger to get a stack trace.

Posted by 아..몰라 ㅡ.ㅡ+
,