<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Analyzing the Installation of UMDF and KMDF 1.5 drivers</title><link>http://blogs.msdn.com/iliast/archive/2007/11/28/analyzing-the-installation-of-umdf-and-kmdf-1-5-drivers.aspx</link><description>The goal of this post is to provide an insight about the installation of UMDF and KMDF 1.5 drivers and to show how to overcome any potential problems. For demo purposes I'll be using the UMDF and KMDF echo driver, which can be found at the WDK (%WinDDK%\6000\src\umdf\echo</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Analyzing the Installation of UMDF and KMDF 1.5 drivers</title><link>http://blogs.msdn.com/iliast/archive/2007/11/28/analyzing-the-installation-of-umdf-and-kmdf-1-5-drivers.aspx#8679898</link><pubDate>Wed, 02 Jul 2008 07:06:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8679898</guid><dc:creator>Nster</dc:creator><description>&lt;p&gt;What do you do if the driver is successfully installed, As claimed by devcon.exe BUT there's an exclaimation mark in your device manager? Inside setupapi.log it shows this error: &lt;/p&gt;
&lt;p&gt;Device not started: Device has problem: 0x25: CM_PROB_FAILED_DRIVER_ENTRY&lt;/p&gt;
&lt;p&gt;I checked all registry values associated with the driver install and they all seem to tally. BUT in the services registry where my kmdf driver service is installed, it shows this particular value in the Enum Key: INITSTARTFAILED (1). &lt;/p&gt;
&lt;p&gt;What can I do to rectify this issue? I have been at it for days now... &lt;/p&gt;
</description></item><item><title>re: Analyzing the Installation of UMDF and KMDF 1.5 drivers</title><link>http://blogs.msdn.com/iliast/archive/2007/11/28/analyzing-the-installation-of-umdf-and-kmdf-1-5-drivers.aspx#8679900</link><pubDate>Wed, 02 Jul 2008 07:06:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8679900</guid><dc:creator>Nster</dc:creator><description>&lt;p&gt;What do you do if the driver is successfully installed, As claimed by devcon.exe BUT there's an exclaimation mark in your device manager? Inside setupapi.log it shows this error: &lt;/p&gt;
&lt;p&gt;Device not started: Device has problem: 0x25: CM_PROB_FAILED_DRIVER_ENTRY&lt;/p&gt;
&lt;p&gt;I checked all registry values associated with the driver install and they all seem to tally. BUT in the services registry where my kmdf driver service is installed, it shows this particular value in the Enum Key: INITSTARTFAILED (1). &lt;/p&gt;
&lt;p&gt;What can I do to rectify this issue? I have been at it for days now... &lt;/p&gt;
</description></item><item><title>re: Analyzing the Installation of UMDF and KMDF 1.5 drivers</title><link>http://blogs.msdn.com/iliast/archive/2007/11/28/analyzing-the-installation-of-umdf-and-kmdf-1-5-drivers.aspx#9718507</link><pubDate>Wed, 10 Jun 2009 00:41:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9718507</guid><dc:creator>iliast</dc:creator><description>&lt;p&gt;You need to debug your driver and find out why your DriverEntry function failed. The installation was succesful, the PNP manager tried to load your driver, however your DriverEntry failed.&lt;/p&gt;
</description></item></channel></rss>