Page 1 of 1

Accessing PI remotely

Posted: Fri Jul 08, 2016 7:27 pm
by brettalexwallace
I recently installed the following fantastic video looper (https://learn.adafruit.com/raspberry-pi ... stallation) directly on my Pi (without using remote access). It works great, However, now, I am unsure how I can shut my Pi down or stop it since I don't have the IP address or have a way to get into the command line. Any ideas? Thanks, Brett

Re: Accessing PI remotely

Posted: Fri Jul 08, 2016 7:43 pm
by epoch1970
Pressing ctrl-alt-del on a keyboard connected to the Pi should command orderly shutdown and reboot.
The long term solution is to install networking and use ssh from another computer, I guess.

Re: Accessing PI remotely

Posted: Fri Jul 08, 2016 7:44 pm
by fruitoftheloom

Re: Accessing PI remotely

Posted: Fri Jul 08, 2016 8:44 pm
by brettalexwallace
Thanks. The Ctrl-Alt-Del from external keyboard did not work. I am going to try attaching the PI to my laptop via an HDMI cable and see if that can work.

Re: Accessing PI remotely

Posted: Fri Jul 08, 2016 8:59 pm
by davidcoton
brettalexwallace wrote: I am going to try attaching the PI to my laptop via an HDMI cable and see if that can work.
Why would that work? HDMI is (more or less) an output on both devices. Connecting them together will achieve nothing.

You could try Ctrl-Alt-F2 to open a new session.

Re: Accessing PI remotely

Posted: Fri Jul 08, 2016 9:23 pm
by brettalexwallace
Thanks David - Ctrl alt F2 did not work either.

Re: Accessing PI remotely

Posted: Fri Jul 08, 2016 9:29 pm
by brettalexwallace
When I unplug it and plug it back in it restarts with the prompt video loop. Not a bad thing since I wanted to build an automatic video looper, but would be great to get "control" back.

Brett