From: Denny on
Hi,
I have a usb driver ported to 64-bit and I'm tryng to get it HCT certified.
The driver giving me issues on USb Descriptor,Address descriptor
tests.Basically the driver gets unloaded when the test starts and the test
hangs for ever. I got it passed successfully on all tests on the 32-bit
platform(XP SP2) ; My installation is XP 64-bit SP1. The driver works fine
with native 32-bit application on the same 64-bit platform. I also get the
verifier test passed. The above tests not writing any error logs , the only
thing I can see in the logs is initalizing and if I terminated it forcefully,
it says terminated. Any help will be very much appriciated.I tried the device
on mutiple ports of the test meachine but the result is same.
Thanks
From: Marc Reinig on
Have you hooked up a USB bus analyzer and/or a kernel debugger to see what
is going on?

--
Marco
________________________
Marc Reinig
UCO/Lick Observatory
Laboratory for Adaptive Optics

"Denny" <Denny(a)discussions.microsoft.com> wrote in message
news:C91BF1DB-ED26-430F-A791-1A9F69D5E622(a)microsoft.com...
> Hi,
> I have a usb driver ported to 64-bit and I'm tryng to get it HCT
> certified.
> The driver giving me issues on USb Descriptor,Address descriptor
> tests.Basically the driver gets unloaded when the test starts and the test
> hangs for ever. I got it passed successfully on all tests on the 32-bit
> platform(XP SP2) ; My installation is XP 64-bit SP1. The driver works fine
> with native 32-bit application on the same 64-bit platform. I also get the
> verifier test passed. The above tests not writing any error logs , the
> only
> thing I can see in the logs is initalizing and if I terminated it
> forcefully,
> it says terminated. Any help will be very much appriciated.I tried the
> device
> on mutiple ports of the test meachine but the result is same.
> Thanks


From: Denny on
Thanks for the suggestion.I cannot use a KB since I don't have an extra
mechine to lookup. Can you please suggest me a bus analyzer available for 64
bit XP and tell what I have to look for?
Thanks,
--Denny


"Marc Reinig" wrote:

> Have you hooked up a USB bus analyzer and/or a kernel debugger to see what
> is going on?
>
> --
> Marco
> ________________________
> Marc Reinig
> UCO/Lick Observatory
> Laboratory for Adaptive Optics
>
> "Denny" <Denny(a)discussions.microsoft.com> wrote in message
> news:C91BF1DB-ED26-430F-A791-1A9F69D5E622(a)microsoft.com...
> > Hi,
> > I have a usb driver ported to 64-bit and I'm tryng to get it HCT
> > certified.
> > The driver giving me issues on USb Descriptor,Address descriptor
> > tests.Basically the driver gets unloaded when the test starts and the test
> > hangs for ever. I got it passed successfully on all tests on the 32-bit
> > platform(XP SP2) ; My installation is XP 64-bit SP1. The driver works fine
> > with native 32-bit application on the same 64-bit platform. I also get the
> > verifier test passed. The above tests not writing any error logs , the
> > only
> > thing I can see in the logs is initalizing and if I terminated it
> > forcefully,
> > it says terminated. Any help will be very much appriciated.I tried the
> > device
> > on mutiple ports of the test meachine but the result is same.
> > Thanks
>
>
> .
>
From: Marc Reinig on
Bus analyzers are independent of the host system, they just monitor the bus
and know nothing of the host.

Visit http://www.lvr.com

Marco
________________________
Marc Reinig
UCO/Lick Observatory
Laboratory for Adaptive Optics

