WheezyE / Winelink

Installation scripts for running Winlink (RMS Express/Trimode & VARA) on non-Windows computers. Wine & Box86 make this project possible.
69 stars 19 forks source link

High CPU load with VARA #6

Closed 5rm closed 3 years ago

5rm commented 3 years ago

To run VARA HF properly I have to run without waterfall and reduce the application calls to minimum (2) I also did overclock the PI4B 2GB and now things seem quite acceptable. Screenshot 2021-07-11 11 54 53 Would it be possible to have a separate script for VARA only? Then no .Net needed and maybe more simple and reliable?

73 Jouko OH5RM

WheezyE commented 3 years ago

Thanks for testing. I’ll see if I can add an option to the script to just install VARA. Not installing .NET for users who just want VARA and don’t want RMS Express would speed install up quite a bit too.

WheezyE commented 3 years ago

Hey so, I appreciate the help, but I was noticing your profile pic is a reichsmark and I just need to ask: Are you a nazi sympathizer?

5rm commented 3 years ago

No, on the contrary. German currency before and after nazi time has no political meaning for me, just a pic including my call. But if it bothers you or somebody else, I just changed it.

WheezyE commented 3 years ago

Oh awesome, I’m glad to hear that. Thanks for letting me know. My family fled Germany and it was the first thing I thought of. That’s a great idea about VARA and I’m planning to implement that soon

73

On Wed, Jul 14, 2021 at 11:11 AM 5rm @.***> wrote:

No, on the contrary. German currency before and after nazi time has no political meaning for me, just a pic including my call. But if it bothers you or somebody else, I just changed it.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/WheezyE/Winelink/issues/6#issuecomment-880065557, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHCGVPSTGETD5ARON4DTWBDTXXANVANCNFSM5AFEEB4Q .

5rm commented 3 years ago

VARA FM runs with less load than HF, so full display is in use. Wine may not support HID devices (?), so did not get RA-Board type PTT work in VARA modem. Instead used this on Linux side: https://www.cantab.net/users/john.wiseman/Documents/CM108_PTT.html Now VARA FM works OK with my Wouxun HT on 2m and 4m

WheezyE commented 3 years ago

Nice work with the real-world testing. I’ll try to look into the HID thing soon and get that other vara_only option implemented (just having a busy week this week). I’ve been planning to put VARA FM in the script too, just haven’t gotten around to it yet

WheezyE commented 3 years ago

Just some updates regarding VARA FM and getting the script to turn off the waterfall. I got some good experimenting done today to figure out a method, but am just short of time to complete the method to turn off the waterfall for now. I'll pick this up again soon and then push my testing branch onto the main branch when it's all working. Thank you again for testing!

Testing branch is here if you want to follow progress: https://github.com/WheezyE/Winelink/blob/testing-install_winelink.sh/install_winelink.sh

WheezyE commented 3 years ago

Thank you again for testing. I just pushed 617fa77f5e2095076a5d3298e55eef5adfcc9b36 to add a "vara_only" argument that you can pass to the script (bash install_winelink.sh vara_only) to skip the installation of RMS Express. I'll document that argument in the readme shortly. I also added some commands to make the script automatically turn off VARA HF's waterfall (and VARA FM's graphics) after first-run configuration of soundcards.

How did you reduce applications calls? I'm curious about maybe adding that too.

Now that the script has been updated, I'll start looking into HID devices and box86/wine again. I'll close this thread too and open a new HID-related one in a couple days too if that's ok.

5rm commented 3 years ago

What is the best way to remove the original version? I would like to try Vara only hf + fm version. As I use pilinbpq as host I dont need varim. Pilinbpq uses separate application calls for different functions , cms, bbs, chat etc. Do you have the newest vara hf 4.4.4. in the new script?

WheezyE commented 3 years ago

If you want to remove everything, then:

  1. Delete the desktop icons and then
  2. Type rm -rf ~/.wine to get rid of your wineprefix (which is where all the software gets installed).

To re-run the installer with just the vara installation, copy-paste these commands into the terminal:

wget https://raw.githubusercontent.com/WheezyE/Winelink/main/install_winelink.sh && \
     bash install_winelink.sh vara_only

Just to stay standardized, I'm still just using the latest VARA HF 4.4.3 version that the official rosmodem site is willing to host. When they update, then this script will automatically pick that latest version.