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

wizard/wifi/network: 'waiting for internet' even after connected to wifi #1770

Open
joaoantoniocardoso opened this issue Jun 9, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@joaoantoniocardoso
Copy link
Member

joaoantoniocardoso commented Jun 9, 2023

This is probably caused by the default route still being the ethernet (cabled) device, and might not be the general use case:

wizard_neverending_waiting_for_internet.mp4
@joaoantoniocardoso joaoantoniocardoso added the bug Something isn't working label Jun 9, 2023
@Williangalvani
Copy link
Member

it is actually checking for internet connectivity to some websites, so wifi itself may not be enough if you have a weird setup:

https://github.com/bluerobotics/BlueOS-docker/blob/master/core/services/helper/main.py#L155-L158

@patrickelectric
Copy link
Member

Related to #1539

@patrickelectric
Copy link
Member

@joaoantoniocardoso is that a thing ?

@joaoantoniocardoso
Copy link
Member Author

joaoantoniocardoso commented Jun 28, 2023

@joaoantoniocardoso is that a thing ?

I'm not sure whether changing the priority solves it, it seems to be related to ipv4 vs ipv6 (and probably the default route). In the image below, the output of the first route is with the cable connected but no internet. Then I kept the cable, removed the internet connection from that ethernet cable, and connected to the WiFi network, which is connected to the internet, but somehow only ipv6 works from inside the Raspberry:

image

With my laptop connected to the same WiFi I can ping -4 with no problems when using that same WiFi.

@joaoantoniocardoso
Copy link
Member Author

joaoantoniocardoso commented Jun 28, 2023

More info:

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants