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

cant install, system falling #151

Open
mrakyhub opened this issue Nov 15, 2023 · 3 comments
Open

cant install, system falling #151

mrakyhub opened this issue Nov 15, 2023 · 3 comments

Comments

@mrakyhub
Copy link

Hi
Im trying to install, clone from git, then ./install.sh
I try twice, once with sudo, system is falling. I must use power button on adaper, to run raspi again. It is possible not enough place on my raspberry os? how much it need?

@robert5974
Copy link
Collaborator

robert5974 commented Nov 15, 2023 via email

@mrakyhub
Copy link
Author

I try a fresh installation , and finished with error " pending for a unfinished operations". here is last lines..
/home/mraky/aasdk/src/Transport/SSLWrapper.cpp:36:25: warning: 'int ERR_load_BIO_strings()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 36 | ERR_load_BIO_strings(); | ~~~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/openssl/cryptoerr.h:17, from /usr/include/openssl/crypto.h:38, from /usr/include/openssl/bn.h:26, from /usr/include/openssl/engine.h:24, from /home/mraky/aasdk/src/Transport/SSLWrapper.cpp:20: /usr/include/openssl/cryptoerr_legacy.h:31:27: note: declared here 31 | OSSL_DEPRECATEDIN_3_0 int ERR_load_BIO_strings(void); | ^~~~~~~~~~~~~~~~~~~~ /home/mraky/aasdk/src/Transport/SSLWrapper.cpp: In destructor 'virtual aasdk::transport::SSLWrapper::~SSLWrapper()': /home/mraky/aasdk/src/Transport/SSLWrapper.cpp:42:5: error: 'FIPS_mode_set' was not declared in this scope 42 | FIPS_mode_set(0); | ^~~~~~~~~~~~~ make[2]: *** [CMakeFiles/aasdk.dir/build.make:510: CMakeFiles/aasdk.dir/src/Transport/SSLWrapper.cpp.o] Chyba 1 make[2]: *** Čeká se na nedokončené úlohy... make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/aasdk.dir/all] Chyba 2 make: *** [Makefile:156: all] Chyba 2 Aasdk Make failed with code 1
maybe some missing..

@MykeHalk
Copy link

@mrakyhub Hey please check out issue #127 all the fixes and work arounds are listed there.

For the error in your comment you have edit the file /home/mraky/aasdk/src/Transport/SSLWrapper.cpp and scroll a little down until you see "set_FIPS_mode(0)" and remove that line.

After that you have to rerun the install.sh until you get another error for "qt-gstreamer".

After that you need find and edit the file /qt-gstreamer/elements/gstqtvideosink/gstqtvideosingplugin.h - scroll down to line 30, and remove the word "volatile" but leave the rest of the line. I forgot the exact location of the file but i should be somewhere in the directory you cloned opendash.

After that run the install.sh again and it should complete.

Go to the /dash/bin folder and run ./dash.sh

If you get a white screen after you connect you phone all you need to do is unplug your phone, go into the settings icon on the top right of open auto tab and scroll down and disable "RTaudio" and the white screen will be fixed. You can either leave it disabled or re-enable RTaudio after the white screen is gone but after reboot you will have to do it again. if you leave it disabled it you wont have to do it after reboot.

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

3 participants