DSDPlus What are you supposed to do in FMP when SDR comes up as Device 0?

rolypolyman

Member
Joined
Sep 13, 2019
Messages
36
Location
Texas
See image below. For some reason my RTL-SDR has decided that it wants to be USB Device 0. I have no idea how to change that and Zadig does not see the USB radio (SDRSharp does see it) so I'm guessing it's stuck on Device 0.

The big problem here is FMP will not accept Input Device 0 (-i0). Using -i0 causes FMP to immediately error out.

What am I supposed to do?


rtlsdr-device0.jpg
 

venom6733

Member
Premium Subscriber
Joined
Feb 1, 2009
Messages
267
i think you are suppose to click the FMP24-CC.bat if you are using a RTL

my FMP24-CC.bat file has this when you right click the file and edit

FMP24 -rc -i1 -b-12.5 -o20001 -P-2.0 -f853.2625 <---- whatever frequency you are choosing to monitor which looks like 155.865 according to your pic
 

rolypolyman

Member
Joined
Sep 13, 2019
Messages
36
Location
Texas
There is no trunking and no control channel. It's just straight single channel, but the frequency uses P25 so I have to use FMP/DSD.

Still it's device 0 and FMP won't accept it.
 

venom6733

Member
Premium Subscriber
Joined
Feb 1, 2009
Messages
267
well I tried to post a video that helped me but it wont let me post it
 

BM82557

Member
Joined
Aug 28, 2006
Messages
4,985
Location
Berkeley Co WV
There is no trunking and no control channel. It's just straight single channel, but the frequency uses P25 so I have to use FMP/DSD.

Still it's device 0 and FMP won't accept it.

FMP was superseded a long time ago by FMP24, I suggest you use that as I0 is valid according to the FMP24 notes --

FMP24 [options] Normal operation FMP24 -h Show help Options: -i0 Use first available RTL SDR device [-i0]
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
7,653
Location
Suffolk County NY
For some reason my RTL-SDR has decided that it wants to be USB Device 0. I have no idea how to change that and Zadig does not see the USB radio (SDRSharp does see it) so I'm guessing it's stuck on Device 0.
I suggest you read up on the many threads showing how to use Zadig. The fact that Sdr# sees the dongle and Zadig does not would indicate you might not have removed the check for ignore hubs and composite parents.





The big problem here is FMP will not accept Input Device 0 (-i0). Using -i0 causes FMP to immediately error out
-i0 came out some time in DSDPlus FastLane to be able to use the first available dongle. FMP will only recognize -1 thru -i255. So -i0 is invalid in FMP.



FMP Help File Says
Command line parameters and active keys summary:

Usage:
FMP [options] Normal operation
FMP -h Show help

Options:
-i<num> RTL SDR device number (1-255) [-i1]
-o<num> Output audio device (1-255) [-o1]
-o<port> Output audio TCP port (256-65535)
-P<num> PPM value (-999.9-999.9) [-P0.0]
-g<num> RF gain (dB) [max]
-f<MHz> Initial tuned frequency [-f99.9]
-b<kHz> Initial filter bandwidth (4, 7, 9.5, 12.5) [-b7]
-z<num> Show zoomed spectrum (0-1) [-z1]
-e<num> Enable/disable economy mode (0-1) [-e1]
-n<num> Select noise filter (0-2) [-n0]
-v<num> Set volume level (0-500) [-v100]
-s<num> Enable/disable scanner mode (0-1) [-s0]
-wsl<v>.<h> Spectrum window location [-wsl50.50]
-_<num> Minimize windows at startup; bitmapped
-rv Role is trunk voice channel monitor
 
Top