Stephen McGarry

Results 9 comments of Stephen McGarry

I actually haven't used SoapySDR (have no devices that can use it) but it requires a driver name to be specified. In the GUI, try entering uhd or sink into...

Sorry for the delay in getting back to you. Can you try compiling this test app to see if this works? https://github.com/pothosware/SoapySDR/wiki/C_API_Example

mingw64-cmake is Fedora-specific. You can get it building on other distros by replacing all references of mingw64-cmake with the following three lines: ```` cmake .. \ -DCMAKE_SYSTEM_NAME=Windows \ -DCMAKE_C_COMPILER=$HOST-gcc \

I previously had a self-hosted instance in Azure as a plan B during the outages last year, but I've now reactivated it after seeing this mess! Sounds like PairDrop may...

Is it a HackRF you're using? And which operating system?

What's the device ID you're seeing? You can find it in Device Manager by expanding Universal Serial Bus Controllers and opening the USB Composite Device (there might be more than...

Perfect, so you need to use Zadig (https://zadig.akeo.ie/) to change the driver attached to the device. When you run Zadig, go to the Options menu, select "List All Devices" and...

I seem to be having the same issue on Firefox on Windows 11. In my case, clicking the "Unlock with Biometrics" option in the browser extension causes "Awaiting confirmation from...

Sounds like something I could add to the wiki. I'll see what I can do.