From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: Weilong Li Cc: ecos-discuss@sources.redhat.com Subject: RE: [ECOS] ecos ethernet configuration for ipaq Date: Tue, 10 Jul 2001 08:54:00 -0000 Message-id: References: <20010710080402.90125.qmail@web14302.mail.yahoo.com> X-SW-Source: 2001-07/msg00265.html 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.