bburkett
Member
- Joined
- Sep 3, 2008
- Messages
- 18
Because of my continuing audio issues with SDRTrunk, I'm attemping to experiment with Trunk-Recorder on Docker/Ubuntu22.04, but I am having a problem getting it to start.
I get an error indicating "Failed parsing Config: Wrong rtlsdr device index given."
I am using 3 RTL-SDR dongles s/ns 00000001, 00000002 & 00000003. GQRX shows the indexes rtl 2, 1 & 0.
My config.json is as follows:
{
"ver": 2,
"sources": [{
"center": 855137500,
"rate": 2048000,
"error": 1000,
"gain": 39,
"debugRecorders": 0,
"digitalRecorders": 4,
"driver": "osmosdr",
"device": "rtl=00000001" (Note: I have aslo tried "rtl=2")
}, {
"center": 857062500,
"rate": 2048000,
"error": 0,
"gain": 39,
"digitalRecorders": 4,
"driver": "osmosdr",
"device": "rtl=00000002" (Note: I have aslo tried "rtl=1")
}],
"systems": [{
"control_channels": [854137500],
"type": "p25",
"talkgroupsFile": "icorrs_talkgroups.csv",
"shortName": "icorrs",
"modulation": "qpsk"
}],
"captureDir": "/home/bob/dockers/trunkrecorder/"
}
Can anyone offer any suggestions?
Thanks,
Bob
I get an error indicating "Failed parsing Config: Wrong rtlsdr device index given."
I am using 3 RTL-SDR dongles s/ns 00000001, 00000002 & 00000003. GQRX shows the indexes rtl 2, 1 & 0.
My config.json is as follows:
{
"ver": 2,
"sources": [{
"center": 855137500,
"rate": 2048000,
"error": 1000,
"gain": 39,
"debugRecorders": 0,
"digitalRecorders": 4,
"driver": "osmosdr",
"device": "rtl=00000001" (Note: I have aslo tried "rtl=2")
}, {
"center": 857062500,
"rate": 2048000,
"error": 0,
"gain": 39,
"digitalRecorders": 4,
"driver": "osmosdr",
"device": "rtl=00000002" (Note: I have aslo tried "rtl=1")
}],
"systems": [{
"control_channels": [854137500],
"type": "p25",
"talkgroupsFile": "icorrs_talkgroups.csv",
"shortName": "icorrs",
"modulation": "qpsk"
}],
"captureDir": "/home/bob/dockers/trunkrecorder/"
}
Can anyone offer any suggestions?
Thanks,
Bob