Share via

BSOD tcpip.sys driver_irql_not_less_or_equal

Anonymous
2014-01-17T07:59:12+00:00

hi! i'm experiencing bsods 2-3 times a day with the same error: driver_irql_not_less_or_equal (tcpip.sys)

dumps are available on https://www.dropbox.com/sh/odgk6um3rl61h5g/fsWBPL0Hr1

could anyone assist on solving this issue?

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2014-01-17T09:21:53+00:00

    Hi,

    We have a fair amount of DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) bug checks.

    This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.

    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.

    By default, the fault of the crash is tcpip,sys which is the Microsoft TCP/IP Driver (networking related). This is not the true cause of the crash, and usually when we have network related crashes like this, it's caused by one of two things:

    1. Network drivers themselves need to be updated.
    2. 3rd party antivirus or firewall software causing NETBIOS conflicts.

    -----------------

    Remove and replace Kaspersky with Windows 8's built-in Windows Defender for temporary troubleshooting purposes:

    Kaspersky removal -http://support.kaspersky.com/common/service.aspx?el=1464

    Windows Defender (how to turn on after removal) - http://www.eightforums.com/tutorials/21962-windows-defender-turn-off-windows-8-a.html

    Regards,

    Patrick

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more