[RESOLVED] Cannot connect to Raspberry Pi from Windows
-
Try this: On the frontend screen, press F4 to quit, then ALT+F2 to get a terminal and use the same credentials as above. (User: root / Password: recalboxroot) Source: https://github.com/digitalLumberjack/recalbox-os/wiki/Mini-How-To-(EN)
-
I tried that I didn't get an IP address. It seems the system isn't making the connection. Any ideas?
-
@ashkeboussi: only to clarify, is the raspberry pi connected directly to the windows 8.1 desktop togehter? Both devices are not connected to an Switch?
-
Yes, they are directly connected. Is this an issue? My router is in my living room, and im keeping my pi in my bedroom, so using a switch could be inconvenient
-
The problem is, you don't get ip addresses assigned. That means you have to do this manually. You need to set both devices into the same ip range and this should be different than the configuration on your router. Do you know how to set the ip on Windows 8.1 and RPi on CLI?
-
I don't know how the CLI shell that ships with Recalbox is foreign to me, unfortunately.
-
But on windows you know how to set the ip? On RPi you can follow this tutorial: http://www.suntimebox.com/raspberry-pi-tutorial-course/week-3/day-5/
-
Yeah, just go to control panels->network adapters->ethernet->ipv4 config->set static Ip. Do i need to set it to the same on windows and on the RPi?
-
nearly the same, the last octet of the ip address should not be the same number. A small Sample. On your PC you set ip 192.168.19.10 with a subnetmask 255.255.255.0 On your RPi you set ip 192.168.19.20 with a subnetmask 255.255.255.0
-
I can now eastablish a connection (that only works with the correct credentials), but the rpi immediately terminates it.
-
Nevermind, using SCP as my protocol worked. Thanks!
-
you should also can conect with windows file explorer (cifs/samba)
-
That could be a mini how-to, but the standard and easy way is to connect the rpi to the home router and let windows detect samba shares
-
I will write this and add a page in the mini how-to.