IMX53 Internet connection via ethernet

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX53 Internet connection via ethernet

977件の閲覧回数
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 返信

838件の閲覧回数
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 件の賞賛
返信