Hi,
I have downloaded and installed checked build windows 7 from MSDN subscription. I have copied checked ndis.sys from this installation to my windows 7. I am doing remote debugging using windbg over 1394 bus. ndiskd.dbglevel set to ‘verbose’ and ndiskd.dbgsystems set to all available settings. I can see the ndis symbols (x ndis!*) and put break point in ndis also.
I have also set "DebugLevel to 0x0 and DebugSystems to 0xffffffff " in registry.
But I dont see any print from NDIS stack (even when I disable and enable NIC). Is there anything else to get the prints? (I get prints from my driver.)
Regards,
Subhash
NDIS doesn’t use DbgPrint anymore, you have to use the WPP tracing tools to
get your debug information. See the series of posts here:
http://blogs.msdn.com/b/ndis/archive/2011/04/06/diagnostics-tools-in-ndis.aspx
-scott
–
Scott Noone
Consulting Associate and Chief System Problem Analyst
OSR Open Systems Resources, Inc.
http://www.osronline.com
wrote in message news:xxxxx@windbg…
Hi,
I have downloaded and installed checked build windows 7 from MSDN
subscription. I have copied checked ndis.sys from this installation to my
windows 7. I am doing remote debugging using windbg over 1394 bus.
ndiskd.dbglevel set to ‘verbose’ and ndiskd.dbgsystems set to all available
settings. I can see the ndis symbols (x ndis!*) and put break point in ndis
also.
I have also set "DebugLevel to 0x0 and DebugSystems to 0xffffffff " in
registry.
But I dont see any print from NDIS stack (even when I disable and enable
NIC). Is there anything else to get the prints? (I get prints from my
driver.)
Regards,
Subhash