Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

raspberry pi b+ network

Options
  • 05-07-2015 10:48am
    #1
    Registered Users Posts: 52 ✭✭


    Hi all just bought a pi for the sole purpose of running kodi on my TV all good except it does not connect to the network?? I'm using power line adapter which are working on other devices?? Computer illiterate would be an understatement! Any help appreciated!!


Comments

  • Registered Users Posts: 882 ✭✭✭moneymad


    do you know how to open a terminal and type in a command?


  • Registered Users Posts: 52 ✭✭bubric


    moneymad wrote: »
    do you know how to open a terminal and type in a command?

    Not a notion but could probably Google how to and get the command from u if u wouldn't mind!


  • Registered Users Posts: 882 ✭✭✭moneymad


    type in sudo ifconfig and hit Enter
    what you're looking for is

    eth0 Link encap:Ethernet HWaddr 00:24:e8:1a:3b:42
    inet addr:192.168.1.22 Bcast:192.168.1.255 Mask:255.255.255.0

    eht0 is your connection to the eircom/vodafone whatever router.
    inet addr is the address the router gives you when you plug in your pi to the wall.

    your inet addr is going to be different than mine.


  • Registered Users Posts: 52 ✭✭bubric


    moneymad wrote: »
    type in sudo ifconfig and hit Enter
    what you're looking for is

    eth0 Link encap:Ethernet HWaddr 00:24:e8:1a:3b:42
    inet addr:192.168.1.22 Bcast:192.168.1.255 Mask:255.255.255.0
    Thanks will have a go later :-)


  • Registered Users Posts: 52 ✭✭bubric


    bubric wrote: »
    Thanks will have a go later :-)

    This what I got


  • Advertisement
  • Registered Users Posts: 36,167 ✭✭✭✭ED E


    Its self assigning an IP address, that means its not able to talk to your router at all.

    If the homeplug connection works for other devices the first thing id try is changing the ethernet cable.


  • Registered Users Posts: 52 ✭✭bubric


    ED E wrote: »
    Its self assigning an IP address, that means its not able to talk to your router at all.

    If the homeplug connection works for other devices the first thing id try is changing the ethernet cable.

    Thanks will that now!


Advertisement