hey, im a total noob and i normally get by pretty easily searching around and reading comments... this is my first question because i am heartbroken that i cannot get this working on my laptop. https://i.imgur.com/JQkslUz.png sdr sharp states that it does not have access to its exe in the install folder and idk where to begin with my questions. i tried running as root from terminal but i cant seem to find the right name because all my commands just come back as invalid.
Search Criteria
Package Details: sdrsharp 1.0.0.1457-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/sdrsharp.git (read-only, click to copy) |
---|---|
Package Base: | sdrsharp |
Description: | The most popular SDR program |
Upstream URL: | https://airspy.com |
Licenses: | LicenseRef-SDRSharp |
Submitter: | dviktor |
Maintainer: | DodoGTA |
Last Packager: | DodoGTA |
Votes: | 11 |
Popularity: | 0.036123 |
First Submitted: | 2019-04-08 19:19 (UTC) |
Last Updated: | 2024-09-05 18:59 (UTC) |
Dependencies (8)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- mono (mono-gitAUR)
- portaudio
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR)
- icoutils (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Required by (0)
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3
zakofalltrades commented on 2020-06-25 23:49 (UTC)
dviktor commented on 2020-05-18 18:13 (UTC)
@optiluca versions greater than 1.0.0.1457 contain shark.dll
for which we haven't Linux equivalent. So until someone provide this library no updates will be possible
Pinned Comments
DodoGTA commented on 2024-07-04 10:47 (UTC) (edited on 2024-08-08 09:33 (UTC) by DodoGTA)
So right now this (1457) SDRSharp version is going to be the latest one until some solutions are found
The reason is that on (likely) revision 1462 ("Moved parts of the DSP to native.") some DSP code was moved to a shark.dll machine code library (which uses Win32 APIs and won't obviously work on Linux)
There are 4 possible solutions to this issue (while actually doing an update):
- Rewriting the shark.dll functions from scratch in a Linux library (this will require a lot of time and will essentially be its own SDRSharp version)
- Modifying the SDRSharp assemblies to bring back the old C# DSP code (this isn't legally possible and even this package is in a grey area anyway)
- Calling the shark.dll library functions through Wine (yabridge may do that but it's focused on audio plugins)
- Switching to Wine + Wine Mono to run the apps (Wine probably doesn't support direct device access so they will be useless without some workarounds like a Linux server program)