Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Intermediate driver crash?

Reply
Thread Tools Display Modes

Intermediate driver crash?

 
 
novice
Guest
Posts: n/a

 
      09-28-2007
We have a Windows 2000 and Windows XP certified intermediate driver. If I
install this product on Windows Vista(Enterprise) machine, it crashes with
Blue Screen while rebooting the system after installation.

I am new to driver development and appreciate any help.

Thank you.


 
Reply With Quote
 
 
 
 
Dwarf
Guest
Posts: n/a

 
      09-28-2007
Hi novice,

Your problem is caused by the driver being incompatible with Vista. What you
need to do is to obtain a driver that works with Vista. If this driver is for
a piece of hardware, then you need to go to the hardware manufacturers
website and download a suitable driver. If you want more assistance, then
please post back with more details about the driver- what is it for and the
manufacturer.
Dwarf

"novice" wrote:

> We have a Windows 2000 and Windows XP certified intermediate driver. If I
> install this product on Windows Vista(Enterprise) machine, it crashes with
> Blue Screen while rebooting the system after installation.
>
> I am new to driver development and appreciate any help.
>
> Thank you.
>
>

 
Reply With Quote
 
novice
Guest
Posts: n/a

 
      09-28-2007
Thank you for your reply. The driver is intermediate NDIS driver developed by
us. The original developer of this driver has left the job and I need to fix
this issue. My question is:

1. How do I debug this and how to get additional information about the crash?
Thanks.

"Dwarf" wrote:

> Hi novice,
>
> Your problem is caused by the driver being incompatible with Vista. What you
> need to do is to obtain a driver that works with Vista. If this driver is for
> a piece of hardware, then you need to go to the hardware manufacturers
> website and download a suitable driver. If you want more assistance, then
> please post back with more details about the driver- what is it for and the
> manufacturer.
> Dwarf
>
> "novice" wrote:
>
> > We have a Windows 2000 and Windows XP certified intermediate driver. If I
> > install this product on Windows Vista(Enterprise) machine, it crashes with
> > Blue Screen while rebooting the system after installation.
> >
> > I am new to driver development and appreciate any help.
> >
> > Thank you.
> >
> >

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      09-29-2007
"novice" <> wrote...
> Thank you for your reply. The driver is intermediate NDIS driver developed
> by
> us. The original developer of this driver has left the job and I need to
> fix
> this issue. My question is:
> 1. How do I debug this and how to get additional information about the
> crash?


Hi novice,

This is not a job for novices! :-)

You need to install the Windows Debugging Tools:
http://www.microsoft.com/whdc/devtoo...g/default.mspx

You'll also want the Windows Device Driver Kit:
http://www.microsoft.com/whdc/DevTools/WDK/WDKpkg.mspx

Hopefully your company already has access via an MSDN Subscription (trying
to write drivers without MSDN is, uh, difficult).

The key things you need to do:
- find the STOP error
- look up the STOP error in the DDK docs. Eg: was it a STOP 0x7C and if so,
what was the first paramer? And so on.
- get a memory dump of the STOP error (should be thrown, automatically).
- load up the dump in the WinDBG debugger
- examine the dump to see why the driver crashed.

The DDK docs are also available online. A good starting point would be:

Interpreting Bug Check Codes
http://msdn2.microsoft.com/en-us/library/ms789396.aspx

Apart from that ... well, kernel mode debugging is not something which can
be taught, via newsgroup support. You need an experienced mentor to sit down
with you for a couple of weeks and work through a few examples with you. If
you can't arrange that, try the Debug Resources page:
http://www.microsoft.com/whdc/devtoo...resources.mspx

and I highly recommend anything produced by OSR:
http://www.osr.com/

A better newsgroup to try would be
microsoft.public.development.device.drivers.

Good luck with it!
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Crash Dump Driver Jerry Windows Vista General Discussion 0 03-10-2008 09:10 PM
mp3 player driver crash Elizabeth Windows Vista Hardware 3 11-03-2007 05:15 AM
Intermediate Mode Sound Enhancement RichardS Windows Vista Hardware 0 09-28-2007 10:56 AM
Networking Sharing and Permissions (Intermediate/Advanced Question ZeldaFreak Windows Vista General Discussion 2 09-24-2007 09:43 PM
Re: Crash Dump Driver Jerry Windows Vista General Discussion 1 07-11-2007 06:34 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59