Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lcd_wifi_demo: ARP: giving up on resolution of 192.168.43.51 after 3 attempts #1

Open
ehirdoy opened this issue Aug 26, 2019 · 0 comments

Comments

@ehirdoy
Copy link

ehirdoy commented Aug 26, 2019

With Android hotspot, ARP resolution of its own IP(192.168.43.51) seems failing as below although idf-edf simple wifi works OK. Any hint to investigate further?

Wifi event: 2
Starting event loop.
I (3140) wifi: n:6 0, o:1 0, ap:255 255, sta:6 0, prof:1
I (4120) wifi: state: init -> auth (b0)
I (5120) wifi: state: auth -> init (2)
I (5120) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
Wifi event: 5
I (7530) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
I (7530) wifi: state: init -> auth (b0)
I (7540) wifi: state: auth -> assoc (0)
I (7540) wifi: state: assoc -> run (10)
I (7570) wifi: connected with AndroidAP, channel 6
I (7570) wifi: pm start, type: 1

Wifi event: 4
1970-01-01 00:00:07 -00:00: INF [netif] DHCP: Looking for IP
1970-01-01 00:00:07 -00:00: INF [netif] DHCPDISCOVER SENT
1970-01-01 00:00:10 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=1)
1970-01-01 00:00:11 -00:00: INF [netif] DHCP: Got a lease
1970-01-01 00:00:11 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=2)
1970-01-01 00:00:13 -00:00: INF [arpv4] ARP: retrying 192.168.43.51 (n=3)
1970-01-01 00:00:14 -00:00: INF [arpv4] ARP: giving up on resolution of 192.168.43.51 after 3 attempts
1970-01-01 00:00:14 -00:00: INF [ipv4] IP.output: could not determine link-layer address for local network (192.168.43.0/24) ip 192.168.43.51
1970-01-01 00:00:14 -00:00: WRN [ipv4] Could not find 192.168.43.51 on the local network
1970-01-01 00:00:14 -00:00: WRN [Wire] Error sending TCP packet via IP: no route to destination: no response for IP on local network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant