openDsh / dash

Join us on Slack! https://join.slack.com/t/opendsh/shared_invite/zt-la398uly-a6eMH5ttEQhbtE6asVKx4Q
GNU General Public License v3.0
238 stars 69 forks source link

cant install, system falling #151

Open mrakyhub opened 7 months ago

mrakyhub commented 7 months ago

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 commented 7 months ago

How much storage do you have? What OS and which Pi model are you using?

Robert Crowley

On Wed, Nov 15, 2023, 12:01 PM mrakyhub @.***> wrote:

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?

— Reply to this email directly, view it on GitHub https://github.com/openDsh/dash/issues/151, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLUDVEGZRUBMEHBZNVC7Y3YETYP3AVCNFSM6AAAAAA7M2CMS6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4TKMJXHA2TMOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mrakyhub commented 7 months ago

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 commented 7 months ago

@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.