(Moto E 2015) Unable to connect ssh
-
Well, my porting is going by good trail (the rootfs and systemimage has been flashed properly), but I have a little problem, well, two little problems:
-lightdm crashing (known issue, it can be solved by ssh)
-And no ssh connection by the phone to the computer. It hangs at the ssh connection. I have tried this: http://docs.ubports.com/en/latest/porting/common-problems-install.html#ssh-hangs-when-trying-to-connect and it does not work.
How I could get that problems solved? -
I believe that instructions on this thread (https://forums.ubports.com/topic/431/porting-halium-to-nexus-7-deb) for connecting to SSH should work. I will do this and I will report feedback.
-
@impreza233 said in (Moto E 2015) Unable to connect ssh:
I believe that instructions on this thread
which is basically the same as this http://docs.halium.org/en/latest/porting/debug-build/logging-in.html#logging-in
could be that you just need to be persistent - setting it again after the network manager of your host machine tries to be helpful and resets it. Are you able to ping? If not, share the output of the commands you are executing to set the ip and check the bottom of your
dmesg
on your host when the device boots. -
@doniks I will do this. Thanks!!