Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with Solo Wifi command #53

Open
JBB2068 opened this issue Sep 3, 2017 · 11 comments
Open

Help with Solo Wifi command #53

JBB2068 opened this issue Sep 3, 2017 · 11 comments

Comments

@JBB2068
Copy link

JBB2068 commented Sep 3, 2017

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 [email protected]
[email protected]'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
Copy link

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
Copy link
Author

JBB2068 commented Dec 17, 2017 via email

@kaliumxyz
Copy link

You need to reconnect to the controllers hotspot manually.

@JBB2068
Copy link
Author

JBB2068 commented Dec 17, 2017 via email

@kaliumxyz
Copy link

kaliumxyz commented Dec 17, 2017

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

$ ssh [email protected]
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
Copy link

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
Copy link
Contributor

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

@JBB2068
Copy link
Author

JBB2068 commented Dec 18, 2017 via email

@JBB2068
Copy link
Author

JBB2068 commented Dec 18, 2017

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

@JBB2068
Copy link
Author

JBB2068 commented Dec 18, 2017

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

@pietrotedeschi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants