tobymobyy
Posts: 3
Joined: Tue Mar 07, 2017 6:26 pm

WiFi connected but no internet use.

Tue Mar 07, 2017 6:31 pm

I have everything I need to use the raspberry pi except I have WiFi connected and when I try use someone on chromium it says
"The sit can't be reached"
"(URL) to too long to respond)
:C

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: WiFi connected but no internet use.

Tue Mar 07, 2017 7:12 pm

Get the results from
ip addr show
ip route
sudo ping -c3 $(ip route | awk '/default/ {print $3})
sudo ping -c3 8.8.8.8
sudo ping -c3 google.com
cat /etc/resolv.conf
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

tobymobyy
Posts: 3
Joined: Tue Mar 07, 2017 6:26 pm

Re: WiFi connected but no internet use.

Thu Mar 09, 2017 4:34 pm

Then what

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: WiFi connected but no internet use.

Thu Mar 09, 2017 4:41 pm

tobymobyy wrote:Then what
Post them on here, perhaps.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

tobymobyy
Posts: 3
Joined: Tue Mar 07, 2017 6:26 pm

Re: WiFi connected but no internet use.

Fri Mar 10, 2017 9:09 am

Oh wait...
It's fixed thanks

ravikumaronweb
Posts: 4
Joined: Mon Mar 13, 2017 8:43 am

Re: WiFi connected but no internet use.

Tue Mar 14, 2017 3:19 am

Hi I have the same issue, My raspberry Pi 2 connects with Wifi(raspberry make), the wifi symbol is shown and displays 'wlano associated' in GUI display corner. But still I cant ping 8.8.8.8 or goolge. Can any body help me?

ravikumaronweb
Posts: 4
Joined: Mon Mar 13, 2017 8:43 am

Re: WiFi connected but no internet use.

Tue Mar 14, 2017 3:21 am

tobymobyy wrote:Oh wait...
It's fixed thanks
Hi Tobymobby, Can you share your problem which can help me out here?

ravikumaronweb
Posts: 4
Joined: Mon Mar 13, 2017 8:43 am

Re: WiFi connected but no internet use.

Fri Mar 31, 2017 12:16 am

Finally I got it.
I reloaded the OS in SD card, apt-get update, inserted the Raspberry pi make Wifi dongle.
Thats is it , Bingo.
I had to select my wifi network manually in Desktop network setting.
I could connect to internet now.

Thanks for all sharing their ideas.

Return to “Troubleshooting”