hi,
my target pc has no serial port, no network cable port, and it is not easy for me to find usb debug cable. can you please tell me if I can debug driver with wireless network?
I find one “Microsoft Kernel Debug Network Adapter” in device manager, and I’m wondering if it is dedicated for kernel debug?
or, if it is not ok to use wireless, is it possible to use USB to com converter, or usb to LAN converter?
Thank you.
FL
You can’t use wireless. It has to be a native NIC or com port without converters since the normal driver stack is not loaded when using the device as a debugger transport, it is entirely controlled by a different kernel module.
d
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Tuesday, February 11, 2014 11:43 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] is it possible to debug driver over wireless network?
hi,
my target pc has no serial port, no network cable port, and it is not easy for me to find usb debug cable. can you please tell me if I can debug driver with wireless network?
I find one “Microsoft Kernel Debug Network Adapter” in device manager, and I’m wondering if it is dedicated for kernel debug?
or, if it is not ok to use wireless, is it possible to use USB to com converter, or usb to LAN converter?
Thank you.
FL
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
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
Thank you for quick response, Doran.
so, the only way left is to use USB debug cable (there is no firewire too
in target pc).
btw. can you please tell me something more about “Microsoft Kernel Debug
Network Adaper”? what is it for? and when it will be used?
FL
On Wed, Feb 12, 2014 at 3:51 PM, Doron Holan wrote:
> You can’t use wireless. It has to be a native NIC or com port without
> converters since the normal driver stack is not loaded when using the
> device as a debugger transport, it is entirely controlled by a different
> kernel module.
>
> d
>
> -----Original Message-----
> From: xxxxx@lists.osr.com [mailto:
> xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
> Sent: Tuesday, February 11, 2014 11:43 PM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] is it possible to debug driver over wireless network?
>
> hi,
> my target pc has no serial port, no network cable port, and it is not easy
> for me to find usb debug cable. can you please tell me if I can debug
> driver with wireless network?
> I find one “Microsoft Kernel Debug Network Adapter” in device manager, and
> I’m wondering if it is dedicated for kernel debug?
>
> or, if it is not ok to use wireless, is it possible to use USB to com
> converter, or usb to LAN converter?
>
> Thank you.
>
> FL
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
>
You can’t use wireless network.
those links may be helpful:
http://briolidz.wordpress.com/2012/03/28/windows-driver-debugging-with-windbg-and-vmware/
http://msdn.microsoft.com/en-us/library/windows/hardware/hh439376(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/hardware/ff551519(v=vs.85).aspx
http://support.microsoft.com/kb/311503
hi,
my target pc has no serial port, no network cable port, and it is not easy for me to find usb debug cable. can you please tell me if I can debug driver with wireless network?
I find one “Microsoft Kernel Debug Network Adapter” in device manager, and I’m wondering if it is dedicated for kernel debug?
or, if it is not ok to use wireless, is it possible to use USB to com converter, or usb to LAN converter?
Thank you.
FL
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
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
.
Thanks, Laptua.
VMvare is not applicable to my case. my driver need invoke specical method
through bios. so I have to debug it on real platform.
FL
On Wed, Feb 12, 2014 at 5:25 PM, Laputa <121960169@qq.com> wrote:
You can’t use wireless network.
those links may be helpful:
http://briolidz.wordpress.com/2012/03/28/windows-driver-
debugging-with-windbg-and-vmware/
http://msdn.microsoft.com/en-us/library/windows/hardware/
hh439376%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/hardware/
ff551519%28v=vs.85%29.aspx
http://support.microsoft.com/kb/311503
hi,
> my target pc has no serial port, no network cable port, and it is not
> easy for me to find usb debug cable. can you please tell me if I can debug
> driver with wireless network?
> I find one “Microsoft Kernel Debug Network Adapter” in device manager,
> and I’m wondering if it is dedicated for kernel debug?
>
> or, if it is not ok to use wireless, is it possible to use USB to com
> converter, or usb to LAN converter?
>
> Thank you.
>
> FL
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
> .
>
>
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
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
It is used for debugging and routing networking over the debug cable
d
Dent from my phone
From: Falong Limailto:xxxxx
Sent: ?2/?12/?2014 12:11 AM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: Re: [ntdev] is it possible to debug driver over wireless network?
Thank you for quick response, Doran.
so, the only way left is to use USB debug cable (there is no firewire too in target pc).
btw. can you please tell me something more about “Microsoft Kernel Debug Network Adaper”? what is it for? and when it will be used?
FL
On Wed, Feb 12, 2014 at 3:51 PM, Doron Holan > wrote:
You can’t use wireless. It has to be a native NIC or com port without converters since the normal driver stack is not loaded when using the device as a debugger transport, it is entirely controlled by a different kernel module.
d
-----Original Message-----
From: xxxxx@lists.osr.commailto:xxxxx [mailto:xxxxx@lists.osr.commailto:xxxxx] On Behalf Of xxxxx@gmail.commailto:xxxxx
Sent: Tuesday, February 11, 2014 11:43 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] is it possible to debug driver over wireless network?
hi,
my target pc has no serial port, no network cable port, and it is not easy for me to find usb debug cable. can you please tell me if I can debug driver with wireless network?
I find one “Microsoft Kernel Debug Network Adapter” in device manager, and I’m wondering if it is dedicated for kernel debug?
or, if it is not ok to use wireless, is it possible to use USB to com converter, or usb to LAN converter?
Thank you.
FL
—
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
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
—
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
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
— NTDEV is sponsored by OSR Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev OSR is HIRING!! See http://www.osr.com/careers 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</mailto:xxxxx></mailto:xxxxx></mailto:xxxxx></mailto:xxxxx></mailto:xxxxx>
do you have PCIe or express card slots ? There are PCIe/Express cards based firewire adapters and they work really well for debugging.
Falong Li wrote:
Thank you for quick response, Doran.
so, the only way left is to use USB debug cable (there is no firewire
too in target pc).
Add-in 1394 boards are very affordable. That has ALWAYS been the most
reliable solution for me.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.