kernel debugging laptop with no serial or firewire

Hello all,

I have laptop with no serial or firewire. I heard that debugging via
USB is kind of buggy so I was thinking about getting a usb to firewire
converter for the laptop and giving that a shot. Has anyone ever done
this before? Does it work okay? Are there better ways to kernel
debug a laptop without firewire or serial?

Thanks
J

I always have a Firewire PCMCIA/PC card handy for just such a purpose. It’s typically always worked fine. I have NOT tried a Firewire to USB adapter, however, so I can’t say how that will work. If you’ve got a PC card slot, though, the aforementioned Fireware card should do the trick. I do have a USB debugging cable but have never been able to successfully get it to work. Firewire is hands down my favorite way to go.

D.J. Stachniak
xxxxx@yahoo.com


From: Jonathon
To: Kernel Debugging Interest List
Sent: Thu, February 25, 2010 1:15:45 PM
Subject: [windbg] kernel debugging laptop with no serial or firewire

Hello all,

I have laptop with no serial or firewire. I heard that debugging via
USB is kind of buggy so I was thinking about getting a usb to firewire
converter for the laptop and giving that a shot. Has anyone ever done
this before? Does it work okay? Are there better ways to kernel
debug a laptop without firewire or serial?

Thanks
J


WINDBG 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

If you have an expresscard or pc card slot, I would use a 1394 adapter.

Otherwise you must use usb debugging. USB-to-x adapters won’t work if the debuggee-end is USB.

  • S

-----Original Message-----
From: Jonathon
Sent: Thursday, February 25, 2010 13:16
To: Kernel Debugging Interest List
Subject: [windbg] kernel debugging laptop with no serial or firewire

Hello all,

I have laptop with no serial or firewire. I heard that debugging via
USB is kind of buggy so I was thinking about getting a usb to firewire
converter for the laptop and giving that a shot. Has anyone ever done
this before? Does it work okay? Are there better ways to kernel
debug a laptop without firewire or serial?

Thanks
J


WINDBG 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

Jonathon wrote:

I have laptop with no serial or firewire. I heard that debugging via
USB is kind of buggy so I was thinking about getting a usb to firewire
converter for the laptop and giving that a shot. Has anyone ever done
this before? Does it work okay?

All of of the Firewire-to-USB converters I’ve seen are actually
Firewire-disk-to-USB-disk converters. They do not work for arbitrary
devices. Remember that the kernel debug device support is extremely
low-level, built in to the debugger in the kernel. It does not use the
normal device stack, and so does not have the usual this-to-that
flexibility.

Are there better ways to kernel debug a laptop without firewire or serial?

It’s an ugly situation. You can try a PCMCIA 1394 adapter.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

Any chance your system has a PCMCIA or an Express slot available?

I’ve not tried the 1394 over USB… it should work, but I’ve not found a card solution that hasn’t worked.

-Brycej

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Jonathon
Sent: Thursday, February 25, 2010 1:16 PM
To: Kernel Debugging Interest List
Subject: [windbg] kernel debugging laptop with no serial or firewire

Hello all,

I have laptop with no serial or firewire. I heard that debugging via
USB is kind of buggy so I was thinking about getting a usb to firewire
converter for the laptop and giving that a shot. Has anyone ever done
this before? Does it work okay? Are there better ways to kernel
debug a laptop without firewire or serial?

Thanks
J


WINDBG 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

1394 over USB will absolutely NOT work in target machines.

You MUST have an OHCI 1394 controller accessible directly off one of the PCI buses in the target box.

Otherwise 1394 debugging won’t work.

Joe.

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Bryce Jonasson
Sent: Thursday, February 25, 2010 2:37 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] kernel debugging laptop with no serial or firewire

Any chance your system has a PCMCIA or an Express slot available?

I’ve not tried the 1394 over USB… it should work, but I’ve not found a card solution that hasn’t worked.

-Brycej

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Jonathon
Sent: Thursday, February 25, 2010 1:16 PM
To: Kernel Debugging Interest List
Subject: [windbg] kernel debugging laptop with no serial or firewire

Hello all,

I have laptop with no serial or firewire. I heard that debugging via
USB is kind of buggy so I was thinking about getting a usb to firewire
converter for the laptop and giving that a shot. Has anyone ever done
this before? Does it work okay? Are there better ways to kernel
debug a laptop without firewire or serial?

Thanks
J


WINDBG 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


WINDBG 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

Thanks all for the help. You guys saved me time and money :slight_smile:

On Thu, Feb 25, 2010 at 4:13 PM, Joe Ballantyne wrote:
> 1394 over USB will absolutely NOT work in target machines.
>
> You MUST have an OHCI 1394 controller accessible directly off one of the PCI buses in the target box.
>
> Otherwise 1394 debugging won’t work.
>
> Joe.
>
> -----Original Message-----
> From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Bryce Jonasson
> Sent: Thursday, February 25, 2010 2:37 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] kernel debugging laptop with no serial or firewire
>
>
> Any chance your system has a PCMCIA or an Express slot available?
>
> I’ve not tried the 1394 over USB… it should work, but I’ve not found a card solution that hasn’t worked.
>
> -Brycej
>
> -----Original Message-----
> From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Jonathon
> Sent: Thursday, February 25, 2010 1:16 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] kernel debugging laptop with no serial or firewire
>
> Hello all,
>
> I have ?laptop with no serial or firewire. ?I heard that debugging via
> USB is kind of buggy so I was thinking about getting a usb to firewire
> converter for the laptop and giving that a shot. ?Has anyone ever done
> this before? ?Does it work okay? ?Are there better ways to kernel
> debug a laptop without firewire or serial?
>
> Thanks
> J
>
> —
> WINDBG 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
>
>
> —
> WINDBG 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
>
>
> —
> WINDBG 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
>

An easier way would be to connect your laptop to the docking station which
may give you access to a COM port.

Cheers
Check Abdoul

“Jonathon” wrote in message news:xxxxx@windbg…
> Hello all,
>
> I have laptop with no serial or firewire. I heard that debugging via
> USB is kind of buggy so I was thinking about getting a usb to firewire
> converter for the laptop and giving that a shot. Has anyone ever done
> this before? Does it work okay? Are there better ways to kernel
> debug a laptop without firewire or serial?
>
> Thanks
> J
>