IMX53 Internet connection via ethernet

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX53 Internet connection via ethernet

566 Views
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

Labels (1)
0 Kudos
1 Reply

427 Views
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 Kudos