Re: safe way to upgrade KMDF from V1.0 to V1.1
- From: "Doron Holan [MS]" <doronh@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 25 Aug 2006 00:16:23 -0700
if you built the driver in the WDK, the driver requires KMDF v1.5. you
need to build the driver in the server sp1 ddk w/the v1.1 bits. this is why
your DriverEentry is never called.
you cannot use the chk coinstaller on any fre build, it is a limitation of
update.xe
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"hanzhu" <hanzhu@xxxxxxxxxx> wrote in message
news:uCu%23GxAyGHA.1304@xxxxxxxxxxxxxxxxxxxxxxx
I have a driver based on KMDFV1.0 StaticBus and it contained only a little
change. It worked well for the last few months. However, when I tried to
upgrade it to KMDFV1.1 today, it cannot been initialized. Device manager
told me the error code is 37. However, Devcon.exe returned success info for
install operation.
My steps as the following:
1) change the coinstaller to the corresponding one of V1.1(x86fre build)
2) update the .inx file according to the sample of KMDFV1.1
3) devcon install statbus.inf "root\statbus.inf"
4) sxe ld:statbus.sys hit, set a breakpoint on statbus!DriverEntry
5) The breakpoint was never hit.
6) devcon returned successfully, however device manager couldn't start the
device. I found out wdfldr.sys,wdf0010.sys and statbus.sys had been
unloaded.
several questions:
1) How can I upgrade it successfully?
2) I build the driver with WDK5483. I'm afraid the tools chain is not
installed successfully since it complains about "_objects.mac file time is
in the future". How can I validate it?
3) Is it safe use the check build KMDF coinstaller on a free build
win2k3sp1? There is something different if I use chkbuild coinstaller. I
can observe some info in Windbg and Devcon.exe failed when it returned.
Any hints and help will be appreciated.
.
- Follow-Ups:
- Re: safe way to upgrade KMDF from V1.0 to V1.1
- From: hanzhu
- Re: safe way to upgrade KMDF from V1.0 to V1.1
- References:
- safe way to upgrade KMDF from V1.0 to V1.1
- From: hanzhu
- safe way to upgrade KMDF from V1.0 to V1.1
- Prev by Date: Re: Interaction between Kernel Mode driver and user mode application
- Next by Date: Re: Mark IRP pending in KMDF driver
- Previous by thread: safe way to upgrade KMDF from V1.0 to V1.1
- Next by thread: Re: safe way to upgrade KMDF from V1.0 to V1.1
- Index(es):
Relevant Pages
|