Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
Here's how to figure out what IP address has been assigned to your Zynthian box by your local network (router).  
+
Here's how to figure out what IP address has been assigned to your Zynthian box by your local network (router). (Assuming you have connected your Zynthian box to your router with an Ethernet cable)
    
Try entering the following terminal/console command in a console/terminal/command prompt window of your computer:  
 
Try entering the following terminal/console command in a console/terminal/command prompt window of your computer:  
Line 17: Line 17:     
Now you can browse to '''http://xxx.xxx.xxx.xxx''' (xxx.xxx.xxx.xxx represents the IP address of your Zynthian) and get the Zynthian web login screen.
 
Now you can browse to '''http://xxx.xxx.xxx.xxx''' (xxx.xxx.xxx.xxx represents the IP address of your Zynthian) and get the Zynthian web login screen.
 +
 +
=Finding the ip address of a Raspberry Pi with keyboard and screen=
 +
You can temporarily plug in a USB keyboard/mouse and an HDMI screen (TV) to your Pi so you have a physical console.
 +
 +
Give the following command (in a terminal):
 +
 +
ifconfig
 +
 +
and look for “inet addr” within all the stuff that spews onto the screen. If there is too much information for you to find your IP address, enter
 +
 +
ifconfig | less
 +
 +
to limit the amount displayed, or
 +
 +
ifconfig | grep 'inet addr:'
 +
 +
to only display the IP address.
393

edits

Navigation menu