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 i just brought a raspberry pi 3 how do i connect with a laptop and how do i knw the IP adress of my pi
  • 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
  • State Suggested Answer
  • Replies 20 replies
  • Answers 7 answers
  • Subscribers 666 subscribers
  • Views 2218 views
  • Users 0 members are here
  • raspberry_pi_getting_started
Related

i just brought a raspberry pi 3 how do i connect with a laptop and how do i knw the IP adress of my pi

mjethwa
mjethwa over 8 years ago

i just brought a raspberry pi how do i knw wat is the IP and how do i connect using an ethernet cable .

please suggest

  • Sign in to reply
  • Cancel
  • rachaelp
    0 rachaelp over 8 years ago

    You say you have just bought it, have you done anything with it yet? Have you installed an OS, if so which one?

     

    If you literally have just bought it and have done nothing with it at all then start here: https://www.raspberrypi.org/learning/hardware-guide/

     

    For the basic initial setup of the OS then go here: https://www.raspberrypi.org/learning/hardware-guide/quickstart/

     

    Once you can boot into the OS then you can get either your Ethernet or wifi connections working with the instructions here: https://www.raspberrypi.org/learning/hardware-guide/networking/

     

    So, if you have done all the above and have a working Pi connected to your network then you can find out its IP address from the linux command line by typing

     

    ifconfig

     

    Then from your laptop, with either the native terminal (Linux/macOS) or via a third party tool like PuTTY (windows) you can connect to the Pi with:

     

    ssh <ip of my pi>

     

    It'll bring you to the login prompt and you enter the credentials you use to log into the Pi directly.

     

    Best Regards,

     

    Rachael

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mjethwa
    0 mjethwa over 8 years ago

    so basically without the OS on the SD card my pi is just a hardware and the configurations and the ip address will be in the raspbian image that i install right ???

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • fvan
    0 fvan over 8 years ago in reply to mjethwa

    * Flash the SD card

    * Insert the SD card in the Pi

    * Connect the ethernet cable between Pi and home network

    * Power on Pi

     

    The Pi runs DHCP, so it should automatically get an IP from your home router. You should be able to "ping raspberrypi.local".

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • rachaelp
    0 rachaelp over 8 years ago in reply to mjethwa

    Meet Jethwa wrote:

     

    so basically without the OS on the SD card my pi is just a hardware and the configurations and the ip address will be in the raspbian image that i install right ???

    Yes, you need to install an OS onto an SD card, otherwise it's just a piece of hardware and then once you have an OS installed (e.g. Raspbian) then all the network configuration is all done in there. As fvan states, the default Pi setup uses DHCP so it should obtain an IP address directly from your router (assuming you have a fairly typical home setup).

     

    Best Regards,


    Rachael

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mjethwa
    0 mjethwa over 8 years ago in reply to rachaelp

    which OS shud i install and where wud the ip stored in the os because i want to boot it using an ethernet cable on my macbook pro

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rachaelp
    0 rachaelp over 8 years ago in reply to mjethwa

    Meet Jethwa wrote:

     

    which OS shud i install and where wud the ip stored in the os because i want to boot it using an ethernet cable on my macbook pro

    You should probably just use Raspbian as most of the tutorials available are based on this.

     

    As for how to set it up to network boot from your macbook pro....

     

    Here is the detailed instructions for network booting from the Raspberry Pi website: https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md

     

    In this guide they are using a second pi as the NFS server for booting the pi. You'll need to copy all the required files for booting your Pi to an NFS server hosted on your mac. I assume as you are running a mac you know how to do this but here is a place to start if you don't: https://apple.stackexchange.com/questions/282644/how-to-share-directory-over-nfs-from-mac-w-o-macos-server-app

     

    I've not tried doing this myself as I don't have a Pi3 so beyond the above I would just be googling for answers which I recommend you do directly image

     

    Best Regards,

     

    Rachael

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mjethwa
    0 mjethwa over 8 years ago

    I connected the ethernet cable to my pi but the light does not glow ....

    is it that I have to install the OS in the pi and then the light of the ethernet port will glow

    please help

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rachaelp
    0 rachaelp over 8 years ago in reply to mjethwa

    Yes you need to install the OS first otherwise the associated Ethernet hardware (MAC/PHY) are not initialized.... (or anything else for that matter)

     

    The instructions and the order in which to do things are all in the links I gave above.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • RParkerE
    0 RParkerE over 8 years ago in reply to mjethwa

    Yes, you must install an OS on the SD card and insert it into the Pi before anything works/happens on the hardware. You can find the raspbian image and instructions on their website.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • RParkerE
    0 RParkerE over 8 years ago in reply to mjethwa

    If you are still stuck or confused after reading through all of the information already provided I suggest you following a setup tutorial.

     

    If you have a monitor and keyboard connected to your device use this tutorial.

     

    Otherwise, follow this tutorial for setting up your device without a monitor or keyboard.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
>
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