<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Peter,<br>
<br>
thank for reply :)  I have found the problem.  I using the custom
kernel 2.6.13 but the kernel header is different from the standard
kernel header.<br>
<br>
my custom kernel which not using _NR_xxx . current solution is to
manually point BR2 to custom kernel header which force uclibc to use
__NR_socketcall.  Now have another problem is to make BR2 to support
custom kernel without kernel header.<br>
<br>
<br>
include/asm-arm/unistd.h<br>
===============================================================================<br>
#if 0 /* reserve these for un-muxing socketcall */<br>
#define __NR_socket                     (__NR_SYSCALL_BASE+281)<br>
#define __NR_bind                       (__NR_SYSCALL_BASE+282)<br>
#define __NR_connect                    (__NR_SYSCALL_BASE+283)<br>
#define __NR_listen                     (__NR_SYSCALL_BASE+284)<br>
#define __NR_accept                     (__NR_SYSCALL_BASE+285)<br>
#define __NR_getsockname                (__NR_SYSCALL_BASE+286)<br>
#define __NR_getpeername                (__NR_SYSCALL_BASE+287)<br>
#define __NR_socketpair                 (__NR_SYSCALL_BASE+288)<br>
#define __NR_send                       (__NR_SYSCALL_BASE+289)<br>
#define __NR_sendto                     (__NR_SYSCALL_BASE+290)<br>
#define __NR_recv                       (__NR_SYSCALL_BASE+291)<br>
#define __NR_recvfrom                   (__NR_SYSCALL_BASE+292)<br>
#define __NR_shutdown                   (__NR_SYSCALL_BASE+293)<br>
#define __NR_setsockopt                 (__NR_SYSCALL_BASE+294)<br>
#define __NR_getsockopt                 (__NR_SYSCALL_BASE+295)<br>
#define __NR_sendmsg                    (__NR_SYSCALL_BASE+296)<br>
#define __NR_recvmsg                    (__NR_SYSCALL_BASE+297)<br>
#endif<br>
=======================================================================<br>
<br>
<br>
<br>
Peter Korsgaard wrote:
<blockquote cite="mid:87fxmaxdml.fsf@macbook.be.48ers.dk" type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">"yongyew" == yongyew  <a class="moz-txt-link-rfc2396E" href="mailto:yongyew@actatek.com"><yongyew@actatek.com></a> writes:
            </pre>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
 yongyew> Dear all,
 yongyew> I face same problem when i do the following ping

 yongyew> PING 127.0.0.1 (127.0.0.1): 56 data bytes
 yongyew> ping: sendto: Invalid argument

 yongyew> My eth0 is already config with eth0 and lo using ifconfig.
 yongyew> Do anyone have any idea what is the cause. 

Not without more details about your setup.

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Cheong Yong Yew
Software Project Manager

ACTAtek Pte Ltd/Hectrix Ltd
18, Boon Lay Way, #09-96/97/98
TradeHub 21, Singapore 609964
Tel  :    (65) 65154520
Fax :    (65) 65154521
Skype :  co-yongyew
E-mail :  <a class="moz-txt-link-abbreviated" href="mailto:yongyew@actatek.com">yongyew@actatek.com</a>
website : <a class="moz-txt-link-abbreviated" href="http://www.actatek.com">www.actatek.com</a>
 
Secure Access Control/Time Attendance & Advertising/Information Systems
 
----------------------------------------------------------------------------
New Company Achievement Award:

August 5, 2008 - ACTAtek Pte Ltd is pleased to know that Network Products
Guide a Silicon Valley Communications publication and a world leading
publication on technologies and solutions has named ACTAtek2, a winner of
the 2008 Best Products and Services Award (Best in Integrated Security
Appliance)

-----------------------------------------------------------------
Please visit our booth:

Security Sydney 2008 Conference & Exhibition
Date: 26-28 August 2008
Venue: Sydney Convention & Exhibition Centre Australia
            Darling Harbour, Hall 5
Booth: G42
Website:  <a class="moz-txt-link-abbreviated" href="http://www.securityexpo.com.au">www.securityexpo.com.au</a>

ASIS INTERNATIONAL, Atlanta 2008
54th Annual Seminar & Exhibits
Date: September 15-17, 2008
Venue: Georgia World Congress Center
            285 Andrew Young International Blvd., NW
            Atlanta, GA USA
Booth: 219
Website: <a class="moz-txt-link-freetext" href="http://www.asisonline.org/asis2008">http://www.asisonline.org/asis2008</a>

 
-----------------------------------------------------------------------------------------
This message and any attachment are confidential and may be privileged or otherwise
protected from disclosure. If you are not the intended recipient please telephone or e-mail
the sender and delete this message and all attachments from your system.If you are not
the intended recipient you must not copy this message</pre>
</body>
</html>