Hi All,
I'm having problems connecting to the internet and was wondering if anyone would be able to give me a hand... My Pi is connected to my router via cable and I know that the router and cable both work, I've done some searching around and have not been successful.. Any help would be much appreciated..
Cheers
Re: No Internet Access
So you need to be methodical.
Has your pi been given an ip address? Check with ifconfig
Can you ping the router?
Can you ping 8.8.8.8 (Google)
Has your pi been given an ip address? Check with ifconfig
Can you ping the router?
Can you ping 8.8.8.8 (Google)
Re: No Internet Access
You do not say if the problem appears before or after the command startx.
Check if your network is functional before the startx command by using
ping 8.8.8.8
Check if your network is functional before the startx command by using
ping 8.8.8.8
Re: No Internet Access
Prior to startx, when i ping 8.8.8.8 it comes up with 'network is unreachable'
Re: No Internet Access
During ifconfig it looks like it doesn't have an ip address... also my router has been setup to enable dhcp...
- alexeames
- Forum Moderator
- Posts: 2874
- Joined: Sat Mar 03, 2012 11:57 am
- Location: UK
- Contact: Website
Re: No Internet Access
Have you tried that exact router port and cable with another computer - just to eliminate those as the issue? The other thing I thought of was a router reboot. Stupid little things I know, but it could just tell you something useful.
Alex Eames RasPi.TV, RasP.iO
Re: No Internet Access
I believe one of the earlier SD card images had problems with DHCP, are you using the latest image ?
If DHCP won't work try a static IP address (for Debian/Raspbian modify the file /etc/networking/interfaces try 'man interfaces' for the correct syntax for this file).
If DHCP won't work try a static IP address (for Debian/Raspbian modify the file /etc/networking/interfaces try 'man interfaces' for the correct syntax for this file).
Re: No Internet Access
Cheers for helping guys... Ive tried connecting my laptop directly to my router and has no problems with internet access... Ill try re-flashing the sd card and installing again with a new download also to see if that helps...
- simonthepiman
- Posts: 43
- Joined: Mon Jun 04, 2012 11:42 am
- Location: Battle - Sussex
- Contact: Website
Re: No Internet Access
Hi
Just in case you need instructions to setup fixed IP's try
http://www.simonthepiman.com/how_to_set ... access.php
Just in case you need instructions to setup fixed IP's try
http://www.simonthepiman.com/how_to_set ... access.php

Simon
http://www.simonthepiman.com (Beginners guides)
http://www.simonthepiman.com (Beginners guides)
Re: No Internet Access
Thanks for the guide simonthepiman, I managed to get the internet working... seems everytime I connected my 7 port USB hub my ethernet connection would work... So at present im trying to get my Belkin F5D7050 usb wireless adaptor to work so I can use the usb ports instead of the ethernet connection! Though im not sure the Pi is powerful enough to run the adaptor!
- simonthepiman
- Posts: 43
- Joined: Mon Jun 04, 2012 11:42 am
- Location: Battle - Sussex
- Contact: Website
Re: No Internet Access
Hi Jord
I had problems with a usb powered hub that wasnt powerful enough to run anything
http://www.simonthepiman.com/raspberry_power.php
I had problems with a usb powered hub that wasnt powerful enough to run anything
http://www.simonthepiman.com/raspberry_power.php

Simon
http://www.simonthepiman.com (Beginners guides)
http://www.simonthepiman.com (Beginners guides)
Re: No Internet Access
jord83uk wrote:Thanks for the guide simonthepiman, I managed to get the internet working... seems everytime I connected my 7 port USB hub my ethernet connection would work... So at present im trying to get my Belkin F5D7050 usb wireless adaptor to work so I can use the usb ports instead of the ethernet connection! Though im not sure the Pi is powerful enough to run the adaptor!
This link gives the chipset for Belkin adapters. Note that you need to know the version number of your adapter. That has caught me out in the past.
http://linux-wless.passys.nl/query_part ... ame=Belkin
PM.