IMX53 Internet connection via ethernet

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IMX53 Internet connection via ethernet

987 次查看
visakh
Contributor III

Hi All,

Anybody faced problem in connecting to internet from different ports. I am able to connect from one but not from the other. I have set DNS permanently as Google public dns(dns1-8.8.8.8 &dns2-8.8.8.4) and my eth0 are UP.

Visakh.S.V

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

848 次查看
waterzhou
Contributor V

Oh, We have this issue on imx53 before, The root cause is dhcp failure when you transfer to another port. So it still use the old IP. But the route is not right.

On our imx6's ICS version, we have solved this issue.

You can try two ways :

1. change init.rc like the following:

service dhcpcd_eth0 /system/bin/dhcpcd -AL
class late_start
disabled
oneshot

2. change framework code, when eht0 down, make clear IP action. I have attached my patch on imx6, you can refer to.

0 项奖励
回复