Re: adding and tracing RealTek RTL8139
- From: "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
- Date: Tue, 23 Aug 2005 10:20:01 -0700
You have to have the driver for your Ethernet controller in the system, if
you don't have VBridge in and KITL turned on. If you have VBridge in and
KITL turned on, then you must not have the driver for your Ethernet
controller in the system.
Spend some time reading the help. Understand how things are supposed to
work, then ask for help. If you just can't figure it out, hire a consultant
to work through it for you.
Paul T.
"Shutruk Nahunte" <shutruk@xxxxxxxxxx> wrote in message
news:OcbVkUAqFHA.620@xxxxxxxxxxxxxxxxxxxxxxx
> Paul G. Tobey [eMVP] wrote:
>
>> Carefully *read* what Steve told you!!!
>>
>> If you have KITL over Ethernet turned on in your OAL, that provides an
>> Ethernet-based communication channel to PB. *However*, that does *not*
>> mean that you can use that for general network I/O in the OS on the
>> device. It's for that debug channel only.
>>
>> If you add the VBridge component, that creates a dummy Ethernet device in
>> the system for you that your application code and the OS networking code
>> can use, as though there was a full-blown Ethernet device there, but it
>> actually calls into the KITL code to do send/receive, etc. In this case,
>> KITL has *complete* control over the Ethernet device, so you can't have
>> the driver for that device in the OS; KITL is using it. With this
>> VBridge configuration, you can do network I/O, but, as you'd guess it's
>> going to be slow, compared with direct access to the Ethernet controller
>> from the real driver.
>>
>> In your final device, you want KITL off and the real driver for the
>> network device included, with no VBridge in the OS. This is the retail
>> configuration.
>>
>> Paul T.
>
>
> Thank you for answering.
> I read carefully, but I'getting confused.
> As you can see I removed KITL and ethernet sharing.
> So what's wrong now ?
>
> My ethernet properties does not appears in the target
> (standalone) and not answers to my pings.
> What do I need to have the ethernet working ?
> TIA
.
- Follow-Ups:
- Re: adding and tracing RealTek RTL8139
- From: Shutruk Nahunte
- Re: adding and tracing RealTek RTL8139
- References:
- adding and tracing RealTek RTL8139
- From: Shutruk Nahunte
- Re: adding and tracing RealTek RTL8139
- From: Shutruk Nahunte
- Re: adding and tracing RealTek RTL8139
- From: Paul G. Tobey [eMVP]
- Re: adding and tracing RealTek RTL8139
- From: Shutruk Nahunte
- Re: adding and tracing RealTek RTL8139
- From: Paul G. Tobey [eMVP]
- Re: adding and tracing RealTek RTL8139
- From: Shutruk Nahunte
- adding and tracing RealTek RTL8139
- Prev by Date: Re: Build and Sysgen
- Next by Date: Re: adding and tracing RealTek RTL8139
- Previous by thread: Re: adding and tracing RealTek RTL8139
- Next by thread: Re: adding and tracing RealTek RTL8139
- Index(es):
Relevant Pages
|