Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Thetis on Linux

1,873 views
Skip to first unread message

Lou Scalpati

unread,
Jul 27, 2023, 10:32:46 AM7/27/23
to Hermes-Lite
Has anyone installed Thetis on Linux using Wine?  Any pointers would be appreciated.

Steve Haynal

unread,
Jul 27, 2023, 1:23:46 PM7/27/23
to Hermes-Lite

Ron Lewkowicz

unread,
Jul 27, 2023, 2:46:03 PM7/27/23
to Hermes-Lite
I expect it will be a lot of grief to setup and ultimately won't end well.  MS is pushing dotnet6 in preparation for their switch to Linux.

On Linux I use piHPSDR https://github.com/dl1ycf/pihpsdr.  I have installed the upstream version of Pipewire which combines the Pulseaudio system which is used by the SDR program and Jack which lets me run a Carla rack with studio grade audio signal chain for the microphone.  I bought the HL2 because it can be operated with piHPSDR. I had been using piHPSDR with a Soapy connector for an RTL-SDR receiver and absolutely loved it. 

Digiital aka David

unread,
Jul 27, 2023, 3:20:39 PM7/27/23
to Hermes-Lite
I'm a die-hard linux user . I tried several things, virtual-box(VB) and the VB worked for the most part but problems started to pop-up and I finally gave up wasting time trying to get it to work. The VB was pushing with my desktop(older i7) and just ended up buying a i5 from FB marketplace for $40 and works GREAT. 
When you start to mess around with things like Virtualcables  thats not going to work with Wine, and likely issues with VB as well. 

Just get yourself a dedicated windows box. 

MaQ Gi

unread,
Sep 21, 2024, 2:22:02 AM9/21/24
to Hermes-Lite
I manage to run latest Thetis from mi0bot and connect it to HL2+ on Linux Mint 23.1 Cinnamon
To do that i did follow:
- install latest wine:
sudo apt update
sudo apt upgrade
sudo apt install dirmngr ca-certificates software-properties-common apt-transport-https curl -y
sudo dpkg --add-architecture i386
curl -s https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor | sudo tee /usr/share/keyrings/winehq.gpg > /dev/null
echo deb [signed-by=/usr/share/keyrings/winehq.gpg] http://dl.winehq.org/wine-builds/ubuntu/ jammy main | sudo tee /etc/apt/sources.list.d/winehq.list
sudo apt update
sudo apt install winehq-stable --install-recommends
wine --version

- Setup wine for 64bit and .net framework
rmdir .wine
WINEARCH=win64 WINEPREFIX=~/.wine winecfg
WINEPREFIX=~/.wine winetricks dotnet48 vcrun2019 mfc42
- download and install Orca to modify Thetis.msi file (remove all Defender firewall settings)
wine msiexec /i ~/Downloads/Orca.Msi
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Orca/Orca.exe

-Remove the Firewall Rules

Look for the CustomAction or InstallExecuteSequence tables, as these control the steps executed during installation.Specifically, search for entries related to the following:
TCP In-bound Firewall rule  UDP In-bound Firewall rule Any references to Firewall, netfw, or TCP/UDP.When you find these entries, you delete them

- Save the Modified MSI and run
wine msiexec /i ~/Downloads/Thetis-v2.10.3.6x64-HL2-beta5.msi
- run Thetis via wine.. I do setup follow this page:
with one change on General/ H/W Select i have to use static Ip cause my HL2 connects directly as Link-Local Only

Well.. I'm not sure if will be using Thetis like this cause its budget small Laptop Dell Latitude 7280 made for portable operation and Thetis is heavy - leads to high cpu usage, heat fun noise and generally pure performance (slow responsibility)
While SDR++ Brow is light and performing very good
Reply all
Reply to author
Forward
0 new messages