winddk 7600 toaster kmdf driver cannot install ?

Hi, wondering if anyone tried this example already,
i’m using 64-bit win7 enterprise, wdk 7600.16385.1

the kmdf example i tried is
…\src\general\toaster\kmdf\func\featured\
in the install dir, i have
toaster.cat (from …\src\general\toaster\wdm\inf\amd64)
wdfcoinstaller01009.dll
wdffeatured.inf
wdffeatured.sys

then i run hdwwiz from console, finally i get this “The folder you
specified doesn’t contain a compatible software driver for your
device.”

The similar WDM driver can be installed.
Any suggestions appreciated !

What is hdwwiz? To install the driver from the cmd line you need to run devcon
Install.

d

dent from a phpne with no keynoard

-----Original Message-----
From: xxxxx@hotmail.com
Sent: June 19, 2010 7:36 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] winddk 7600 toaster kmdf driver cannot install ?

Hi, wondering if anyone tried this example already,
i’m using 64-bit win7 enterprise, wdk 7600.16385.1

the kmdf example i tried is
…\src\general\toaster\kmdf\func\featured<br> in the install dir, i have
toaster.cat (from …\src\general\toaster\wdm\inf\amd64)
wdfcoinstaller01009.dll
wdffeatured.inf
wdffeatured.sys

then i run hdwwiz from console, finally i get this “The folder you
specified doesn’t contain a compatible software driver for your
device.”

The similar WDM driver can be installed.
Any suggestions appreciated !


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

well, if you open
http://msdn.microsoft.com/en-us/library/ff558716(VS.85).aspx
it’s the Toaster page,
if you search hdwwiz, you can see it under win7 section.

this is the biggest problem i’m having,
too many different info from MS docs.

BTW, i can install
…\src\general\toaster\wdm\bus,
but not
…\src\general\toaster\wdm\func\incomplete1,
same error as the kmdf sample.

it’s not fun at all to work on the very basic example on a nice weekend,
hope MS can do a much better job,
i prefer step-by-step instructions, just like the MS interview question “how to teach your grandpa to use computer”.