public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ecos ethernet configuration for ipaq
@ 2001-07-10  1:04 Weilong Li
  2001-07-10  8:54 ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Weilong Li @ 2001-07-10  1:04 UTC (permalink / raw)
  To: ecos-discuss

Hi, I'm kind of desperately need to enable networking
functionality for ipaq. The problem I currently
have is I don't know how to set various configurations
(whether using dhcp or static ip) in ecos.ecc for
ipaq.
I have tried for several weeks to do trial and error,
but got no luck.

If someone can show me a working version of ecos.ecc,
(whether using static ip or dhcp), this would be a big
big help to me, and I would definitely be willing to
buy a lunch or dinner, if you are in silicon valley.

thank you so much,

Weilong

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] ecos ethernet configuration for ipaq
  2001-07-10  1:04 [ECOS] ecos ethernet configuration for ipaq Weilong Li
@ 2001-07-10  8:54 ` Gary Thomas
  2001-07-11  1:51   ` Weilong Li
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2001-07-10  8:54 UTC (permalink / raw)
  To: Weilong Li; +Cc: ecos-discuss

 
On 10-Jul-2001 Weilong Li wrote:
> Hi, I'm kind of desperately need to enable networking
> functionality for ipaq. The problem I currently
> have is I don't know how to set various configurations
> (whether using dhcp or static ip) in ecos.ecc for
> ipaq.
> I have tried for several weeks to do trial and error,
> but got no luck.
> 
> If someone can show me a working version of ecos.ecc,
> (whether using static ip or dhcp), this would be a big
> big help to me, and I would definitely be willing to
> buy a lunch or dinner, if you are in silicon valley.
>

Here's what I just did, using the iPAQ and DHCP-style addressing:

  % ecosconfig new ipaq net
  % ecosconfig add pcmcia
  % ecosconfig tree
  % make
  % make -C net/tcpip/current tests TESTS=tests/nc_test_slave

It worked just fine.

Note: most likely your problem is the PCMCIA package, which must
be added explicitly.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] ecos ethernet configuration for ipaq
  2001-07-10  8:54 ` Gary Thomas
@ 2001-07-11  1:51   ` Weilong Li
  2001-07-11  5:17     ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Weilong Li @ 2001-07-11  1:51 UTC (permalink / raw)
  To: Gary Thomas; +Cc: ecos-discuss

The problem is that, after I
use 
 % ecosconfig new ipaq net
 % ecosconfig add pcmcia
I got the error message 

C CYGPKG_DEVS_ETH_CF, "requires" constraint not
satisfied: CYGPKG_DEVS_ETH_NS_DP83902A

I'm using the latest anoncvs source code.
I bought the socket communication cf card, I don't
know should I add that CYGPKG_DEVS_ETH_NS_DP83902A
package or other package for the cf card.
Also, do you need to edit ecos.ecc to configure
dhcp things and how?

Could you please email me the ecos.ecc? Since
it is pretty large, you can email me privately.

thank you so much,

Weilong

