<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started with an Old Raspberry Pi 1B : Connecting via Ethernet</title><link>/members-area/personalblogs/b/blog/posts/getting-started-with-an-old-raspberry-pi-1b-connecting-via-ethernet</link><description>As it seems possible to setup the old Raspberry Pi 1B that I have borrowed I set about doing everything necessary. I inserted the SD card into my newly discovered SD card slot in my laptop and low and behold, it was recognised and mounted. Unfor...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Getting Started with an Old Raspberry Pi 1B : Connecting via Ethernet</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/getting-started-with-an-old-raspberry-pi-1b-connecting-via-ethernet</link><pubDate>Wed, 20 Feb 2019 20:33:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:274ecce6-ba57-4ea5-89f7-d500437c5b97</guid><dc:creator>ralphjy</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I think &lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; has given you all the right suggestions.&amp;nbsp; Hopefully, you have things working by now.&amp;nbsp; Since you are new to network stuff, I thought I would add that because you are obtaining your ipaddress automatically (via DHCP) that the address might change periodically.&amp;nbsp; So, if things stop working you may need to update the ipaddress that you are using in putty.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can work around this by setting up a static ipaddress in your network configuration but you should get things working with DHCP first.&amp;nbsp; If you&amp;#39;re interested later, just Google it or one of us can provide you a link to instructions.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6535&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Getting Started with an Old Raspberry Pi 1B : Connecting via Ethernet</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/getting-started-with-an-old-raspberry-pi-1b-connecting-via-ethernet</link><pubDate>Wed, 20 Feb 2019 17:34:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:274ecce6-ba57-4ea5-89f7-d500437c5b97</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That&amp;#39;s great progress. There&amp;#39;s a few things you can do (I&amp;#39;m assuming you&amp;#39;re running all this without a monitor and keyboard connected, which makes it a bit harder, but still feasible).&lt;/p&gt;&lt;p&gt;Regarding the ssh file, it must have no extension (I&amp;#39;ve never tried it with an extension, but I believe it won&amp;#39;t work). Normally I just right-click in the file explorer, and select &lt;strong&gt;New-&amp;gt;Text Document&lt;/strong&gt;, which by default has a .txt suffix, but I delete it. For this to work, the File Explorer options must be set to always display the extension.&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x543/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-274ecce6-ba57-4ea5-89f7-d500437c5b97/5775.contentimage_5F00_190187.png:620:543]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Then the file can be created in the top level of the SD card:&lt;/p&gt;&lt;p&gt;&lt;span id="4ecafa19_eab4_4ccd_8bc9_2ca344a947a2"&gt;&lt;span&gt;[View:https://players.brightcove.net/1362235890001/NkxiVJdjx_default/index.html?videoId=6004584288001:740:466]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Once you&amp;#39;ve connected it to the router (best to do this with the Pi unpowered first, otherwise it hangs for ages on boot), you need to find the IP address of the Pi. The info below assumes you&amp;#39;ve connected to a typical router at home:&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Method 1:&lt;/strong&gt;&lt;/span&gt;&lt;span&gt; requires access to the router via a web page (it is nearly always &lt;/span&gt;http://192.168.0.254&lt;span&gt; or &lt;/span&gt;http://192.168.1.254&lt;span&gt; for home routers) to check what IP address the Pi has acquired&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Method 2:&lt;/strong&gt;&lt;/span&gt; Try to ping raspberrypi.local&lt;/p&gt;&lt;p&gt;To do this, type the following in a windows command prompt (the -4 is used to force IPv4 pings):&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=text&amp;amp;text=ping+raspberrypi.local+-4]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;and look for this response:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x297/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-274ecce6-ba57-4ea5-89f7-d500437c5b97/2146.contentimage_5F00_190189.png:620:297]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;That IP address can now be attempted using your SSH client software, e.g. PuTTY:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/436x426/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-274ecce6-ba57-4ea5-89f7-d500437c5b97/1641.contentimage_5F00_190190.png:436:426]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Method 3:&lt;/strong&gt;&lt;/span&gt; Just try to ping random addresses! Figure out if your network is on 192.168.0.xx or 192.168.1.xx, by opening up a windows command prompt and typing:&lt;/p&gt;&lt;p&gt;ipconfig /all&lt;/p&gt;&lt;p&gt;Look for this information:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/407x450/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-274ecce6-ba57-4ea5-89f7-d500437c5b97/8507.contentimage_5F00_190191.png:407:450]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Now you can randomly ping stuff until you get a response:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/380x210/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-274ecce6-ba57-4ea5-89f7-d500437c5b97/3730.contentimage_5F00_190192.png:380:210]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;and then see if it is a Pi by trying to SSH to it using your PuTTY software. There are tools that try to ping all addresses to narrow down the list of choices, but it still takes a while : (. Method 1 or Method 2 is better.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6535&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>