New Installation. Unsuported sample rate message

Today, I’ve prepared a raspberry pi for a second location and after finishing installation, I’ve no waterfalls.
I look at journalctl and I have an “sopay:unsuported sample rate”…I don’t know why…

Generating support report. Please wait…
------------[ copy here ]------------
{
“versions”: {
“satnogs-client”: “1.3.1”,
“satnogs-client-ansible”: “202004031132”,
“satnogs-flowgraphs”: “1.1.1-1”,
“gr-satnogs”: “2.1.2-1”,
“gr-soapy”: “2.1.3-1”,
“gnuradio”: “3.8.1.0~rc1-2”,
“satnogs-config”: “0.10.1”
},
“state”: {
“is-applied”: true,
“pending-tags”: null
},
“system”: {
“distribution”: {
“DESCRIPTION”: “Raspbian GNU/Linux 10 (buster)”,
“RELEASE”: “10”,
“CODENAME”: “buster”,
“ID”: “Raspbian”
},
“pending-updates”: false,
“platform”: {
“system”: “Linux”,
“node”: “raspberrypi”,
“release”: “4.19.118+”,
“version”: “#1311 Mon Apr 27 14:16:15 BST 2020”,
“machine”: “armv6l”,
“processor”: “”
},
“memory”: {
“total”: 453414912,
“available”: 312418304,
“percent”: 31.1,
“used”: 80629760,
“free”: 106647552,
“active”: 230666240,
“inactive”: 70815744,
“buffers”: 30105600,
“cached”: 236032000,
“shared”: 3207168,
“slab”: 33275904
},
“disk”: {
“total”: 30293102592,
“used”: 3885219840,
“free”: 25129828352,
“percent”: 13.4
}
},
“configuration”: {
“satnogs_antenna”: “RX”,
“satnogs_api_token”: “[redacted]”,
“satnogs_rf_gain”: “43.9”,
“satnogs_rx_samp_rate”: “2.048e6”,
“satnogs_soapy_rx_device”: “rtl-sdr”,
“satnogs_station_elev”: “700”,
“satnogs_station_id”: “1589”,
“satnogs_station_lat”: “38.982”,
“satnogs_station_lon”: “-1.868”
}
}
------------[ copy end ]-------------

As here the client setup guide ( https://wiki.satnogs.org/SatNOGS_Client_Setup#Basic_Configuration ) your SATNOGS_SOAPY_RX_DEVICE setting should be: driver=rtlsdr , not just rtlsdr.

(Edited to fix incorrect setting name! Your sample rate should be fine)

I just realized after posting, I changed it, but still the same error message

Now is fixed…It was my fault

1 Like