Hi All,

I have two problem.

Problem 1
========
I am trying to download CEPC through an Ethernet connection (Eboot).
But my NIC driver initializations are failing. I checked the same with
two PC and the results are same. I have the following network cards.
But these cards are not added in kitldrv.c file. so,

1) PC1 NIC card, Vendor ID 0x14E4, Dev ID 0x170C ( Broadcom made )
2) PC2 NIC card, Vendor ID 0x8086, Dev ID 0x27DC ( INTEL Made )

Does any one know any patch or latest version which supports NIC from
these Manufactures?. I am using WIN CE 5.0

Problem 2
=======
In MS-DOS mode, I loaded CEPC using loadcepc. I enabled the USB UHCI/
OCHI and EHCI support in the build and the registry entries are added.
Also from the boot console, I could see UHCD logs like "UHCD:
Installed ISR handler" etc.

1) But after booting, when I plug a USB device, there is no hardware
pop-up ( or any kind of notification) for driver installation ( I
added PnP Notifications during build, but don't know whether this is
applicable)
2) How do I view the drivers and devices in a standalone CEPC. I mean
"Device Manager" kind of stuff in CEPC.
3) What kind of diagnostic tools are used in CE for driver
development. I mean outside remote PB tools, as I am not able to
connect the PB to target CEPC.

Thanks in advance
Suja

Re: CE 5.0 Eboot and USB Host by Suja

Suja
Tue Apr 10 09:35:27 CDT 2007

On 9 Apr, 19:09, "Suja" <sujamolja...@yahoo.com> wrote:
> Hi All,
>
> I have two problem.
>
> Problem 1
> ========
> I am trying to download CEPC through an Ethernet connection (Eboot).
> But my NIC driver initializations are failing. I checked the same with
> two PC and the results are same. I have the following network cards.
> But these cards are not added in kitldrv.c file. so,
>
> 1) PC1 NIC card, Vendor ID 0x14E4, Dev ID 0x170C ( Broadcom made )
> 2) PC2 NIC card, Vendor ID 0x8086, Dev ID 0x27DC ( INTEL Made )
>
> Does any one know any patch or latest version which supports NIC from
> these Manufactures?. I am using WIN CE 5.0
>
> Problem 2
> =======
> In MS-DOS mode, I loaded CEPC using loadcepc. I enabled theUSBUHCI/
> OCHI and EHCI support in the build and the registry entries are added.
> Also from the boot console, I could see UHCD logs like "UHCD:
> Installed ISR handler" etc.
>
> 1) But after booting, when I plug aUSBdevice, there is no hardware
> pop-up ( or any kind of notification) for driver installation ( I
> added PnP Notifications during build, but don't know whether this is
> applicable)
> 2) How do I view the drivers and devices in a standalone CEPC. I mean
> "Device Manager" kind of stuff in CEPC.
> 3) What kind of diagnostic tools are used in CE for driver
> development. I mean outside remote PB tools, as I am not able to
> connect the PB to target CEPC.
>
> Thanks in advance
> Suja

Hi All,

The MSDN documentation for USB HCD says "The sample UHC driver is only
capable of detecting the Intel PIIX4 controller because of PCI bus
values that are hard-coded into the UHC driver". Means hard-coded for
Ven ID 0x8086 and DEV ID 0x7112. Is this still valid?. My DEV ID is
different. So does anyone has any experience?.

Thanks
Suja.


Re: CE 5.0 Eboot and USB Host by aman

aman
Wed Apr 11 00:12:22 CDT 2007

Hi Suja

This is in reference to your Problem 1 :

The supported NICs are present by an array variable g_NicSupported[]
in the file KitlDrv.c. Its there in location PFMRoot/Commmon/Src/x86/
common/kitl

And your card is not supported there. Look for the supported card

Regards

Aman


On Apr 10, 7:35 pm, "Suja" <sujamolja...@yahoo.com> wrote:
> On 9 Apr, 19:09, "Suja" <sujamolja...@yahoo.com> wrote:
>
>
>
>
>
> > Hi All,
>
> > I have two problem.
>
> > Problem 1
> > ========
> > I am trying to download CEPC through an Ethernet connection (Eboot).
> > But my NIC driver initializations are failing. I checked the same with
> > two PC and the results are same. I have the following network cards.
> > But these cards are not added in kitldrv.c file. so,
>
> > 1) PC1 NIC card, Vendor ID 0x14E4, Dev ID 0x170C ( Broadcom made )
> > 2) PC2 NIC card, Vendor ID 0x8086, Dev ID 0x27DC ( INTEL Made )
>
> > Does any one know any patch or latest version which supports NIC from
> > these Manufactures?. I am using WIN CE 5.0
>
> > Problem 2
> > =======
> > In MS-DOS mode, I loaded CEPC using loadcepc. I enabled theUSBUHCI/
> > OCHI and EHCI support in the build and the registry entries are added.
> > Also from the boot console, I could see UHCD logs like "UHCD:
> > Installed ISR handler" etc.
>
> > 1) But after booting, when I plug aUSBdevice, there is no hardware
> > pop-up ( or any kind of notification) for driver installation ( I
> > added PnP Notifications during build, but don't know whether this is
> > applicable)
> > 2) How do I view the drivers and devices in a standalone CEPC. I mean
> > "Device Manager" kind of stuff in CEPC.
> > 3) What kind of diagnostic tools are used in CE for driver
> > development. I mean outside remote PB tools, as I am not able to
> > connect the PB to target CEPC.
>
> > Thanks in advance
> > Suja
>
> Hi All,
>
> The MSDN documentation for USB HCD says "The sample UHC driver is only
> capable of detecting the Intel PIIX4 controller because of PCI bus
> values that are hard-coded into the UHC driver". Means hard-coded for
> Ven ID 0x8086 and DEV ID 0x7112. Is this still valid?. My DEV ID is
> different. So does anyone has any experience?.
>
> Thanks
> Suja.- Hide quoted text -
>
> - Show quoted text -