"Denny" <Denny(a)discussions.microsoft.com> wrote in message
news:CC6B5CDD-FF31-4652-A573-9A4CCE7EAE7D(a)microsoft.com...
> Thanks for the suggestion.I cannot use a KB since I don't have an extra
> mechine to lookup. Can you please suggest me a bus analyzer available for
> 64
> bit XP and tell what I have to look for?
> Thanks,
> --Denny
>
>
> "Marc Reinig" wrote:
>
>> Have you hooked up a USB bus analyzer and/or a kernel debugger to see
>> what
>> is going on?
>>
>> --
>> Marco
>> ________________________
>> Marc Reinig
>> UCO/Lick Observatory
>> Laboratory for Adaptive Optics
>>
>> "Denny" <Denny(a)discussions.microsoft.com> wrote in message
>> news:C91BF1DB-ED26-430F-A791-1A9F69D5E622(a)microsoft.com...
>> > Hi,
>> > I have a usb driver ported to 64-bit and I'm tryng to get it HCT
>> > certified.
>> > The driver giving me issues on USb Descriptor,Address descriptor
>> > tests.Basically the driver gets unloaded when the test starts and the
>> > test
>> > hangs for ever. I got it passed successfully on all tests on the 32-bit
>> > platform(XP SP2) ; My installation is XP 64-bit SP1. The driver works
>> > fine
>> > with native 32-bit application on the same 64-bit platform. I also get
>> > the
>> > verifier test passed. The above tests not writing any error logs , the
>> > only
>> > thing I can see in the logs is initalizing and if I terminated it
>> > forcefully,
>> > it says terminated. Any help will be very much appriciated.I tried the
>> > device
>> > on mutiple ports of the test meachine but the result is same.
>> > Thanks
>>
>>
>> .
>>


From: Denny on
Hi Marco,
Here is more on my testing. I wasn't able to get run any of the bus
analyzers from the site lvr.com; On XP64 most of them wont run or they make
my USB controller non functional. I find one more thing on my XP 32 bit;
while I run the USB description using HCT 12.1.0.1,even though the test was a
success it leaves my driver in memory and after completion of the test Device
manager shows that it cannot load the driver since a previous image is there
in memory(code 38). This also happens only if I start the test fresh. If I
restart the meachine my driver comes back and without reinitalize if I run
the test again, this time the driver comes back without any problem after the
test. I ran the driver verifier and PoolTag during the test and there is no
resource allocation issues. My driver is a KMDF based driver (I used most of
the code from osrusbfx2 sample) Is there any known issues there for KMDF
under 64 bit platform??
thanks,
--Denny

"Marc Reinig" wrote:

> Bus analyzers are independent of the host system, they just monitor the bus
> and know nothing of the host.
>
> Visit http://www.lvr.com
>
> Marco
> ________________________
> Marc Reinig
> UCO/Lick Observatory
> Laboratory for Adaptive Optics
>
> "Denny" <Denny(a)discussions.microsoft.com> wrote in message
> news:CC6B5CDD-FF31-4652-A573-9A4CCE7EAE7D(a)microsoft.com...
> > Thanks for the suggestion.I cannot use a KB since I don't have an extra
> > mechine to lookup. Can you please suggest me a bus analyzer available for
> > 64
> > bit XP and tell what I have to look for?
> > Thanks,
> > --Denny
> >
> >
> > "Marc Reinig" wrote:
> >
> >> Have you hooked up a USB bus analyzer and/or a kernel debugger to see
> >> what
> >> is going on?
> >>
> >> --
> >> Marco
> >> ________________________
> >> Marc Reinig
> >> UCO/Lick Observatory
> >> Laboratory for Adaptive Optics
> >>
> >> "Denny" <Denny(a)discussions.microsoft.com> wrote in message
> >> news:C91BF1DB-ED26-430F-A791-1A9F69D5E622(a)microsoft.com...
> >> > Hi,
> >> > I have a usb driver ported to 64-bit and I'm tryng to get it HCT
> >> > certified.
> >> > The driver giving me issues on USb Descriptor,Address descriptor
> >> > tests.Basically the driver gets unloaded when the test starts and the
> >> > test
> >> > hangs for ever. I got it passed successfully on all tests on the 32-bit
> >> > platform(XP SP2) ; My installation is XP 64-bit SP1. The driver works
> >> > fine
> >> > with native 32-bit application on the same 64-bit platform. I also get
> >> > the
> >> > verifier test passed. The above tests not writing any error logs , the
> >> > only
> >> > thing I can see in the logs is initalizing and if I terminated it
> >> > forcefully,
> >> > it says terminated. Any help will be very much appriciated.I tried the
> >> > device
> >> > on mutiple ports of the test meachine but the result is same.
> >> > Thanks
> >>
> >>
> >> .
> >>
>
>
>