Debugging over PCIe to Serial card

Hi guys,
I’m trying to kernel debug an XP system on a netbook which comes with no serial port and no firewire.
I’ve bought a mini PCIe to Serial card that feeds off 1x PCIe. The card is based on Oxford 16950 chipset.
I’ve installed it inside the netbook (one spare mini-PCIe) and Windows sees it. I needed to install drivers for a device called multi-port serial adapter and then drivers for the 2 serial ports offered by the card.
I’ve successfully tested the serial connection with a null modem cable with hyperterminal.

However I’ve had no success establishing a kernel debug link at boot time. Windbg simply does not connect to the target.

So I’m turning to the community, hoping others have tried to do the same thing. Any words of advice?

Thanks!

Addition:
The drivers needed by the card are marked as start-on-demand. I’ve tried modifying the StartType to start-on-boot but still no joy.

Kd doesn’t recognize any serial ports other than the traditional BIOS
defined ones - I don’t think that it will work with your card.

If you must go the add in route, I’d get a 1394 card:

https://www.osronline.com/custom.cfm?name=index_fullframeset.cfm&pageURL=https://www.osronline.com/store/index.cfm

Good luck,

mm

On Mon, Sep 27, 2010 at 5:55 PM, wrote:

> Hi guys,
> I’m trying to kernel debug an XP system on a netbook which comes with no
> serial port and no firewire.
> I’ve bought a mini PCIe to Serial card that feeds off 1x PCIe. The card is
> based on Oxford 16950 chipset.
> I’ve installed it inside the netbook (one spare mini-PCIe) and Windows sees
> it. I needed to install drivers for a device called multi-port serial
> adapter and then drivers for the 2 serial ports offered by the card.
> I’ve successfully tested the serial connection with a null modem cable with
> hyperterminal.
>
> However I’ve had no success establishing a kernel debug link at boot time.
> Windbg simply does not connect to the target.
>
> So I’m turning to the community, hoping others have tried to do the same
> thing. Any words of advice?
>
> Thanks!
>
> —
> 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
>