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
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
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
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
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.
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.
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.
when I ssh into my pi with putty it gives a connection timed out on port 22
...please help
To be of more help to you I need some more details. How did you go about setting up your Pi? Which Raspbian image did you use? The newer images have SSH turned off by default. Reading through the second setup guide I linked you to says creating an empty file called "SSH" with no extensions (.txt, .exe, etc.) placed in the root partition on the SD card will enable SSH.
how to place the SSH file in the root partition
Thank you all for the wonderful assistance I have successfully logged in to my pi
Please read the resources provided to you. Below is a direct quote from the second tutorial I linked you to.
All you need to do is create an empty file called “SSH” and place it in the root partition of the SD card. The file should have no extensions like “.txt” or “.doc”. The easiest way to do this is to open up a text editor like Notepad and save the blank page as “SSH.txt”. Close the text editor, then rename the file to delete the “.txt” extension. After that, move the file to the top level folder of the SD card (the root partition).
I am glad to see you have finally been successful! Now time to get started on researching, playing, and creating!