JaZZCooL
Posts: 17
Joined: Sun Aug 04, 2013 10:21 pm

Raspberry pi connection problem?

Wed Oct 15, 2014 1:42 am

hello,
I just setup up my raspberry pi after a long time but the thing is my network is not getting connected to the internet.

Steps I followed to connect

1) Since I am on the motel internet I have to go to the browser each time I connect to put in the password and connect to the internet.

2) So instead of doing the same for my raspberry pi I created an ad-hoc connection from my windows 8.1 and used that to connect to my raspberry pi

3) It says that I am connected to the network but whenever I try to open up a website in midori it says "Cannot resolve hostname"

I would highly appreciate your help.

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Raspberry pi connection problem?

Wed Oct 15, 2014 8:26 am

I suspect this is a 'Windows' problem, nothing to do with the RPi. You probably need to investigate the configuration of 'network sharing' on the windows machine - this is probably not enabled by default.

User avatar
lmarmisa
Posts: 1265
Joined: Thu Feb 14, 2013 2:22 am
Location: Jávea, Spain

Re: Raspberry pi connection problem?

Wed Oct 15, 2014 10:22 am

Try these commands and post the outputs:

Code: Select all

ping -c4 8.8.8.8
ping -c4 google.com
cat /etc/resolv.conf

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: Raspberry pi connection problem?

Wed Oct 15, 2014 10:43 am

Can't resolve hostname means there's no entry in your /etc/hosts file with the hostname and IP address 127.0.1.1
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.

Return to “Troubleshooting”