Hello,
I use the imx6dl android 6.0, when I setting the ethernet app, sometimes will be fail.
I use adb logcat find the fail log:
| ethernet static ip fail log |
| 08-26 11:57:14.073 915 28670 I EthernetNetworkFactory: Applying static IPv4 configuration to eth0: IP address 192.168.120.56/23 Gateway 192.168.120.1 DNS servers: [ 8.8.8.8 ] Domains 08-26 11:57:14.086 915 28670 E EthernetNetworkFactory: Setting static IP address failed: command '1078 interface setcfg eth0 192.168.120.56 23 up multicast running broadcast' failed with '400 1078 Failed to up interface (Bad file descriptor)' 08-26 11:57:14.200 6393 6393 D EthernetManager: reset device eth0 08-26 11:57:14.202 6393 6393 D EthernetManager: Static IP =192.168.120.61 08-26 11:57:14.221 915 2244 D Ethernet: Unregistering NetworkFactory 08-26 11:57:14.221 915 1548 D ConnectivityService: unregisterNetworkFactory for Ethernet 08-26 11:57:14.225 915 2244 D Ethernet: Registering NetworkFactory 08-26 11:57:14.226 915 1548 D ConnectivityService: Got NetworkFactory Messenger for Ethernet |
Although, the static ip setting fail. I use command "ifconfig" can see the eth0 is up.
and use command "ping" lan ip is work.
But I use browser can't get internet, the ethernet icon is not show, either.
If anyone know what's the problem?
Please tell me. Thanks.