I still don't understand I followed directions from I site that told me how to install the raspbian os with the ssh file in the boot path enabling ssh. I have secure shell app version 0.17 installed I don't know what to do from there I turn on the pi but don't know what to do on the ssh screen.Andyroo wrote: ↑Wed Apr 17, 2019 11:45 pmThe Pi comes with two ways of accessing it remotely:
RealVNC allows you to control the GUI using a mouse and keyboard on another computer. Details here
SSH gives you a command line and is designed for lower level access. Details here
The issue you have is the 'walled garden' nature of the ChromeBook and what you can get to.
Have a look in the applications store / Goolge Play store for anything that will give you a SSH client (such as Termius or HTerm) and visit RealVnc to enrol in the Raspberry Pi FREE connection software / Internet connection capabilities.
Sticking my neck out here... It sounds like you are connecting to your Pi with your ssh client. Do you get a screen that has something like "pi@raspberrypi ~ $" at the top? Or are you looking at "login:" at the top? If the later, you need to log in using the default credentials of "pi" and "raspberry". Then you'll have the "pi@..." prompt.AyoGeo wrote: ↑Thu Apr 18, 2019 2:54 amI still don't understand I followed directions from I site that told me how to install the raspbian os with the ssh file in the boot path enabling ssh. I have secure shell app version 0.17 installed I don't know what to do from there I turn on the pi but don't know what to do on the ssh screen.Andyroo wrote: ↑Wed Apr 17, 2019 11:45 pmThe Pi comes with two ways of accessing it remotely:
RealVNC allows you to control the GUI using a mouse and keyboard on another computer. Details here
SSH gives you a command line and is designed for lower level access. Details here
The issue you have is the 'walled garden' nature of the ChromeBook and what you can get to.
Have a look in the applications store / Goolge Play store for anything that will give you a SSH client (such as Termius or HTerm) and visit RealVnc to enrol in the Raspberry Pi FREE connection software / Internet connection capabilities.
Ok so I found out my Pi's IP address did everything to sign in from ssh now it's telling me port 22 connection refused. I checked to make sure the ssh file is in the boot part of SD card and it wasn't so I added it but still does not work. When I check again to see if ssh is in boot it's not so I added again and still saying same thing. I wonder if I have the wrong raspberian os on the SD card. When I ping the pi it gives me the IP address. I don't know what else to do I been stuck on this for a while now.W. H. Heydt wrote: ↑Thu Apr 18, 2019 4:41 amSticking my neck out here... It sounds like you are connecting to your Pi with your ssh client. Do you get a screen that has something like "pi@raspberrypi ~ $" at the top? Or are you looking at "login:" at the top? If the later, you need to log in using the default credentials of "pi" and "raspberry". Then you'll have the "pi@..." prompt.AyoGeo wrote: ↑Thu Apr 18, 2019 2:54 amI still don't understand I followed directions from I site that told me how to install the raspbian os with the ssh file in the boot path enabling ssh. I have secure shell app version 0.17 installed I don't know what to do from there I turn on the pi but don't know what to do on the ssh screen.Andyroo wrote: ↑Wed Apr 17, 2019 11:45 pmThe Pi comes with two ways of accessing it remotely:
RealVNC allows you to control the GUI using a mouse and keyboard on another computer. Details here
SSH gives you a command line and is designed for lower level access. Details here
The issue you have is the 'walled garden' nature of the ChromeBook and what you can get to.
Have a look in the applications store / Goolge Play store for anything that will give you a SSH client (such as Termius or HTerm) and visit RealVnc to enrol in the Raspberry Pi FREE connection software / Internet connection capabilities.
Once there, the first thing you want to do is run "sudo raspi-config". You should change the password, first off. Other things to do are: set your locale, set your time zone, set the keyboard. Then exit raspi-config. Given some of the settings you'll be doing, you will need to reboot, and it should prompt you to do that. If not, use the command "sudo reboot".
Once the Pi is rebooted, log back in using your new password.
Now you can run shell commands like ls, cd, df, and so on.
That is normal behaviour. You only need to put the file there once to enable the SSH server and it gets deleted once that is done.
AyoGeo wrote: ↑Wed Apr 17, 2019 6:46 pmPlease i have just purchased a raspberry pi 3 b+ as i would like to start learning how to code as well as learning about computers in general. I followed a page that showed me how to install the raspbian os to the sd card i followed it to the t but it did not explain now how would i connect it to my chromebook. i am currently using a lenovo chromebook as well as the raspberry pi 3 b+, i purchased the smraza kit the basic one. can someone please help me, i have looked for videos but it seems like none is for the problem that i am facing. please any help appreciated.... I downloaded the secure shell app as well I am using hotspot from my phone.... Please someone helpppp...
Ok so I am using my phones hotspot. I found the IP address on crosh using ping command. I followed will haley.com raspberry pi headless installation directions. Does my raspberry pi have to be connected to my phones hotspot first? If so how do I connect it to the hotspot first.HawaiianPi wrote: ↑Thu Apr 18, 2019 8:05 amHow are your Chromebook and Raspberry Pi connected to your network? Hi
How did you find the IP address of your Pi?
Try SSH into pi@raspberrypi
Check your router settings to see if AP isolation is enabled.
FYI: SSH from my Chromebook works fine, so it can be done (we just need to figure out what's different with your setup).
AyoGeo wrote: ↑Thu Apr 18, 2019 3:32 pmOk so I am using my phones hotspot. I found the IP address on crosh using ping command. I followed will haley.com raspberry pi headless installation directions. Does my raspberry pi have to be connected to my phones hotspot first? If so how do I connect it to the hotspot first.HawaiianPi wrote: ↑Thu Apr 18, 2019 8:05 amHow are your Chromebook and Raspberry Pi connected to your network? Hi
How did you find the IP address of your Pi?
Try SSH into pi@raspberrypi
Check your router settings to see if AP isolation is enabled.
FYI: SSH from my Chromebook works fine, so it can be done (we just need to figure out what's different with your setup).
Either pi@raspberrypi or pi@raspberrypi.local works on Chrome OS (.local is not required).
Okay, I think I found the guide you used (next time post a link, please), and it looks like the wpa_supplicant.conf file example is incomplete.
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="Router/WiFi SSID"
psk="WPA/WPA2 passphrase"
key_mgmt=WPA-PSK
}
Yes, your Pi must be connected to the same network as your Chromebook before you will be able to use SSH.
ok thank you for your help. i typed exactly what you have into the wpa file, now the same problem when i had it the original way is happening. it stays connected for a minute than dissconects. its giving me the mac address but it is showing 0.0.0.0 as the ip address. i cant figure this out i have been reading everything i can and found out what i was doing wrong at first now that i fixed that problem i can finaly see it trying to connect to the hotspot but not staying connected.HawaiianPi wrote: ↑Thu Apr 18, 2019 7:48 pmOkay, I think I found the guide you used (next time post a link, please), and it looks like the wpa_supplicant.conf file example is incomplete.
The file, wpa_supplicant.conf should look like this.Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=GB network={ ssid="Router/WiFi SSID" psk="WPA/WPA2 passphrase" key_mgmt=WPA-PSK }I believe the missing update_config=1 line is the problem (I forget why that's needed, but one of the engineers commented on that in a previous thread). The key_mgmt=WPA-PSK line is currently optional, but it's included when the Raspbian GUI creates the file, so I recommend adding it (lots of old tutorials are now wrong because of left-out lines that became necessary later).
- Edit country=, ssid= and psk= with your information and save the file.
I just ran through the whole setup procedure on my Chromebook and it worked on my home WiFi. Then I tried it using my phone's hotspot, and that worked as well. So assuming that you have a valid wpa_supplicant.conf file, and both your Chromebook and Pi are connected to the same network, it should work.
Yes, your Pi must be connected to the same network as your Chromebook before you will be able to use SSH.
Ok so I am using hotspot spot on a Moto E5 play. When I go to the settings tab in hotspot and go to set up WiFi hotspot it shows the security as WPA2 PSK. Do I have to add the 2 in the wpa line code?. As far as everything else goes my Chromebook connects just fine. This is the only option I have right now is my hotspot as the wifi.HawaiianPi wrote: ↑Thu Apr 18, 2019 10:34 pmThat's really odd. Does your hotspot allow communication between devices (some wireless access points keep clients isolated from each other)? Are there any security settings for your hotspot app (see if you can turn off client isolation, or authorise your Pi's connection)?
Do you have a normal ISP/Router wireless network you could try it on?
Yes I have had two before I was trying with 3 going to try with just two. But I don't know what else can be the problem.HawaiianPi wrote: ↑Thu Apr 18, 2019 11:12 pmNo, the wpa_supplicant.conf file should work the way I posted it (I use WPA2 security as well).
Do you know if your phone provider allows more than one connection at a time (mine allows up to 10)?
Unless WPA/WPA2 is part of your passphrase, it shouldn't be there.
The ping raspbpi command shouldn't return anything, because the default hostname in Raspbian is raspberrypi.
I DL the extension. Does this matter? What else was strange is that it did it first the crosh command than it wouldn't do it but when I changed the name it did do it. I am going to change that line in the code and see if it will work.HawaiianPi wrote: ↑Fri Apr 19, 2019 5:47 amUnless WPA/WPA2 is part of your passphrase, it shouldn't be there.
The ping raspbpi command shouldn't return anything, because the default hostname in Raspbian is raspberrypi.
Did you install the SSH App from the Chrome Web Store, or just the Extension?
EDIT:
See this post for info about serial console cables (very handy for troubleshooting).
viewtopic.php?f=91&t=238513&p=1457712#p1457712