> 
> Here's what I just did, using the iPAQ and
> DHCP-style addressing:
> 
>   % ecosconfig new ipaq net
>   % ecosconfig add pcmcia
>   % ecosconfig tree
>   % make
>   % make -C net/tcpip/current tests
> TESTS=tests/nc_test_slave
> 
> It worked just fine.
> 
> Note: most likely your problem is the PCMCIA
> package, which must
> be added explicitly.


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] ecos ethernet configuration for ipaq
  2001-07-11  1:51   ` Weilong Li
@ 2001-07-11  5:17     ` Gary Thomas
  2001-07-12  1:08       ` Weilong Li
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2001-07-11  5:17 UTC (permalink / raw)
  To: Weilong Li; +Cc: ecos-discuss

 
On 11-Jul-2001 Weilong Li wrote:
> The problem is that, after I
> use 
>  % ecosconfig new ipaq net
>  % ecosconfig add pcmcia
> I got the error message 
> 
> C CYGPKG_DEVS_ETH_CF, "requires" constraint not
> satisfied: CYGPKG_DEVS_ETH_NS_DP83902A
> 
> I'm using the latest anoncvs source code.

This should definitely work - I just did it myself, using the 
anonCVS sources.

When you updated your CVS tree, did you use the '-d' option?
This option forces all relevant directories to be updated,
not just the ones that were present when you did the original
checkout.

To safely update the CVS tree, use this:
  % cd ${anonCVS}/ecos
  % cvs -q -z9 up -d -P

> I bought the socket communication cf card, I don't
> know should I add that CYGPKG_DEVS_ETH_NS_DP83902A
> package or other package for the cf card.
> Also, do you need to edit ecos.ecc to configure
> dhcp things and how?
> 
> Could you please email me the ecos.ecc? Since
> it is pretty large, you can email me privately.

Until you get your CVS tree in shape, this won't do any good.

Let me know if you still can't get this to work.

> 
> thank you so much,
> 
> Weilong
> 
>> 
>> Here's what I just did, using the iPAQ and
>> DHCP-style addressing:
>> 
>>   % ecosconfig new ipaq net
>>   % ecosconfig add pcmcia
>>   % ecosconfig tree
>>   % make
>>   % make -C net/tcpip/current tests
>> TESTS=tests/nc_test_slave
>> 
>> It worked just fine.
>> 
>> Note: most likely your problem is the PCMCIA
>> package, which must
>> be added explicitly.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] ecos ethernet configuration for ipaq
  2001-07-11  5:17     ` Gary Thomas
@ 2001-07-12  1:08       ` Weilong Li
  0 siblings, 0 replies; 5+ messages in thread
From: Weilong Li @ 2001-07-12  1:08 UTC (permalink / raw)
  To: Gary Thomas; +Cc: ecos-discuss

Hi, Gary, thanks a lot. I can use the network
stack successfully, and can run test examples
such as tcp_echo, server_test, etc.

The reason that is causing the problem is that
the tcp stack code is not updated, I'm using
the code at leaset one month ago, though the
ecos code is updated.

thanks again,

Weilong
--- Gary Thomas <gthomas@redhat.com> wrote:
>  
> On 11-Jul-2001 Weilong Li wrote:
> > The problem is that, after I
> > use 
> >  % ecosconfig new ipaq net
> >  % ecosconfig add pcmcia
> > I got the error message 
> > 
> > C CYGPKG_DEVS_ETH_CF, "requires" constraint not
> > satisfied: CYGPKG_DEVS_ETH_NS_DP83902A
> > 
> > I'm using the latest anoncvs source code.
> 
> This should definitely work - I just did it myself,
> using the 
> anonCVS sources.
> 
> When you updated your CVS tree, did you use the '-d'
> option?
> This option forces all relevant directories to be
> updated,
> not just the ones that were present when you did the
> original
> checkout.
> 
> To safely update the CVS tree, use this:
>   % cd ${anonCVS}/ecos
>   % cvs -q -z9 up -d -P
> 
> > I bought the socket communication cf card, I don't
> > know should I add that CYGPKG_DEVS_ETH_NS_DP83902A
> > package or other package for the cf card.
> > Also, do you need to edit ecos.ecc to configure
> > dhcp things and how?
> > 
> > Could you please email me the ecos.ecc? Since
> > it is pretty large, you can email me privately.
> 
> Until you get your CVS tree in shape, this won't do
> any good.
> 
> Let me know if you still can't get this to work.
> 
> > 
> > thank you so much,
> > 
> > Weilong
> > 
> >> 
> >> Here's what I just did, using the iPAQ and
> >> DHCP-style addressing:
> >> 
> >>   % ecosconfig new ipaq net
> >>   % ecosconfig add pcmcia
> >>   % ecosconfig tree
> >>   % make
> >>   % make -C net/tcpip/current tests
> >> TESTS=tests/nc_test_slave
> >> 
> >> It worked just fine.
> >> 
> >> Note: most likely your problem is the PCMCIA
> >> package, which must
> >> be added explicitly.
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail
> > http://personal.mail.yahoo.com/


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-07-12  1:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-10  1:04 [ECOS] ecos ethernet configuration for ipaq Weilong Li
2001-07-10  8:54 ` Gary Thomas
2001-07-11  1:51   ` Weilong Li
2001-07-11  5:17     ` Gary Thomas
2001-07-12  1:08       ` Weilong Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).