3drobotics / solo-cli

Solo command line utilities.
20 stars 36 forks source link

Help with Solo Wifi command #53

Open JBB2068 opened 7 years ago

JBB2068 commented 7 years ago

Trying to get my controller to see my router's internet connection.

Connected to Solo Link wifi

Logged on to Solo using the TjSDBkAu password

Family@HTPC ~ $ ssh root@10.1.1.10 root@10.1.1.10's password: root@3dr_solo:~#

Went to CMD in Windows 7

C:\Users\Family>solo wifi --name=BTONa --password=8177705697 connecting to the Controller... (note: ensure you are connected to Solo's wifi network.)

It stays like this indefinitely

What am I doing wrong?

kaliumxyz commented 6 years ago

its likely you've not reconnected yet. As this issue is a few months old its likely already resolved, if so, can you close it @JBB2068?

JBB2068 commented 6 years ago

Not reconnected yet? Not sure what you mean but this still doesn't work and I have a suspicion that it will only work on Linux but I am only guessing. I don't have a Linux machine. Close it if you like but technically it is unresolved.

On Dec 16, 2017 5:48 PM, "kaliumxyz" notifications@github.com wrote:

its likely you've not reconnected yet. As this issue is a few months old its likely already resolved, if so, can you close it @JBB2068 https://github.com/jbb2068?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/3drobotics/solo-cli/issues/53#issuecomment-352220218, or mute the thread https://github.com/notifications/unsubscribe-auth/AeFtZlvh-1XZKkg3A5c6bUURGHTgVWjQks5tBFbVgaJpZM4PLM4y .

kaliumxyz commented 6 years ago

You need to reconnect to the controllers hotspot manually.

JBB2068 commented 6 years ago

No matter how many times I connect to it the controller still is not connecting to my home Wi-Fi.

On Dec 17, 2017 5:21 AM, "kaliumxyz" notifications@github.com wrote:

You need to reconnect to the controllers hotspot manually.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/3drobotics/solo-cli/issues/53#issuecomment-352248600, or mute the thread https://github.com/notifications/unsubscribe-auth/AeFtZoo2SaM3KlVz6x_oFMXLeA3Ixbbzks5tBPk6gaJpZM4PLM4y .

kaliumxyz commented 6 years ago

Can you post the wifi logs from the controller? you can get them with the following commands:

$ ssh root@10.1.1.1
password: TjSDBkAu
# cat /log/setupwifi.log

while you're there you can also check if it did at least set your credentials and if those are correct:

# cat /etc/wpa_client.conf
kaliumxyz commented 6 years ago

thinking about it, its unlikely the problem is at the controller but more likely that its with the script, maybe peer dependencies; does solo info work?

hamishwillee commented 6 years ago

Try updating your home router firmware (I had the same problem some years ago) and that fixed it.

JBB2068 commented 6 years ago

Solo info does not work. It stops at note: ensure you are connected to Solo's wifi network.

Sorry we had a run of the flu. Back on it now.

On Dec 17, 2017 5:18 PM, "Hamish Willee" notifications@github.com wrote:

Try updating your home router firmware (I had the same problem some years ago) and that fixed it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/3drobotics/solo-cli/issues/53#issuecomment-352293989, or mute the thread https://github.com/notifications/unsubscribe-auth/AeFtZgStODMALT8v34FTKxrJ-tSBjC_Uks5tBaEogaJpZM4PLM4y .

JBB2068 commented 6 years ago

Doesn't matter what router I try to connect it to. Even my phone hotspot. It is the same.

JBB2068 commented 6 years ago

Also tried the 2 commands you mentioned and both return "No such file or directory"

pietrotedeschi commented 5 years ago

I resolved this open issue by installing an earlier version of the paramiko library. In detail, I installed the version 2.0.5 as following:

pip install paramiko==2.0.5