element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Raspberry Pi Ethernet Problem
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Locked Locked
  • Replies 30 replies
  • Subscribers 666 subscribers
  • Views 14772 views
  • Users 0 members are here
  • raspberry
  • raspberry_pi
Related
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Raspberry Pi Ethernet Problem

Former Member
Former Member over 12 years ago

Whenever I turn my Raspberry Pi on, the three network lights just blink and it can't connect to the internet. I have checked all network items and they do work so it comes down to the Raspberry Pi.  Is there something physicaly wrong with the board itself?

 

It is Model B and I have Wheezy installed on the SD card if that helps or makes a difference at all.

  • Cancel
Parents
  • Former Member
    Former Member over 12 years ago

    In that case it seems that the network device is OK. Try manually setting the network configuration.

    Use your favourite editor on /etc/network/interfaces file. Make sure it looks like this:

     

    auto eth0

    iface eth0 inet dhcp

     

    If that works, you should be good to go. If that doesn't work then set the IP address manually, you need to know the subnet, usually 192.168.0.0 or 192.168.1.0, and your router IP address,

     

    auto eth0

        iface eth0 inet static

            address 192.168.0.55

            netmask 255.255.255.0

            gateway 192.168.0.254

     

    If this works you should have network connection, man interfaces should give you more information on this file should you need it.

     

    This will test whether you can get a network configuration loaded. If you can then se if you can ping your router.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to Former Member

    I tried both. By setting it to DHCP, upon reboot it just searched several times for an IP address but never got one. I tried to ping once it rebooted and nothng. I also tried setting a static IP as you said and nothing for a ping still. Perhaps something is physically wrong with the ethernet port?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to Former Member

    That is possibility, but more likely it is your ethernet cable. Test that on a workimg system just to discount it.

     

    Also try one of the other distributions or an updated copy of Raspbian from here http://www.raspberrypi.org/downloads

    (you didn't say what version you were running).

     

    Also check your router is actually sending DHCP out on the ethernet port (you didn't mention what router you had).

     

    If you have managed to configure a static IP address properly can you post the output of ifconfig please. Also can you ensure that your chosen IP address is on the same subnet as the router (sorry if this is basic stuff, but I don't like to make assumptions about your experience level as you haven't said).

     

    Another trick is to connect another device into the wired network and try that out. Once you have a working connection on that device try connecting to the Pi or vice versa. It would be useful if you could also post the output of ipconfig /a from any Windows device you have connected, or ifconfig from a Mac or Linux terminal session on the other device.

     

    Ethernet ports are usually quite reliable. Mostly it is bad cables, dodgy DHCP configurations or problems with the arbitration of a connection speed with the switch/hub. On that subject what is your switch/hub (manufacturer and model)?

     

    Please also list your IP address configuration for the internal network of your router, Pi and other wire connected computing device, just so we are clear that everything is OK.

     

    Christian

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Former Member
    Former Member over 12 years ago in reply to Former Member

    That is possibility, but more likely it is your ethernet cable. Test that on a workimg system just to discount it.

     

    Also try one of the other distributions or an updated copy of Raspbian from here http://www.raspberrypi.org/downloads

    (you didn't say what version you were running).

     

    Also check your router is actually sending DHCP out on the ethernet port (you didn't mention what router you had).

     

    If you have managed to configure a static IP address properly can you post the output of ifconfig please. Also can you ensure that your chosen IP address is on the same subnet as the router (sorry if this is basic stuff, but I don't like to make assumptions about your experience level as you haven't said).

     

    Another trick is to connect another device into the wired network and try that out. Once you have a working connection on that device try connecting to the Pi or vice versa. It would be useful if you could also post the output of ipconfig /a from any Windows device you have connected, or ifconfig from a Mac or Linux terminal session on the other device.

     

    Ethernet ports are usually quite reliable. Mostly it is bad cables, dodgy DHCP configurations or problems with the arbitration of a connection speed with the switch/hub. On that subject what is your switch/hub (manufacturer and model)?

     

    Please also list your IP address configuration for the internal network of your router, Pi and other wire connected computing device, just so we are clear that everything is OK.

     

    Christian

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube