Windows 7 Clean Install BSOD


  1. Posts : 16
    Windows 7 64bit
       #1

    Windows 7 Clean Install BSOD


    I just recently installed windows 7 on my hp tx1320us and it worked fine. I did the upgraded install and everything was great. But because it was a used computer, and it was running slow, I decided to reinstall with a custom/clean install. This worked ok but it wiped all my drivers including the video card and the "coprocessor" which I'm not sure what it is. The wifi card inside was already fried so that was replaced. The bsod started happening randomly and would happen right as would login, or would just freeze up on the "welcome" screen. Please help!!!!
    Last edited by computerman; 06 Nov 2010 at 10:34.
      My Computer


  2. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #2

    Hi computerman; sorry to learn of your problems. Please read this thread, follow the instructions and post back. We will be glad to help you.

    https://www.sevenforums.com/crashes-d...tructions.html
      My Computer


  3. Posts : 16
    Windows 7 64bit
    Thread Starter
       #3

    k, and it always happen when i login, it will freez on the welcome thing or when int is loading the desktop, when the screen dims away and shows the mouse
      My Computer


  4. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #4

    Thanks for uploading the files. I looked at all of your dumps from today. The most recent one is corrupt and will not load. All show the same error code:
    Error code A, IRQL_NOT_LESS_OR_EQUAL. Usual causes: Kernel mode driver, System Service, BIOS, Windows, Virus scanner, Backup tool, compatibility.
    To begin you troubleshooting I recommend that you uninstall Trend Micro. Note in the usual causes above, virus scanner is listed. Trend Micro is known to cause BSOD's on some Win 7 systems. Remove it using this tool: Tool (32bit). Download and install Microsoft Security Essentials in it place and make sure Windows Firewall is turned on.

    I find the following outdated drivers loaded on your system. Older drivers can and do cause conflicts, memory corruption and BSOD's. Some of these are XP drivers. Update the drivers below begging with those in red font.
    bcmwl6.sys Thu Mar 26 20:58:48 2009 - Broadcom 802.11g Network Adapter driver Broadcom.com - Downloads & Support

    btaudio.sys Fri May 12 16:21:22 2006 - Bluetooth Audio Device belongs HP Integrated Module with or Dell Bluetooth Software or Bluetooth Software 3.0.1 Build or WIDCOMM Bluetooth Software or Bluetooth Audio Device or IOGEAR Bluetooth Software by Broadcom Corporation (www.broadcom.com) or WIDCOMM, Inc (www.widcomm.com). Uninstall this Bluetooth hardware/software. It is designed for XP and is obsolete.

    btkrnl.sys Fri May 12 16:19:02 2006 - Bluetooth device. See above.

    btport.sys Fri May 12 16:17:18 2006 - Bluetooth device. See above.

    btwdndis.sys Fri May 12 16:13:46 2006 - Bluetooth device. See above.

    btwusb.sys Fri May 12 16:16:44 2006 - Bluetooth device. See above.

    cpqbttn.sys Mon Apr 20 10:38:52 2009 - HP Tablet PC Key Button HID Driver belongs to HP Quick Launch Buttons by Hewlett-Packard Development Company, L.P. HP® - Laptops, Desktop, Printers, Servers, and more

    nvm62x32.sys Fri Oct 17 17:00:39 2008 - nVidia Ethernet Networking Driver (nForce chipset driver) Drivers - Download NVIDIA Drivers

    nvstor.sys Wed May 20 02:44:09 2009 - nVidia Storage Drivers Drivers - Download NVIDIA Drivers

    RTKVHDA.sys Mon Jun 02 06:10:49 2008
    -Realtek HD Audio Codec Driver Realtek
    How to find drivers -
    - I have listed links to most of the drivers in the code box above. Please use the links there to see what info I've found about those drivers.
    - search Google for the name of the driver
    - compare the Google results with what's installed on your system to figure out which device/program it belongs to
    - visit the web site of the manufacturer of the hardware/program to get the latest drivers (DON'T use Windows Update or the Update driver function of Device Manager).
    - if there are difficulties in locating them, post back with questions and someone will try and help you locate the appropriate program.


    - - The most common drivers are listed on this page: Driver Reference
    - - Driver manufacturer links are on this page: Drivers and Downloads
    Uninstall Trend Micro and update the above drivers. Reboot and let's see how your system does. Update us and let us know. If you have another BSOD, please upload it and we will go from there.
    Code:
    Windows 7 Kernel Version 7600 MP (2 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7600.16617.x86fre.win7_gdr.100618-1621
    Machine Name:
    Kernel base = 0x82e49000 PsLoadedModuleList = 0x82f91810
    Debug session time: Fri Nov  5 20:11:08.162 2010 (GMT-4)
    System Uptime: 0 days 0:01:30.222
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .................................
    Loading User Symbols
    Loading unloaded module list
    .....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck A, {f74960, 2, 0, 82eb2d8a}
    
    Probably caused by : ntkrpamp.exe ( nt!KiTimerExpiration+138 )
    
    Followup: MachineOwner
    ---------
    
    0: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: 00f74960, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000000, bitfield :
        bit 0 : value 0 = read operation, 1 = write operation
        bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
    Arg4: 82eb2d8a, address which referenced memory
    
    Debugging Details:
    ------------------
    
    
    READ_ADDRESS: GetPointerFromAddress: unable to read from 82fb1718
    Unable to read MiSystemVaType memory at 82f91160
     00f74960 
    
    CURRENT_IRQL:  2
    
    FAULTING_IP: 
    nt!KiTimerExpiration+138
    82eb2d8a 8b48fc          mov     ecx,dword ptr [eax-4]
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0xA
    
    PROCESS_NAME:  svchost.exe
    
    TRAP_FRAME:  8078aedc -- (.trap 0xffffffff8078aedc)
    ErrCode = 00000000
    eax=00f74964 ebx=82f74960 ecx=82f74960 edx=00000001 esi=82f74964 edi=82f74680
    eip=82eb2d8a esp=8078af50 ebp=8078afac iopl=0         nv up ei ng nz na pe nc
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010286
    nt!KiTimerExpiration+0x138:
    82eb2d8a 8b48fc          mov     ecx,dword ptr [eax-4] ds:0023:00f74960=????????
    Resetting default scope
    
    LAST_CONTROL_TRANSFER:  from 82eb2d8a to 82e8f82b
    
    STACK_TEXT:  
    8078aedc 82eb2d8a badb0d00 00000001 00000000 nt!KiTrap0E+0x2cf
    8078afac 82eb120e 00000c1c 00000000 00000200 nt!KiTimerExpiration+0x138
    8078aff4 82eb09dc 9498c94c 00000000 00000000 nt!KiRetireDpcList+0xcb
    8078aff8 9498c94c 00000000 00000000 00000000 nt!KiDispatchInterrupt+0x2c
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    82eb09dc 00000000 0000001a 00d6850f bb830000 0x9498c94c
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!KiTimerExpiration+138
    82eb2d8a 8b48fc          mov     ecx,dword ptr [eax-4]
    
    SYMBOL_STACK_INDEX:  1
    
    SYMBOL_NAME:  nt!KiTimerExpiration+138
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrpamp.exe
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4c1c3fac
    
    FAILURE_BUCKET_ID:  0xA_nt!KiTimerExpiration+138
    
    BUCKET_ID:  0xA_nt!KiTimerExpiration+138
    
    Followup: MachineOwner
    ---------
    
    0: kd> lmtsmn
    start    end        module name
    88593000 885db000   ACPI     ACPI.sys     Mon Jul 13 19:11:11 2009 (4A5BBF0F)
    8e0a9000 8e103000   afd      afd.sys      Mon Jul 13 19:12:34 2009 (4A5BBF62)
    81f84000 81f96000   AgileVpn AgileVpn.sys Mon Jul 13 19:55:00 2009 (4A5BC954)
    8dab1000 8dac3000   amdk8    amdk8.sys    Mon Jul 13 19:11:03 2009 (4A5BBF07)
    88788000 88791000   amdxata  amdxata.sys  Tue May 19 13:57:35 2009 (4A12F30F)
    886f0000 886f9000   atapi    atapi.sys    Mon Jul 13 19:11:15 2009 (4A5BBF13)
    886f9000 8871c000   ataport  ataport.SYS  Mon Jul 13 19:11:18 2009 (4A5BBF16)
    93860000 938ad000   ATMFD    ATMFD.DLL    Wed May 26 23:49:36 2010 (4BFDEBD0)
    82b2c000 82bc9000   ATSwpWDF ATSwpWDF.sys Tue Nov 24 09:01:43 2009 (4B0BE747)
    8865f000 8866a000   BATTC    BATTC.SYS    Mon Jul 13 19:19:15 2009 (4A5BC0F3)
    8e62f000 8e747000   bcmwl6   bcmwl6.sys   Thu Mar 26 20:58:48 2009 (49CC24C8)
    8881e000 88825000   Beep     Beep.SYS     Mon Jul 13 19:45:00 2009 (4A5BC6FC)
    8da82000 8da90000   blbdrive blbdrive.sys Mon Jul 13 19:23:04 2009 (4A5BC1D8)
    8841f000 88427000   BOOTVID  BOOTVID.dll  Mon Jul 13 21:04:34 2009 (4A5BD9A2)
    94729000 94742000   bowser   bowser.sys   Mon Jul 13 19:14:21 2009 (4A5BBFCD)
    82a9a000 82afc100   btaudio  btaudio.sys  Fri May 12 16:21:22 2006 (4464EE42)
    81e32000 81f76160   btkrnl   btkrnl.sys   Fri May 12 16:19:02 2006 (4464EDB6)
    9340e000 93414e00   btport   btport.sys   Fri May 12 16:17:18 2006 (4464ED4E)
    82a7c000 82a99020   btwdndis btwdndis.sys Fri May 12 16:13:46 2006 (4464EC7A)
    93400000 9340d6e0   btwusb   btwusb.sys   Fri May 12 16:16:44 2006 (4464ED2C)
    93840000 9385e000   cdd      cdd.dll      unavailable (00000000)
    88a11000 88a30000   cdrom    cdrom.sys    Mon Jul 13 19:11:24 2009 (4A5BBF1C)
    88469000 88514000   CI       CI.dll       Mon Jul 13 21:09:28 2009 (4A5BDAC8)
    88b99000 88bbe000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:11:20 2009 (4A5BBF18)
    88427000 88469000   CLFS     CLFS.SYS     Mon Jul 13 19:11:10 2009 (4A5BBF0E)
    8dac3000 8dac6700   CmBatt   CmBatt.sys   Mon Jul 13 19:19:18 2009 (4A5BC0F6)
    8899b000 889f8000   cng      cng.sys      Mon Jul 13 19:32:55 2009 (4A5BC427)
    88657000 8865f000   compbatt compbatt.sys Mon Jul 13 19:19:18 2009 (4A5BC0F6)
    81f77000 81f84000   CompositeBus CompositeBus.sys Mon Jul 13 19:45:26 2009 (4A5BC716)
    8dac7000 8dac9480   cpqbttn  cpqbttn.sys  Mon Apr 20 10:38:52 2009 (49EC88FC)
    9379b000 937a8000   crashdmp crashdmp.sys Mon Jul 13 19:45:50 2009 (4A5BC72E)
    8da6a000 8da82000   dfsc     dfsc.sys     Mon Jul 13 19:14:16 2009 (4A5BBFC8)
    8da5e000 8da6a000   discache discache.sys Mon Jul 13 19:24:04 2009 (4A5BC214)
    88b88000 88b99000   disk     disk.sys     Mon Jul 13 19:11:28 2009 (4A5BBF20)
    93655000 9366e000   drmk     drmk.sys     Mon Jul 13 20:36:05 2009 (4A5BD2F5)
    937a8000 937b2000   dump_diskdump dump_diskdump.sys Mon Jul 12 23:24:27 2010 (4C3BDC6B)
    937d7000 937e8000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:12:47 2009 (4A5BBF6F)
    937b2000 937d7000   dump_nvstor dump_nvstor.sys Wed May 20 02:44:09 2009 (4A13A6B9)
    93791000 9379b000   Dxapi    Dxapi.sys    Mon Jul 13 19:25:25 2009 (4A5BC265)
    91334000 913eb000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 20:48:33 2009 (4AC54DE1)
    8e751000 8e78a000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:25:25 2009 (4A5BC265)
    887c5000 887d6000   fileinfo fileinfo.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    88791000 887c5000   fltmgr   fltmgr.sys   Mon Jul 13 19:11:13 2009 (4A5BBF11)
    8880e000 88817000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:11:14 2009 (4A5BBF12)
    88b56000 88b88000   fvevol   fvevol.sys   Fri Sep 25 22:24:21 2009 (4ABD7B55)
    88d4a000 88d7b000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:12:03 2009 (4A5BBF43)
    82e12000 82e49000   hal      halmacpi.dll Mon Jul 13 19:11:03 2009 (4A5BBF07)
    8e600000 8e61f000   HDAudBus HDAudBus.sys Mon Jul 13 19:50:55 2009 (4A5BC85F)
    8daca000 8dadd000   HIDCLASS HIDCLASS.SYS Mon Jul 13 19:51:01 2009 (4A5BC865)
    8dadd000 8dae3480   HIDPARSE HIDPARSE.SYS Mon Jul 13 19:50:59 2009 (4A5BC863)
    937e8000 937f3000   hidusb   hidusb.sys   Mon Jul 13 19:51:04 2009 (4A5BC868)
    946a4000 94729000   HTTP     HTTP.sys     Mon Jul 13 19:12:53 2009 (4A5BBF75)
    88b4e000 88b56000   hwpolicy hwpolicy.sys Mon Jul 13 19:11:01 2009 (4A5BBF05)
    8e7e4000 8e7fc000   i8042prt i8042prt.sys Mon Jul 13 19:11:23 2009 (4A5BBF1B)
    8e61f000 8e62c000   kbdclass kbdclass.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    81ff3000 81fff000   kbdhid   kbdhid.sys   Mon Jul 13 19:45:09 2009 (4A5BC705)
    80bc2000 80bca000   kdcom    kdcom.dll    Mon Jul 13 21:08:58 2009 (4A5BDAAA)
    8db8a000 8dbbe000   ks       ks.sys       Wed Mar 03 22:57:52 2010 (4B8F2FC0)
    88988000 8899b000   ksecdd   ksecdd.sys   Mon Jul 13 19:11:56 2009 (4A5BBF3C)
    88b29000 88b4e000   ksecpkg  ksecpkg.sys  Thu Dec 10 23:04:22 2009 (4B21C4C6)
    923e5000 923f5000   lltdio   lltdio.sys   Mon Jul 13 19:53:18 2009 (4A5BC8EE)
    82bc9000 82be4000   luafv    luafv.sys    Mon Jul 13 19:15:44 2009 (4A5BC020)
    88403000 8840e000   mcupdate_AuthenticAMD mcupdate_AuthenticAMD.dll Mon Jul 13 19:13:13 2009 (4A5BBF89)
    9377a000 93787000   modem    modem.sys    Mon Jul 13 19:55:24 2009 (4A5BC96C)
    93787000 93791000   MODEMCSA MODEMCSA.sys Mon Jul 13 19:55:25 2009 (4A5BC96D)
    82b21000 82b2c000   monitor  monitor.sys  Mon Jul 13 19:25:58 2009 (4A5BC286)
    8db7d000 8db8a000   mouclass mouclass.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    937f3000 937fe000   mouhid   mouhid.sys   Mon Jul 13 19:45:08 2009 (4A5BC704)
    886da000 886f0000   mountmgr mountmgr.sys Mon Jul 13 19:11:27 2009 (4A5BBF1F)
    94742000 94754000   mpsdrv   mpsdrv.sys   Mon Jul 13 19:52:52 2009 (4A5BC8D4)
    94754000 94775000   mrxdav   mrxdav.sys   Mon Jul 13 19:14:25 2009 (4A5BBFD1)
    94775000 94798000   mrxsmb   mrxsmb.sys   Sat Feb 27 02:32:02 2010 (4B88CA72)
    94798000 947d3000   mrxsmb10 mrxsmb10.sys Sat Feb 27 02:32:21 2010 (4B88CA85)
    947d3000 947ee000   mrxsmb20 mrxsmb20.sys Sat Feb 27 02:32:11 2010 (4B88CA7B)
    8e06e000 8e079000   Msfs     Msfs.SYS     Mon Jul 13 19:11:26 2009 (4A5BBF1E)
    885e4000 885ec000   msisadrv msisadrv.sys Mon Jul 13 19:11:09 2009 (4A5BBF0D)
    8895d000 88988000   msrpc    msrpc.sys    Mon Jul 13 19:11:59 2009 (4A5BBF3F)
    8da54000 8da5e000   mssmbios mssmbios.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    88def000 88dff000   mup      mup.sys      Mon Jul 13 19:14:14 2009 (4A5BBFC6)
    88a34000 88aeb000   ndis     ndis.sys     Mon Jul 13 19:12:24 2009 (4A5BBF58)
    81fae000 81fb9000   ndistapi ndistapi.sys Mon Jul 13 19:54:24 2009 (4A5BC930)
    94678000 94688000   ndisuio  ndisuio.sys  Mon Jul 13 19:53:51 2009 (4A5BC90F)
    81fb9000 81fdb000   ndiswan  ndiswan.sys  Mon Jul 13 19:54:34 2009 (4A5BC93A)
    82a54000 82a65000   NDProxy  NDProxy.SYS  Mon Jul 13 19:54:27 2009 (4A5BC933)
    8e192000 8e1a0000   netbios  netbios.sys  Mon Jul 13 19:53:54 2009 (4A5BC912)
    8e103000 8e135000   netbt    netbt.sys    Mon Jul 13 19:12:18 2009 (4A5BBF52)
    88aeb000 88b29000   NETIO    NETIO.SYS    Mon Jul 13 19:12:35 2009 (4A5BBF63)
    8e079000 8e087000   Npfs     Npfs.SYS     Mon Jul 13 19:11:31 2009 (4A5BBF23)
    8da4a000 8da54000   nsiproxy nsiproxy.sys Mon Jul 13 19:12:08 2009 (4A5BBF48)
    82e49000 83259000   nt       ntkrpamp.exe Fri Jun 18 23:55:24 2010 (4C1C3FAC)
    8882e000 8895d000   Ntfs     Ntfs.sys     Mon Jul 13 19:12:05 2009 (4A5BBF45)
    88817000 8881e000   Null     Null.SYS     Mon Jul 13 19:11:12 2009 (4A5BBF10)
    90c01000 91333100   nvlddmkm nvlddmkm.sys Fri Mar 06 07:47:34 2009 (49B11B66)
    8daed000 8db41c80   nvm62x32 nvm62x32.sys Fri Oct 17 17:00:39 2008 (48F8FCF7)
    8871c000 88741000   nvstor   nvstor.sys   Wed May 20 02:44:09 2009 (4A13A6B9)
    94632000 94678000   nwifi    nwifi.sys    Mon Jul 13 19:51:59 2009 (4A5BC89F)
    8e13c000 8e15b000   pacer    pacer.sys    Mon Jul 13 19:53:58 2009 (4A5BC916)
    88646000 88657000   partmgr  partmgr.sys  Mon Jul 13 19:11:35 2009 (4A5BBF27)
    88611000 8863b000   pci      pci.sys      Mon Jul 13 19:11:16 2009 (4A5BBF14)
    886c5000 886cc000   pciide   pciide.sys   Mon Jul 13 19:11:19 2009 (4A5BBF17)
    886cc000 886da000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:11:15 2009 (4A5BBF13)
    88800000 8880e000   pcw      pcw.sys      Mon Jul 13 19:11:10 2009 (4A5BBF0E)
    93626000 93655000   portcls  portcls.sys  Mon Jul 13 19:51:00 2009 (4A5BC864)
    8840e000 8841f000   PSHED    PSHED.dll    Mon Jul 13 21:09:36 2009 (4A5BDAD0)
    81f96000 81fae000   rasl2tp  rasl2tp.sys  Mon Jul 13 19:54:33 2009 (4A5BC939)
    81fdb000 81ff3000   raspppoe raspppoe.sys Mon Jul 13 19:54:53 2009 (4A5BC94D)
    81e00000 81e17000   raspptp  raspptp.sys  Mon Jul 13 19:54:47 2009 (4A5BC947)
    81e17000 81e2e000   rassstp  rassstp.sys  Mon Jul 13 19:54:57 2009 (4A5BC951)
    8da09000 8da4a000   rdbss    rdbss.sys    Mon Jul 13 19:14:26 2009 (4A5BBFD2)
    8e056000 8e05e000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:01:40 2009 (4A5BCAE4)
    8e05e000 8e066000   rdpencdd rdpencdd.sys Mon Jul 13 20:01:39 2009 (4A5BCAE3)
    8e066000 8e06e000   rdprefmp rdprefmp.sys Mon Jul 13 20:01:41 2009 (4A5BCAE5)
    88dc2000 88def000   rdyboost rdyboost.sys Mon Jul 13 19:22:02 2009 (4A5BC19A)
    94688000 9469b000   rspndr   rspndr.sys   Mon Jul 13 19:53:20 2009 (4A5BC8F0)
    9341b000 93625fc0   RTKVHDA  RTKVHDA.sys  Mon Jun 02 06:10:49 2008 (4843C729)
    923c2000 923cb000   Sftvollh Sftvollh.sys Fri Apr 23 14:18:31 2010 (4BD1E477)
    9366e000 93779900   smserial smserial.sys Mon Oct 26 11:08:57 2009 (4AE5BB89)
    88dba000 88dc2000   spldr    spldr.sys    Mon May 11 12:13:47 2009 (4A084EBB)
    88741000 88788000   storport storport.sys Mon Jul 13 19:45:58 2009 (4A5BC736)
    81e2e000 81e2f380   swenum   swenum.sys   Mon Jul 13 19:45:08 2009 (4A5BC704)
    8db42000 8db7c680   SynTP    SynTP.sys    Thu May 27 17:40:25 2010 (4BFEE6C9)
    88c01000 88d4a000   tcpip    tcpip.sys    Sun Jun 13 23:36:59 2010 (4C15A3DB)
    8e09e000 8e0a9000   TDI      TDI.SYS      Mon Jul 13 19:12:12 2009 (4A5BBF4C)
    8e087000 8e09e000   tdx      tdx.sys      Mon Jul 13 19:12:10 2009 (4A5BBF4A)
    8e1c8000 8e1d8000   termdd   termdd.sys   Mon Jul 13 20:01:35 2009 (4A5BCADF)
    92200000 92216000   tmactmon tmactmon.sys Mon Jul 19 06:02:27 2010 (4C4422B3)
    94600000 9462d000   tmcomm   tmcomm.sys   Mon Jul 19 06:02:17 2010 (4C4422A9)
    947ee000 947fd000   tmevtmgr tmevtmgr.sys Mon Jul 19 06:02:20 2010 (4C4422AC)
    8e16c000 8e192000   tmlwf    tmlwf.sys    Wed Jul 15 05:35:22 2009 (4A5DA2DA)
    82be4000 82bf1000   tmpreflt tmpreflt.sys Fri Jul 30 05:28:46 2010 (4C529B4E)
    8e1b3000 8e1c7500   tmtdi    tmtdi.sys    Wed Jul 15 05:35:52 2009 (4A5DA2F8)
    92376000 923c2000   tmxpflt  tmxpflt.sys  Fri Jul 30 05:28:51 2010 (4C529B53)
    93810000 93819000   TSDDD    TSDDD.dll    Mon Jul 13 20:01:40 2009 (4A5BCAE4)
    8da90000 8dab1000   tunnel   tunnel.sys   Mon Jul 13 19:54:03 2009 (4A5BC91B)
    8dbbe000 8dbcc000   umbus    umbus.sys    Mon Jul 13 19:51:38 2009 (4A5BC88A)
    82a65000 82a7c000   usbccgp  usbccgp.sys  Mon Jul 13 19:51:31 2009 (4A5BC883)
    913f5000 913f6700   USBD     USBD.SYS     Mon Jul 13 19:51:05 2009 (4A5BC869)
    8e7d5000 8e7e4000   usbehci  usbehci.sys  Fri Oct 23 23:58:55 2009 (4AE27B7F)
    82a10000 82a54000   usbhub   usbhub.sys   Sat Oct 24 00:00:05 2009 (4AE27BC5)
    913eb000 913f5000   usbohci  usbohci.sys  Mon Jul 13 19:51:14 2009 (4A5BC872)
    8e78a000 8e7d5000   USBPORT  USBPORT.SYS  Mon Jul 13 19:51:13 2009 (4A5BC871)
    82afd000 82b20b80   usbvideo usbvideo.sys Wed Mar 03 23:04:40 2010 (4B8F3158)
    8863b000 88646000   vdrvroot vdrvroot.sys Mon Jul 13 19:46:19 2009 (4A5BC74B)
    887d6000 887e2000   vga      vga.sys      Mon Jul 13 19:25:50 2009 (4A5BC27E)
    8e028000 8e049000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:25:49 2009 (4A5BC27D)
    8866a000 8867a000   volmgr   volmgr.sys   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    8867a000 886c5000   volmgrx  volmgrx.sys  Mon Jul 13 19:11:41 2009 (4A5BBF2D)
    88d7b000 88dba000   volsnap  volsnap.sys  Mon Jul 13 19:11:34 2009 (4A5BBF26)
    92232000 923756a0   vsapint  vsapint.sys  Fri Jul 30 05:05:33 2010 (4C5295DD)
    8e747000 8e751000   vwifibus vwifibus.sys Mon Jul 13 19:52:02 2009 (4A5BC8A2)
    8e15b000 8e16c000   vwififlt vwififlt.sys Mon Jul 13 19:52:03 2009 (4A5BC8A3)
    9469b000 946a4000   vwifimp  vwifimp.sys  Mon Jul 13 19:52:09 2009 (4A5BC8A9)
    8e1a0000 8e1b3000   wanarp   wanarp.sys   Mon Jul 13 19:55:02 2009 (4A5BC956)
    8e049000 8e056000   watchdog watchdog.sys Mon Jul 13 19:24:10 2009 (4A5BC21A)
    88514000 88585000   Wdf01000 Wdf01000.sys Mon Jul 13 19:11:36 2009 (4A5BBF28)
    88585000 88593000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    8e135000 8e13c000   wfplwf   wfplwf.sys   Mon Jul 13 19:53:51 2009 (4A5BC90F)
    939b0000 93bfb000   win32k   win32k.sys   Tue Aug 31 22:34:29 2010 (4C7DBBB5)
    8dae4000 8daed000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:19:16 2009 (4A5BC0F4)
    885db000 885e4000   WMILIB   WMILIB.SYS   Mon Jul 13 19:11:22 2009 (4A5BBF1A)
    923cb000 923e5000   WudfPf   WudfPf.sys   Mon Jul 13 19:50:13 2009 (4A5BC835)
    
    Unloaded modules:
    94600000 94618000   parport.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    88bbe000 88bcb000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    88bcb000 88bd5000   dump_storpor
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    88bd5000 88bfa000   dump_nvstor.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    88a00000 88a11000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    Last edited by CarlTR6; 06 Nov 2010 at 11:30.
      My Computer


  5. Posts : 16
    Windows 7 64bit
    Thread Starter
       #5

    Thanks for the quick reply, I'm away from my CPU right now, but I'll try as soon as I get home
      My Computer


  6. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #6

    You are very welcome. If you need help with the drivers, let us know.
      My Computer


  7. Posts : 16
    Windows 7 64bit
    Thread Starter
       #7

    Results:


    ok, i was able to uninstall trend micro internet security and install microsoft security essentials all in safe mode. I then rebooted and it all worked fine. I updated the realtek driver and downloaded the driver update for the bluetooth module and attempted to update. it says it finished and to reboot, so i did and i got the bsod again. i think it might be the bluetooth drivers that are causing the problems. im posting and updated version of the dumps.
      My Computer


  8. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #8

    Good job of following suggestions. This dump is another error code A. Unfortunately, it does not pinpoint the cause. The network adapter driver is highly suspect along with the Bluetooth drivers.
    bcmwl6.sys Thu Mar 26 20:58:48 2009 - Broadcom 802.11g Network Adapter driver Broadcom.com - Downloads & Support
    Go ahead and keep working on these drivers. Do update your NVidia chipset drivers.
      My Computer


  9. Posts : 16
    Windows 7 64bit
    Thread Starter
       #9

    Update:


    OK,

    1. Where can i find the latest nvidia chipset driver?

    2. I disabled the bluetooth radio in device manager and used msconfig to disable the bluetooth service and bluetooth startup support program and it booted up fine (i did this all in safe mode.)
      My Computer


  10. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #10

    computerman said:
    OK,

    1. Where can i find the latest nvidia chipset driver?
    Try your motherboard manufacturer's website. If that doesn't work, go to the Nvidia site: Drivers - Download NVIDIA Drivers

    2. I disabled the bluetooth radio in device manager and used msconfig to disable the bluetooth service and bluetooth startup support program and it booted up fine (i did this all in safe mode.)
    Good job and good thinking. Sometimes disabling does not keep the drivers from loading. You can navigate to C:\Windoes\System32\Drivers, find each Bluetooth driver listed above and rename name from .sys to .bak. Reboot and they will not load. Of course the software or device will no longer work.
      My Computer


 

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

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