12,297
edits
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
## Method A: connect a monitor, keyboard and mouse to the RaspberryPi. | ## Method A: connect a monitor, keyboard and mouse to the RaspberryPi. | ||
## Method B: connect Raspberry and Computer to a Router with DHCP. | ## Method B: connect Raspberry and Computer to a Router with DHCP. | ||
# type <tt>ping patchbox.local</tt> | # open the terminal type <tt>ifconfig</tt> to see the local IP address of the computer. | ||
# type <tt>ping patchbox.local</tt> to see if the Rapberry is running and find its IP address. Tto stop the output press Ctl+Shift+C. | |||
# type <tt>ssh -X patch@{IP-address}</tt> to connect to the Raspberry. (Replace the curly brackets with the IP adress from the previous step.) |