-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
List requirements for "flashing" system #942
Comments
Before creating the page I am trying to overcome the problem with the ssl cipher similar to #423 . Unfortunately, without success yet. So I updated the system with
Using tcpdump + Wireshark I discovered that my plug sends one
And the psk-frontend.py fails on psk-frontend.py#L66 with: I am going to digging more and post my progress. |
I discovered Ubuntu MATE distro and using Ubuntu MATE 18.04 finally flashed the device I suppose for Ubuntu 16 you need to enable Now I am going to post fail attempts and some requirements |
@kueblc Although I closed the issue I suppose you can be interested in its content because it covers some question that appears periodically. So I am mentioning you for the notification of you. |
Also #418 is similiar to the "no cipher" problem here. |
System specification
install_prereq.sh
:install_prereq.sh
:Because of the drivers for my USB WiFi stick I ended up with Ubuntu 16.04 LTS (besides tried 20.04, 18.04, 12.04 LTSes) that gives me the best result with both the stick and tuya-convert.
Problem
As I noticed (also it was noticed by @lustyffh in #455 (comment) , @sominaik in #892 (comment) , ... ) although the AP and other things were started successfully, there is no generated smarthack-*.log files. Only screenlog.0 with some logs appeared.
I was even able to connect to the
vtrust-flash
network with my smartphone (using #551 (comment) ) . My smart device is also connected to the network (when I started the discovering process, the led stopped blinking). And then I faced another problem:Afterward there was broken diagnostics because there was no
smarthack-*.log
My assumption: the problem was caused by not enough modern packages in the repository of default Ubuntu 16.04.
Suggestion
Create new wiki page with the failed system specification on the "flashing" devices and the requirements to the system specifications included derived from the failed attempt. (The final requirements can be also hardcoded into
install_prereq.sh
.) Then the link to this page can be placed in theREADME.md
.The text was updated successfully, but these errors were encountered: