It means the dongle is being seen as in use. Try unplugging it and reinserting it.I am getting the following error - RTL-SDR Device #1 in use -
Please show us a screenshot of the Device Manager. Like this:I am getting the following error - RTL-SDR Device #1 in use -
Can someone point me in the right direction.
This is a new install on Win11, worked perfectly on my old W10 machine
I am getting the following error - RTL-SDR Device #1 in use -
Can someone point me in the right direction.
This is a new install on Win11, worked perfectly on my old W10 machine
Good point. What software are you using for the SDR when you get that error, SDRSharp?Would help if you stated where you're seeing the error (an app?)
I have one, but the fmp24 window shows there are 2How many dongles do you have connected to the PC?
Options:
-i0 Use first available RTL SDR device [-i0]
-i<num> Use RTL SDR device specified by <num> (1-255)
Perfect, that did it, thanks so muchAnd if you open your windows device manager, how many dongle does that show?
You could try changing your fmp24.bat to use the first available dongle instead of it looking for dongle 1 of the 2 fmp24 is seeing.
change,
start FMP24 -i1 -o20002 -f157.79 -b12.5 -P0 -q1 -g37.2 -_1 -wsl000.00
to this
start FMP24 -i0 -o20002 -f157.79 -b12.5 -P0 -q1 -g37.2 -_1 -wsl000.00
Perfect, that did it, thanks so much