I follow the instructions and try to ssh the pi but nothing happens.
Have Pi 3B
Using Mackbook Pro
Printer Lulzbot Mini
It looks so easy. Just flash the card. change network settings on card and plug the printer cable into the Pi board. I bet there is something so obvious that I am missing. Help me Please.
It's alive! When it's done scrolling it should end at a prompt- something like "login:". pi is the user, raspberry is the password. Then you're at a prompt that looks like pi@octopi:~$. Type ip addr show, look under the wlan0 entry to see if it has an IP address.
Most of this is standard Raspberry Pi stuff, so there are tons of tutorials available that might match your learning style.
I follow the instructions and try to ssh the pi but nothing happens.
I suspect that something happens, but not what you want.
You don't say what you want to achieve by using ssh?
Typically I just open a web browser pointing at octopi.local (about half
the time that auto-completes to octopart.com but that's not important right
now)
So, first, log in to your router and see if the Pi has connected to your
router. (probably 192.168.0.1)
Then try ssh to the IP address (I find ssh -Y is more reliable, especially
if you want to open remote X windows)
*I am using a Macbookpro and cannot SSH or log in from Chrome.
I have a 7 inch screen and see the boot chase across the screen ending in "pi@octopi:~%~.
I changed the wifi SSID and password. I set up the config to take SSH but I am not sure that copied over. I use Etch app to burn the card. Your help will be appreciated.
You may have seen my last post but despite having the Pi boot I cannot SSH in. Does the display attached to the PI display the main page. Where is Octopi running? It seems like it must be an individual instance with each Octoprint setup. This is confusing.
I tried to find the IP address 'ip addr show' and got back a lot of cryptic telling me there was no loop back and a strange address (127.0.01/8). Any ideas?
OK that means the wifi dongle NG. I plugged in a ethernet cable and it gave me the IP address and whamo we get the screen on the laptop. Now I guess I get to hook up the printer cable to thePi and see what happens. Thanks.
@Henry_Staub - did you ever get your WiFi working, or are you access via ethernet or using your connected screen. If you have not edited your WiFi information in either octopi-network.txt or octopi-wpa-supplicant.txt as @tedder42 mentioned, your WiFi will not work (if you are using an ethernet caple to connect your pi to your router, this is not a big deal. If you are not, you will not be able to access OctoPrint or access your Pi via ssh.) Take a look at this thread for WiFi help
No I am still on ethernet. I need help with an number of things. Change password. do something with API password, and generally how to navigate thru directories and find stuff.