Constant BSOD

Page 4 of 5 FirstFirst ... 2345 LastLast

  1. Posts : 14,903
    Windows 10 Pro
       #31

    The driver would be either through Windows Update or the official site of Broadcom delivered
    Driver Reference Table - b57nd60a.

    Also check Oracle VM VirtualBox for software updates, or reinstall it or remove it, it is another cause of the crash.
      My Computers


  2. Posts : 24
    Windows 10 Pro
    Thread Starter
       #32

    axe0 said:
    The driver would be either through Windows Update or the official site of Broadcom delivered
    Driver Reference Table - b57nd60a.

    Also check Oracle VM VirtualBox for software updates, or reinstall it or remove it, it is another cause of the crash.
    I should have known....I had issues on a laptop with win10 insider preview and virtual box. Blue screened due to the network adapter driver interfering. Sonofa.....

    Thanks, I'll check it out this evening when I get home from work!
      My Computer


  3. Posts : 24
    Windows 10 Pro
    Thread Starter
       #33

    Uninstalled Virtual Box and installed the latest driver for the NIC.

    Will report back in a few days. Thanks!
      My Computer


  4. Posts : 24
    Windows 10 Pro
    Thread Starter
       #34

    death2all110 said:
    Uninstalled Virtual Box and installed the latest driver for the NIC.

    Will report back in a few days. Thanks!
    Arghhh!
      My Computer


  5. Posts : 14,903
    Windows 10 Pro
       #35

    You are using 2 different memory model and makes, this may be the root cause for you.
    This is bad because both have different specs, they run on different latency, voltage and frequency. 1 of them must change because Windows can't handle 2 different specs at the same time, due to this 1 of them will malfunction because it doesn't run on the designed specs and possibly out of range of it (too low).
    Code:
    [Memory Device (Type 17) - Length 34 - Handle 0013h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          8192MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM1
      Bank Locator                  A1_BANK1
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   BLT8G3D1608ET3LX0.
    [Memory Device (Type 17) - Length 34 - Handle 0015h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          4096MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM2
      Bank Locator                  A1_BANK2
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   F3-1333C9-4GAO
      My Computers


  6. Posts : 24
    Windows 10 Pro
    Thread Starter
       #36

    axe0 said:
    You are using 2 different memory model and makes, this may be the root cause for you.
    This is bad because both have different specs, they run on different latency, voltage and frequency. 1 of them must change because Windows can't handle 2 different specs at the same time, due to this 1 of them will malfunction because it doesn't run on the designed specs and possibly out of range of it (too low).
    Code:
    [Memory Device (Type 17) - Length 34 - Handle 0013h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          8192MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM1
      Bank Locator                  A1_BANK1
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   BLT8G3D1608ET3LX0.
    [Memory Device (Type 17) - Length 34 - Handle 0015h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          4096MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM2
      Bank Locator                  A1_BANK2
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   F3-1333C9-4GAO
    Oh man....I should have known.....I feel like such a noob.

    *Facepalms*

    I'll remove the 2 G.Skill 4GB Sticks.
      My Computer


  7. Posts : 14,903
    Windows 10 Pro
       #37

    Try these emoticons instead of facepalm, I think either of them will fit.


    Code:
    :doh:
    :banghead:
    Let me know how it goes :)
      My Computers


  8. Posts : 24
    Windows 10 Pro
    Thread Starter
       #38

    axe0 said:
    Try these emoticons instead of facepalm, I think either of them will fit.


    Code:
    :doh:
    :banghead:
    Let me know how it goes :)
    Removed the 2 4GB sticks. Went strong for ~5 Days and got another BSOD. Seems to be TCPIP.Sys so Win10 does not seem to like the driver for my NIC.

    Update: Looks Like the driver for my NIC was an old version from 2013 v15. I found an updated driver from 2015 at v17 and was able to force update it to that.
    Last edited by death2all110; 26 Mar 2016 at 12:32.
      My Computer


  9. Posts : 14,903
    Windows 10 Pro
       #39

    According to the dump your network driver wasn't as old as you said, but good move :)
    Code:
    4: kd> lmvm k57nd60a
    Browse full module list
    start             end                 module name
    fffff801`b9e40000 fffff801`b9eb1000   k57nd60a T (no symbols)           
        Loaded symbol image file: k57nd60a.sys
        Image path: \SystemRoot\System32\drivers\k57nd60a.sys
        Image name: k57nd60a.sys
        Browse all global symbols  functions  data
        Timestamp:        Thu Aug 20 04:16:18 2015 (55D53872)
        CheckSum:         0006F016
        ImageSize:        00071000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
      My Computers


  10. Posts : 14,903
    Windows 10 Pro
       #40

    About your memory I mentioned ~5 days ago.

    How it looked like:
    Code:
    [Memory Device (Type 17) - Length 34 - Handle 0011h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          8192MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM0
      Bank Locator                  A1_BANK0
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   BLS8G3D1609ES2LX0. // Not the same as below, check code below for difference
    [Memory Device (Type 17) - Length 34 - Handle 0013h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          8192MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM1
      Bank Locator                  A1_BANK1
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   BLT8G3D1608ET3LX0. // Not the same as above, check code below for difference
    [Memory Device (Type 17) - Length 34 - Handle 0015h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          4096MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM2
      Bank Locator                  A1_BANK2
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   F3-1333C9-4GAO    
    [Memory Device (Type 17) - Length 34 - Handle 0017h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          4096MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM3
      Bank Locator                  A1_BANK3
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   F3-1333C9-4GAO
    How it looks like NOW in the dumps, the modules are still not the same + they're seated wrong.
    You should seat the modules in either in bank 0 and bank 2 or bank 1 and bank 3, I recommend to check the user manual of your motherboard for it.
    Code:
    [Memory Device (Type 17) - Length 34 - Handle 0011h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          8192MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM0
      Bank Locator                  A1_BANK0
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   BLS8G3D1609ES2LX0.
    [Memory Device (Type 17) - Length 34 - Handle 0013h]
      Physical Memory Array Handle  000fh
      Memory Error Info Handle      [Not Provided]
      Total Width                   64 bits
      Data Width                    64 bits
      Size                          8192MB
      Form Factor                   09h - DIMM
      Device Set                    [None]
      Device Locator                A1_DIMM1
      Bank Locator                  A1_BANK1
      Memory Type                   18h - Specification Reserved
      Type Detail                   4080h - Synchronous
      Speed                         1066MHz
      Manufacturer                  Undefined       
      Serial Number                           
      Asset Tag Number                             
      Part Number                   BLT8G3D1608ET3LX0.
    My sincere apologies for this problem, I thought the BL's were the same because I didn't take a good look
    I've just written a small app for checking the part numbers so I won't make the same mistake again.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:53.
Find Us




Windows 10 Forums