Wierd sound then black screen and frozen.

Page 1 of 3 123 LastLast

  1. Posts : 15
    windows 7 ultimate 32bit
       #1

    Wierd sound then black screen and frozen.


    I have a htpc. (HP Z560.) It is mostly stock with three exceptions. One: replaced the two 512mb ram with two corsair 1 gig. Two: new 800 gig hd from fry's. Three: windows 7 ultimate. This is a new and clean hard drive. Windows 7 was professionaly installed.

    My specs are (copied and pasted from msinfo32.exe.):
    OS Name Microsoft Windows 7 Ultimate
    Version 6.1.7600 Build 7600
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Name HOME-PC
    System Manufacturer HP Pavilion 061
    System Model RE500AA-ABA Z560
    System Type X86-based PC
    Processor Intel(R) Pentium(R) D CPU 3.00GHz, 3000 Mhz, 2 Core(s), 2 Logical Processor(s)
    BIOS Version/Date Phoenix Technologies, LTD 3.04, 8/23/2006
    SMBIOS Version 2.4
    Windows Directory C:\Windows
    System Directory C:\Windows\system32
    Boot Device \Device\HarddiskVolume1
    Locale United States
    Hardware Abstraction Layer Version = "6.1.7600.16385"
    User Name Home-PC\Home
    Time Zone Pacific Daylight Time
    Installed Physical Memory (RAM) 2.00 GB
    Total Physical Memory 2.00 GB
    Available Physical Memory 1.41 GB
    Total Virtual Memory 4.00 GB
    Available Virtual Memory 3.10 GB
    Page File Space 2.00 GB
    Page File C:\pagefile.sys

    The problem is that I get a wierd sound then freeze. I have to do a hard reset to get it back up. I have spent more than 40 hours trying to fix this. I've talked to hp, geeksquad, and several local repair shops. Ive read countless forums and so now I post and hope that someone has some insight. I will attach a copy of the msinfo32.exe. Thanks for the help.

    Attachment 145222
      My Computer


  2. Posts : 6,668
    Windows 7 x64
       #2

    I'm wanting to say we need to enable driver verifier.

    Driver Verifier - Enable and Disable

    Read the whole thread before doing anything so you know what you're getting into and how to back out of it.
    The goal is actually to cause some crashes and create some dump files to review.

    Once that's done you can follow the directions here
    https://www.sevenforums.com/crashes-d...tructions.html
    One step at a time though.
      My Computer


  3. Posts : 15
    windows 7 ultimate 32bit
    Thread Starter
       #3

    Well that didnt work. Followed the instructions and when i went to reboot. It wouldnt start windows. Restarted in recovery and did a restore to a previous setting.
      My Computer


  4. Posts : 6,668
    Windows 7 x64
       #4

    Okay click the hands in my sig and look over that, do you have any files in the minidump folder as indicated there?
    If so please zip and attach them to your next post. It's the only way we'll be able to get the specific information needed to make any kind of educated guess on this.

    It is very likely a driver conflict issue if driver verifier made you unbootable.
      My Computer


  5. Posts : 15
    windows 7 ultimate 32bit
    Thread Starter
       #5

    Here they are.
    Attachment 145229
    Attachment 145228

    I am not completly new to all of this... but I have not kept up with it for several years. Basically rendering me to a newb. Thanks for your help.
      My Computer


  6. Posts : 6,668
    Windows 7 x64
       #6

    The most recent dump caused by driver verifier I'm guessing is not very conclusive it apparently died before it loaded anything more than the nvidia and base system drivers.

    So I'm falling back to the dump previous to it.
    Code:
    SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
    This is a very common bugcheck.  Usually the exception address pinpoints
    the driver/function that caused the problem.  Always note this address
    as well as the link date of the driver/image that contains this address.
    Some common problems are exception code 0x80000003.  This means a hard
    coded breakpoint or assertion was hit, but this system was booted
    /NODEBUG.  This is not supposed to happen as developers should never have
    hardcoded breakpoints in retail code, but ...
    If this happens, make sure a debugger gets connected, and the
    system is booted /DEBUG.  This will let us see why this breakpoint is
    happening.
    Arguments:
    Arg1: c0000005, The exception code that was not handled
    Arg2: 8ff32352, The address that the exception occurred at
    Arg3: 8c974ad8, Exception Record Address
    Arg4: 8c9746b0, Context Record Address
    
    Debugging Details:
    ------------------
    
    
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    
    FAULTING_IP: 
    nvlddmkm+fc352
    8ff32352 668b407e        mov     ax,word ptr [eax+7Eh]
    
    EXCEPTION_RECORD:  8c974ad8 -- (.exr 0xffffffff8c974ad8)
    ExceptionAddress: 8ff32352 (nvlddmkm+0x000fc352)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 00000000
       Parameter[1]: 0000007e
    Attempt to read from address 0000007e
    
    CONTEXT:  8c9746b0 -- (.cxr 0xffffffff8c9746b0)
    eax=00000000 ebx=861ab6b8 ecx=00000000 edx=00000000 esi=820a28a0 edi=861a4000
    eip=8ff32352 esp=8c974ba0 ebp=8c974c50 iopl=0         nv up ei ng nz ac po cy
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010293
    nvlddmkm+0xfc352:
    8ff32352 668b407e        mov     ax,word ptr [eax+7Eh]    ds:0023:0000007e=????
    Resetting default scope
    
    CUSTOMER_CRASH_COUNT:  1
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  0
    
    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    
    EXCEPTION_PARAMETER1:  00000000
    
    EXCEPTION_PARAMETER2:  0000007e
    
    READ_ADDRESS: GetPointerFromAddress: unable to read from 82bb6718
    Unable to read MiSystemVaType memory at 82b96160
     0000007e 
    
    FOLLOWUP_IP: 
    nvlddmkm+fc352
    8ff32352 668b407e        mov     ax,word ptr [eax+7Eh]
    
    BUGCHECK_STR:  0x7E
    
    DEFAULT_BUCKET_ID:  NULL_CLASS_PTR_DEREFERENCE
    
    LAST_CONTROL_TRANSFER:  from 8ff1f607 to 8ff32352
    
    STACK_TEXT:  
    WARNING: Stack unwind information not available. Following frames may be wrong.
    8c974c50 8ff1f607 820cd000 820cd000 861a4000 nvlddmkm+0xfc352
    8c974c68 8fecc35a 00100110 00000008 820cd000 nvlddmkm+0xe9607
    8c974c84 8fecc643 861a4000 820cd000 00000001 nvlddmkm+0x9635a
    8c974cac 8fecc824 861a4000 00000000 00010000 nvlddmkm+0x96643
    8c974ce8 82c6e7bf 85f3c920 85f576a8 81e6bd00 nvlddmkm+0x96824
    8c974d00 82abbf2b 81e6bd00 00000000 8240dc48 nt!IopProcessWorkItem+0x2d
    8c974d50 82c5c66d 80000001 bb6f4dee 00000000 nt!ExpWorkerThread+0x10d
    8c974d90 82b0e0d9 82abbe1e 80000001 00000000 nt!PspSystemThreadStartup+0x9e
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
    
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  nvlddmkm+fc352
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nvlddmkm
    
    IMAGE_NAME:  nvlddmkm.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4c379162
    
    STACK_COMMAND:  .cxr 0xffffffff8c9746b0 ; kb
    
    FAILURE_BUCKET_ID:  0x7E_nvlddmkm+fc352
    
    BUCKET_ID:  0x7E_nvlddmkm+fc352
    
    Followup: MachineOwner
    ---------
    Which is clearly pointing to your nvidia driver kernel
    nvlddmkm.sys - It's also the last thing that loaded in the driver verifier dump before the system became unbootable.
    However being it's the only driver on your system from the last 2 years, I'm going to go out on a limb and say it's failure is a symptom and not the problem.



    Moving on the software/driver for this device is completely outdated and obviously not win 7 compatible

    hcwPP2.sys Tue Feb 06 13:30:04 2007 (45C8C92C)
    Huappage WinTV PVR Video Capture
    Hauppauge Computer Works : Support
    You can try their site for a proper win 7 driver. I'm not sure one exists though.

    cxkhawk3.sys - is also outdated and related to the same device, unless someone can find a proper windows 7 driver for it. I was unable to. This device is more than likely going to need to be disabled and the drivers for it renamed from .sys to .bak

    The system information names your system as a hp 061 , I can't find any support on hp's site for that model. If the system info on this is wrong and you have the proper model number on hand it's possible you will have much better luck looking for updated drivers on the hp website.

    The driver dump tells the story though, this device is the the only thing on your system that's not compatible with windows 7, and it seems likely a side effect of it malfunctioning would result in the behavior that brought you here in the first place. I wish you luck, but considering the nature of the device, it explains the problem you are experiencing quite well.

    Driver dump follows for reference.

    Code:
    80ba3000 80bab000   kdcom    kdcom.dll    Mon Jul 13 20:08:58 2009 (4A5BDAAA)
    82a17000 82a4e000   hal      halmacpi.dll Mon Jul 13 18:11:03 2009 (4A5BBF07)
    82a4e000 82e5e000   nt       ntkrpamp.exe Mon Jul 13 18:15:19 2009 (4A5BC007)
    8880c000 88884000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 20:06:41 2009 (4A5BDA21)
    88884000 88895000   PSHED    PSHED.dll    Mon Jul 13 20:09:36 2009 (4A5BDAD0)
    88895000 8889d000   BOOTVID  BOOTVID.dll  Mon Jul 13 20:04:34 2009 (4A5BD9A2)
    8889d000 888df000   CLFS     CLFS.SYS     Mon Jul 13 18:11:10 2009 (4A5BBF0E)
    888df000 8898a000   CI       CI.dll       Mon Jul 13 20:09:28 2009 (4A5BDAC8)
    8898a000 889fb000   Wdf01000 Wdf01000.sys Mon Jul 13 18:11:36 2009 (4A5BBF28)
    88a01000 88a0f000   WDFLDR   WDFLDR.SYS   Mon Jul 13 18:11:25 2009 (4A5BBF1D)
    88a0f000 88a57000   ACPI     ACPI.sys     Mon Jul 13 18:11:11 2009 (4A5BBF0F)
    88a57000 88a60000   WMILIB   WMILIB.SYS   Mon Jul 13 18:11:22 2009 (4A5BBF1A)
    88a60000 88a68000   msisadrv msisadrv.sys Mon Jul 13 18:11:09 2009 (4A5BBF0D)
    88a68000 88a92000   pci      pci.sys      Mon Jul 13 18:11:16 2009 (4A5BBF14)
    88a92000 88a9d000   vdrvroot vdrvroot.sys Mon Jul 13 18:46:19 2009 (4A5BC74B)
    88a9d000 88aae000   partmgr  partmgr.sys  Mon Jul 13 18:11:35 2009 (4A5BBF27)
    88aae000 88abe000   volmgr   volmgr.sys   Mon Jul 13 18:11:25 2009 (4A5BBF1D)
    88abe000 88b09000   volmgrx  volmgrx.sys  Mon Jul 13 18:11:41 2009 (4A5BBF2D)
    88b09000 88b10000   intelide intelide.sys Mon Jul 13 18:11:19 2009 (4A5BBF17)
    88b10000 88b1e000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 18:11:15 2009 (4A5BBF13)
    88b1e000 88b34000   mountmgr mountmgr.sys Mon Jul 13 18:11:27 2009 (4A5BBF1F)
    88b34000 88b3d000   atapi    atapi.sys    Mon Jul 13 18:11:15 2009 (4A5BBF13)
    88b3d000 88b60000   ataport  ataport.SYS  Mon Jul 13 18:11:18 2009 (4A5BBF16)
    88b60000 88b69000   amdxata  amdxata.sys  Tue May 19 12:57:35 2009 (4A12F30F)
    88b69000 88b9d000   fltmgr   fltmgr.sys   Mon Jul 13 18:11:13 2009 (4A5BBF11)
    88b9d000 88bae000   fileinfo fileinfo.sys Mon Jul 13 18:21:51 2009 (4A5BC18F)
    88bae000 88bcf000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 18:25:49 2009 (4A5BC27D)
    88bcf000 88bd7000   rdpencdd rdpencdd.sys Mon Jul 13 19:01:39 2009 (4A5BCAE3)
    88bd7000 88bdf000   rdprefmp rdprefmp.sys Mon Jul 13 19:01:41 2009 (4A5BCAE5)
    88bdf000 88bea000   Msfs     Msfs.SYS     Mon Jul 13 18:11:26 2009 (4A5BBF1E)
    88bea000 88bf8000   Npfs     Npfs.SYS     Mon Jul 13 18:11:31 2009 (4A5BBF23)
    88c00000 88c09000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 18:11:14 2009 (4A5BBF12)
    88c09000 88c15000   vga      vga.sys      Mon Jul 13 18:25:50 2009 (4A5BC27E)
    88c15000 88c22000   watchdog watchdog.sys Mon Jul 13 18:24:10 2009 (4A5BC21A)
    88c23000 88d52000   Ntfs     Ntfs.sys     Mon Jul 13 18:12:05 2009 (4A5BBF45)
    88d52000 88d7d000   msrpc    msrpc.sys    Mon Jul 13 18:11:59 2009 (4A5BBF3F)
    88d7d000 88d90000   ksecdd   ksecdd.sys   Mon Jul 13 18:11:56 2009 (4A5BBF3C)
    88d90000 88ded000   cng      cng.sys      Mon Jul 13 18:32:55 2009 (4A5BC427)
    88ded000 88dfb000   pcw      pcw.sys      Mon Jul 13 18:11:10 2009 (4A5BBF0E)
    88e00000 88e08000   RDPCDD   RDPCDD.sys   Mon Jul 13 19:01:40 2009 (4A5BCAE4)
    88e08000 88ebf000   ndis     ndis.sys     Mon Jul 13 18:12:24 2009 (4A5BBF58)
    88ebf000 88efd000   NETIO    NETIO.SYS    Mon Jul 13 18:12:35 2009 (4A5BBF63)
    88efd000 88f22000   ksecpkg  ksecpkg.sys  Mon Jul 13 18:34:00 2009 (4A5BC468)
    88f22000 88f4f000   rdyboost rdyboost.sys Mon Jul 13 18:22:02 2009 (4A5BC19A)
    88f4f000 88f81000   fvevol   fvevol.sys   Mon Jul 13 18:13:01 2009 (4A5BBF7D)
    88f81000 88fa6000   CLASSPNP CLASSPNP.SYS Mon Jul 13 18:11:20 2009 (4A5BBF18)
    88fcd000 88fec000   cdrom    cdrom.sys    Mon Jul 13 18:11:24 2009 (4A5BBF1C)
    88fec000 88ff3000   Null     Null.SYS     Mon Jul 13 18:11:12 2009 (4A5BBF10)
    88ff3000 88ffa000   Beep     Beep.SYS     Mon Jul 13 18:45:00 2009 (4A5BC6FC)
    89000000 89011000   disk     disk.sys     Mon Jul 13 18:11:28 2009 (4A5BBF20)
    89012000 8915b000   tcpip    tcpip.sys    Mon Jul 13 18:13:18 2009 (4A5BBF8E)
    8915b000 8918c000   fwpkclnt fwpkclnt.sys Mon Jul 13 18:12:03 2009 (4A5BBF43)
    8918c000 89194380   vmstorfl vmstorfl.sys Mon Jul 13 18:28:44 2009 (4A5BC32C)
    89195000 891d4000   volsnap  volsnap.sys  Mon Jul 13 18:11:34 2009 (4A5BBF26)
    891d4000 891dc000   spldr    spldr.sys    Mon May 11 11:13:47 2009 (4A084EBB)
    891dc000 891ec000   mup      mup.sys      Mon Jul 13 18:14:14 2009 (4A5BBFC6)
    891ec000 891f4000   hwpolicy hwpolicy.sys Mon Jul 13 18:11:01 2009 (4A5BBF05)
    89e16000 89e7a000   bthport  bthport.sys  Mon Jul 13 18:51:30 2009 (4A5BC882)
    89e7a000 89e91000   usbccgp  usbccgp.sys  Mon Jul 13 18:51:31 2009 (4A5BC883)
    89e91000 89eb5000   rfcomm   rfcomm.sys   Mon Jul 13 18:51:41 2009 (4A5BC88D)
    89eb5000 89ec2000   BthEnum  BthEnum.sys  Mon Jul 13 18:51:35 2009 (4A5BC887)
    89ec2000 89edd000   bthpan   bthpan.sys   Mon Jul 13 18:51:43 2009 (4A5BC88F)
    89edd000 89ef8000   luafv    luafv.sys    Mon Jul 13 18:15:44 2009 (4A5BC020)
    89ef8000 89f12000   WudfPf   WudfPf.sys   Mon Jul 13 18:50:13 2009 (4A5BC835)
    89f12000 89f22000   lltdio   lltdio.sys   Mon Jul 13 18:53:18 2009 (4A5BC8EE)
    89f22000 89f68000   nwifi    nwifi.sys    Mon Jul 13 18:51:59 2009 (4A5BC89F)
    89f68000 89f78000   ndisuio  ndisuio.sys  Mon Jul 13 18:53:51 2009 (4A5BC90F)
    89f78000 89f8b000   rspndr   rspndr.sys   Mon Jul 13 18:53:20 2009 (4A5BC8F0)
    89f8b000 89fac000   srvnet   srvnet.sys   Mon Jul 13 18:14:45 2009 (4A5BBFE5)
    89fac000 89ffb000   srv2     srv2.sys     Mon Jul 13 18:14:52 2009 (4A5BBFEC)
    8d602000 8d610000   blbdrive blbdrive.sys Mon Jul 13 18:23:04 2009 (4A5BC1D8)
    8d610000 8d631000   tunnel   tunnel.sys   Mon Jul 13 18:54:03 2009 (4A5BC91B)
    8d631000 8d643000   intelppm intelppm.sys Mon Jul 13 18:11:03 2009 (4A5BBF07)
    8d643000 8d68e000   USBPORT  USBPORT.SYS  Mon Jul 13 18:51:13 2009 (4A5BC871)
    8d68e000 8d6ba000   1394ohci 1394ohci.sys Mon Jul 13 18:51:59 2009 (4A5BC89F)
    8d6ba000 8d712500   cxkhawk3 cxkhawk3.sys Fri Oct 27 18:35:37 2006 (454297C9)
    8d713000 8d747000   ks       ks.sys       Mon Jul 13 18:45:13 2009 (4A5BC709)
    8d747000 8d774580   hcwPP2   hcwPP2.sys   Tue Feb 06 12:27:02 2007 (45C8C876)
    8d775000 8d783000   umbus    umbus.sys    Mon Jul 13 18:51:38 2009 (4A5BC88A)
    8d783000 8d7c7000   usbhub   usbhub.sys   Mon Jul 13 18:52:06 2009 (4A5BC8A6)
    8d7c7000 8d7d8000   NDProxy  NDProxy.SYS  Mon Jul 13 18:54:27 2009 (4A5BC933)
    8d809000 8d820000   tdx      tdx.sys      Mon Jul 13 18:12:10 2009 (4A5BBF4A)
    8d820000 8d82b000   TDI      TDI.SYS      Mon Jul 13 18:12:12 2009 (4A5BBF4C)
    8d82b000 8d885000   afd      afd.sys      Mon Jul 13 18:12:34 2009 (4A5BBF62)
    8d885000 8d8b7000   netbt    netbt.sys    Mon Jul 13 18:12:18 2009 (4A5BBF52)
    8d8b7000 8d8be000   wfplwf   wfplwf.sys   Mon Jul 13 18:53:51 2009 (4A5BC90F)
    8d8be000 8d8dd000   pacer    pacer.sys    Mon Jul 13 18:53:58 2009 (4A5BC916)
    8d8dd000 8d8ee000   vwififlt vwififlt.sys Mon Jul 13 18:52:03 2009 (4A5BC8A3)
    8d8ee000 8d8fc000   netbios  netbios.sys  Mon Jul 13 18:53:54 2009 (4A5BC912)
    8d8fc000 8d90f000   wanarp   wanarp.sys   Mon Jul 13 18:55:02 2009 (4A5BC956)
    8d90f000 8d91f000   termdd   termdd.sys   Mon Jul 13 19:01:35 2009 (4A5BCADF)
    8d91f000 8d960000   rdbss    rdbss.sys    Mon Jul 13 18:14:26 2009 (4A5BBFD2)
    8d960000 8d96a000   nsiproxy nsiproxy.sys Mon Jul 13 18:12:08 2009 (4A5BBF48)
    8d96a000 8d974000   mssmbios mssmbios.sys Mon Jul 13 18:19:25 2009 (4A5BC0FD)
    8d974000 8d980000   discache discache.sys Mon Jul 13 18:24:04 2009 (4A5BC214)
    8d980000 8d9e4000   csc      csc.sys      Mon Jul 13 18:15:08 2009 (4A5BBFFC)
    8d9e4000 8d9fc000   dfsc     dfsc.sys     Mon Jul 13 18:14:16 2009 (4A5BBFC8)
    8fe00000 8fe0b000   usbuhci  usbuhci.sys  Mon Jul 13 18:51:10 2009 (4A5BC86E)
    8fe0b000 8fe1a000   usbehci  usbehci.sys  Mon Jul 13 18:51:14 2009 (4A5BC872)
    8fe1a000 8fe1d000   BdaSup   BdaSup.SYS   Mon Jul 13 18:51:23 2009 (4A5BC87B)
    8fe1d000 8fe2b000   circlass circlass.sys Mon Jul 13 18:51:17 2009 (4A5BC875)
    8fe36000 908b3dc0   nvlddmkm nvlddmkm.sys Fri Jul 09 16:15:14 2010 (4C379162)
    908b4000 908b5040   nvBridge nvBridge.kmd Fri Jul 09 16:10:11 2010 (4C379033)
    908b6000 9096d000   dxgkrnl  dxgkrnl.sys  Mon Jul 13 18:26:15 2009 (4A5BC297)
    9096d000 909a6000   dxgmms1  dxgmms1.sys  Mon Jul 13 18:25:25 2009 (4A5BC265)
    909a6000 909c5000   HDAudBus HDAudBus.sys Mon Jul 13 18:50:55 2009 (4A5BC85F)
    909c5000 909fd000   e1e6232  e1e6232.sys  Fri Jun 05 14:07:54 2009 (4A296D0A)
    91e0a000 91f1a000   athr     athr.sys     Thu Oct 08 21:37:40 2009 (4ACEA1F4)
    91f1a000 91f24000   vwifibus vwifibus.sys Mon Jul 13 18:52:02 2009 (4A5BC8A2)
    91f24000 91f31000   CompositeBus CompositeBus.sys Mon Jul 13 18:45:26 2009 (4A5BC716)
    91f31000 91f43000   AgileVpn AgileVpn.sys Mon Jul 13 18:55:00 2009 (4A5BC954)
    91f43000 91f5b000   rasl2tp  rasl2tp.sys  Mon Jul 13 18:54:33 2009 (4A5BC939)
    91f5b000 91f66000   ndistapi ndistapi.sys Mon Jul 13 18:54:24 2009 (4A5BC930)
    91f66000 91f88000   ndiswan  ndiswan.sys  Mon Jul 13 18:54:34 2009 (4A5BC93A)
    91f88000 91fa0000   raspppoe raspppoe.sys Mon Jul 13 18:54:53 2009 (4A5BC94D)
    91fa0000 91fb7000   raspptp  raspptp.sys  Mon Jul 13 18:54:47 2009 (4A5BC947)
    91fb7000 91fce000   rassstp  rassstp.sys  Mon Jul 13 18:54:57 2009 (4A5BC951)
    91fce000 91fd8000   rdpbus   rdpbus.sys   Mon Jul 13 19:02:40 2009 (4A5BCB20)
    91fd8000 91fe5000   kbdclass kbdclass.sys Mon Jul 13 18:11:15 2009 (4A5BBF13)
    91fe5000 91ff2000   mouclass mouclass.sys Mon Jul 13 18:11:15 2009 (4A5BBF13)
    91ff2000 91ff3380   swenum   swenum.sys   Mon Jul 13 18:45:08 2009 (4A5BC704)
    94c17000 94eb37c0   RTKVHDA  RTKVHDA.sys  Tue Aug 04 04:48:13 2009 (4A7803DD)
    94eb4000 94ee3000   portcls  portcls.sys  Mon Jul 13 18:51:00 2009 (4A5BC864)
    94ee3000 94efc000   drmk     drmk.sys     Mon Jul 13 19:36:05 2009 (4A5BD2F5)
    94efc000 94f06000   Dxapi    Dxapi.sys    Mon Jul 13 18:25:25 2009 (4A5BC265)
    94f06000 94f13000   crashdmp crashdmp.sys Mon Jul 13 18:45:50 2009 (4A5BC72E)
    94f13000 94f1e000   dump_dumpata dump_dumpata.sys Mon Jul 13 18:11:16 2009 (4A5BBF14)
    94f1e000 94f27000   dump_atapi dump_atapi.sys Mon Jul 13 18:11:15 2009 (4A5BBF13)
    94f27000 94f38000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 18:12:47 2009 (4A5BBF6F)
    94f38000 94f53000   usbcir   usbcir.sys   Mon Jul 13 18:51:18 2009 (4A5BC876)
    94f53000 94f54700   USBD     USBD.SYS     Mon Jul 13 18:51:05 2009 (4A5BC869)
    94f55000 94f64000   hidir    hidir.sys    Mon Jul 13 18:51:04 2009 (4A5BC868)
    94f64000 94f77000   HIDCLASS HIDCLASS.SYS Mon Jul 13 18:51:01 2009 (4A5BC865)
    94f77000 94f7d480   HIDPARSE HIDPARSE.SYS Mon Jul 13 18:50:59 2009 (4A5BC863)
    94f7e000 94f8a000   kbdhid   kbdhid.sys   Mon Jul 13 18:45:09 2009 (4A5BC705)
    94f8a000 94f95000   mouhid   mouhid.sys   Mon Jul 13 18:45:08 2009 (4A5BC704)
    94f95000 94fa0000   hidusb   hidusb.sys   Mon Jul 13 18:51:04 2009 (4A5BC868)
    94fa0000 94fb7000   USBSTOR  USBSTOR.SYS  Mon Jul 13 18:51:19 2009 (4A5BC877)
    94fb7000 94fc2000   monitor  monitor.sys  Mon Jul 13 18:25:58 2009 (4A5BC286)
    94fc2000 94fcb880   btusbflt btusbflt.sys Thu Apr 08 20:11:21 2010 (4BBE7EB9)
    94fcc000 94fde000   BTHUSB   BTHUSB.sys   Mon Jul 13 18:51:36 2009 (4A5BC888)
    95920000 95b6a000   win32k   win32k.sys   unavailable (00000000)
    95b80000 95b89000   TSDDD    TSDDD.dll    unavailable (00000000)
    95bb0000 95bce000   cdd      cdd.dll      unavailable (00000000)
    95c09000 95c8e000   HTTP     HTTP.sys     Mon Jul 13 18:12:53 2009 (4A5BBF75)
    95c8e000 95ca7000   bowser   bowser.sys   Mon Jul 13 18:14:21 2009 (4A5BBFCD)
    95ca7000 95cb9000   mpsdrv   mpsdrv.sys   Mon Jul 13 18:52:52 2009 (4A5BC8D4)
    95cb9000 95cdc000   mrxsmb   mrxsmb.sys   Mon Jul 13 18:14:24 2009 (4A5BBFD0)
    95cdc000 95d17000   mrxsmb10 mrxsmb10.sys Mon Jul 13 18:14:34 2009 (4A5BBFDA)
    95d17000 95d32000   mrxsmb20 mrxsmb20.sys Mon Jul 13 18:14:29 2009 (4A5BBFD5)
    95d4a000 95de1000   peauth   peauth.sys   Mon Jul 13 19:35:44 2009 (4A5BD2E0)
    95de1000 95deb000   secdrv   secdrv.SYS   Wed Sep 13 08:18:32 2006 (45080528)
    95deb000 95df8000   tcpipreg tcpipreg.sys Mon Jul 13 18:54:14 2009 (4A5BC926)
    96a14000 96a7e000   spsys    spsys.sys    Mon May 11 11:37:10 2009 (4A085436)
    96a7e000 96acf000   srv      srv.sys      Mon Jul 13 18:15:10 2009 (4A5BBFFE)
    96acf000 96aef480   WUDFRd   WUDFRd.sys   Mon Jul 13 18:50:44 2009 (4A5BC854)
    
    Unloaded modules:
    95d32000 95d4a000   parport.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
        ImageSize:  00018000
    88fa6000 88fb3000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
        ImageSize:  0000D000
    891f4000 891ff000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
        ImageSize:  0000B000
    88fb3000 88fbc000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
        ImageSize:  00009000
    88fbc000 88fcd000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
        ImageSize:  00011000
    891f4000 891fb000   null.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
        ImageSize:  00007000
      My Computer


  7. Posts : 15
    windows 7 ultimate 32bit
    Thread Starter
       #7

    Ok, I just got off of the phone with hauppauge tech support. We went through all of the hauppauge wintv and conexant drivers. (Including cxkhawk3.sys) Per the tech these are old and there will not be newer versions but that they are windows 7 32 bit compatible. Any other ideas? Is this hauppauge wrong? What am I missing?
      My Computer


  8. Posts : 6,668
    Windows 7 x64
       #8

    Well it is possible they have a time machine and made windows 7 drivers years before it was released.
      My Computer


  9. Posts : 15
    windows 7 ultimate 32bit
    Thread Starter
       #9

    Ok, I tried disableing the drivers and renaming to .bat. Got the same problems. I did find that my intel drivers were not the most recent. Updated those and still nada. I am going use driver verifier and select one driver at a time and restart to see which one kills the system. The first two I did were cxkhawk3.sys and hcwpp2.sys. Neither killed the system. Please.... I am only trying to fix my system and not trying to step on any toes. Anyone got any ideas????
      My Computer


  10. Posts : 15
    windows 7 ultimate 32bit
    Thread Starter
       #10

    I have three drivers in the driver verifier manager that are weird.

    dump_atapi. provider unknown and version unknown
    dump_dumpata.sys provider unknown and version unknown
    dump_dumpfve.sys provider unknown and version unknown

    could these the my prob?
      My Computer


 
Page 1 of 3 123 LastLast

  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 23:51.
Find Us