打印
[嵌入式linux]

android下网口配置问题

[复制链接]
1225|3
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
afei8856|  楼主 | 2014-6-5 16:11 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

root@android:/ # busybox ifconfig eth0 192.168.0.116 netmask 255.255.255.0     
root@android:/ # busybox ifconfig eth0 up
root@android:/ # busybox route add default gw 192.168.0.1 dev eth0
root@android:/ # setprop net.dsn1 219.146.1.66
root@android:/ # busybox ifconfig                                             
eth0      Link encap:Ethernet  HWaddr 1E:ED:19:27:1A:B3  
          inet addr:192.168.0.116  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::1ced:19ff:fe27:1ab3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:2615 (2.5 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:240 errors:0 dropped:0 overruns:0 frame:0
          TX packets:240 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:17536 (17.1 KiB)  TX bytes:17536 (17.1 KiB)
root@android:/ # ping 192.168.0.116
PING 192.168.0.116 (192.168.0.116) 56(84) bytes of data.
64 bytes from 192.168.0.116: icmp_seq=1 ttl=64 time=0.223 ms
64 bytes from 192.168.0.116: icmp_seq=2 ttl=64 time=0.119 ms
64 bytes from 192.168.0.116: icmp_seq=3 ttl=64 time=0.105 ms

root@android:/ # ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.116 icmp_seq=1 Destination Host Unreachable
From 192.168.0.116 icmp_seq=2 Destination Host Unreachable
From 192.168.0.116 icmp_seq=3 Destination Host Unreachable

|root@android:/ # busybox route                                               
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
     测试android下以太网,发现怎么设置RX的数据包都是0,而且网关看着设置的也有问题。有没有遇到相似问题的?

相关帖子

沙发
outstanding| | 2014-6-6 08:00 | 只看该作者
这个不会   期待高手来解答

使用特权

评论回复
板凳
afei8856|  楼主 | 2014-6-6 09:16 | 只看该作者
期待高手解答啊

使用特权

评论回复
地板
afei8856|  楼主 | 2014-6-7 14:57 | 只看该作者
找到问题了,由于焊的板子有个引脚虚焊没检查出来

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

15

主题

147

帖子

2

粉丝