Results 1 to 4 of 4

Thread: USB driver not working on windows 7

  1. #1
    Join Date
    Feb 2006
    Posts
    99

    USB driver not working on windows 7

    I got a usb host client driver that works fine on Windows XP and Windows Vista but it causes an operating system hang on Windows 7. The initial exchange happens properly, device descriptors, configuration and interface descriptors are all got from the connected device without a glitch but as soon as a bulk transfer is initiated the system crashes. The exact point of the crash is when my driver passes an Irp for IOCTL_INTERNAL_USB_SUBMIT_URB to lower drivers using IoCallDriver. The IoCallDriver function does not return.

    I am getting following debug analysis:
    IoBuildDeviceIoControlRequestAssertion failure - code c0000420 (first
    chance)
    nt!MmBuildMdlForNonPagedPool+0x131:
    826aa6f5 cd2c int 2c
    0: kd> ! analyze -v
    Connected to Windows Longhorn 7000 x86 compatible target, ptr64 FALSE
    *** ERROR: Symbol file could not be found. Defaulted to export
    symbols for ntkrpamp.exe -
    Loading Kernel Symbols
    .................................................................................................... ..........................................................................
    Loading unloaded module list
    ......
    Loading User Symbols
    .....................................

    *******************************************************************************
    *
    *
    * Bugcheck
    Analysis *
    *
    *
    *******************************************************************************

    Unknown bugcheck code (0)
    Unknown bugcheck description
    Arguments:
    Arg1: 00000000
    Arg2: 00000000
    Arg3: 00000000
    Arg4: 00000000

    Debugging Details:
    ------------------

    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.

    *************************************************************************
    ***
    ***
    ***
    ***
    *** Your debugger is not using the correct symbols
    ***
    ***
    ***
    *** In order for this command to work properly, your symbol path
    ***
    *** must point to .pdb files that have full type information.
    ***
    ***
    ***
    *** Certain .pdb files (such as the public OS symbols) do not
    ***
    *** contain the required information. Contact the group that
    ***
    *** provided you with these symbols if you need this command to
    ***
    *** work.
    ***
    ***
    ***
    *** Type referenced: nt!_KPRCB
    ***
    ***
    ***
    *************************************************************************

  2. #2
    Join Date
    Jan 2006
    Posts
    830

    Re: USB driver not working on windows 7

    I guess that first of all you will have to solve your symbols to get a meaningful stack trace.

  3. #3
    Join Date
    Feb 2006
    Posts
    99

    Re: USB driver not working on windows 7

    Thank you. I actually don know properly how to debug driver. Could you please let me know how to get these symbols fixed since whatever settings I try on Windbg I am always getting this message of wrong symbols.

  4. #4
    Join Date
    Jan 2006
    Posts
    605

    Re: USB driver not working on windows 7

    You have to run
    ..symfix
    ..reload /f
    !analyze -v
    and then send the output.

Similar Threads

  1. Sennheiser MM100 driver not working in windows 7
    By Mollyi7 in forum Operating Systems
    Replies: 2
    Last Post: 11-10-2011, 10:31 PM
  2. Replies: 6
    Last Post: 28-09-2011, 10:07 PM
  3. Windows 7: JVC Everio Camcorder driver not working
    By Mishraji in forum Portable Devices
    Replies: 3
    Last Post: 09-12-2010, 01:59 PM
  4. HP 720c Driver is not working with Windows 7
    By Tiger Memon in forum Windows Software
    Replies: 8
    Last Post: 25-09-2010, 12:29 PM
  5. Wharfedale mp3 driver not working on Windows Vista
    By TalinF in forum Operating Systems
    Replies: 3
    Last Post: 11-06-2010, 03:23 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,910,187.82476 seconds with 17 queries