Station 3751 is Offline

Hi Team,
My station is shown offline, i am connecting back after a gap of few months. Pls let me know to resolve issue and bring it back online. Cheers Divakar/VU2FFW
Generating support report. Please wait…
------------[ copy here ]------------
{
“versions”: {
“satnogs-client”: “1.8.1”,
“satnogs-client-ansible”: “202209101521”,
“satnogs-flowgraphs”: “1.4-1”,
“gr-satnogs”: “2.3.5.0-1”,
“gr-soapy”: “2.1.3.1-1”,
“gnuradio”: “3.8.2.0-14”,
“satnogs-config”: “0.13.2”
},
“state”: {
“is-applied”: true,
“pending-tags”: null
},
“system”: {
“date”: “2025-05-15T16:46:07.908882+00:00”,
“distribution”: {
“DESCRIPTION”: “Raspbian GNU/Linux 11 (bullseye)”,
“RELEASE”: “11”,
“CODENAME”: “bullseye”,
“ID”: “Raspbian”
},
“pending-updates”: false,
“platform”: {
“system”: “Linux”,
“node”: “satnogs”,
“release”: “6.1.21-v7+”,
“version”: “#1642 SMP Mon Apr 3 17:20:52 BST 2023”,
“machine”: “armv7l”
},
“memory”: {
“total”: 966750208,
“available”: 784760832,
“percent”: 18.8,
“used”: 121184256,
“free”: 455790592,
“active”: 181403648,
“inactive”: 253390848,
“buffers”: 42127360,
“cached”: 347648000,
“shared”: 720896,
“slab”: 44519424
},
“disk”: {
“total”: 31167389696,
“used”: 4016889856,
“free”: 25829867520,
“percent”: 13.5
}
},
“configuration”: {
“satnogs_antenna”: “GP”,
“satnogs_api_token”: “[redacted]”,
“satnogs_rf_gain”: “32.8”,
“satnogs_rx_samp_rate”: “2.048e6”,
“satnogs_soapy_rx_device”: “driver=rtl-sdr”,
“satnogs_station_elev”: “10”,
“satnogs_station_id”: “3751”,
“satnogs_station_lat”: “12.89”,
“satnogs_station_lon”: “80.19”
}
}
------------[ copy end ]-------------

Press Enter to continue…

Hello @vu2ffw,

welcome again! Your station 3751 seems to have never successfully connected to the SatNOGS Network. Following the previous thread, I see that the client failed with authentication errors. Potentially there is still an issue with the client configuration / API token.

Check with sudo systemctl status satnogs-client to see if the client is running. Then, please share the logs created by sudo journalctl -u satnogs-client.service.

Sincerely,
kerel

PS: Your station is running an older version of the software, but this in itself is not the issue here. Since the new version does not provide major new features and since no update path available except a complete new installation, I suggest to focus on getting the station running with this older version for now.

When using a rtl-sdr, the satnogs_antenna value can’t be GP, this needs to be RX

These are the allowed options:

SoapySDRUtil --probe="driver=rtlsdr"

######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Probe device driver=rtlsdr
Found Rafael Micro R820T/2 tuner
[INFO] Opening Generic RTL2832U OEM :: 00001470...
Found Rafael Micro R820T/2 tuner

----------------------------------------------------
-- Device identification
----------------------------------------------------
  driver=RTLSDR
  hardware=R820T
  index=0
  origin=https://github.com/pothosware/SoapyRTLSDR

----------------------------------------------------
-- Peripheral summary
----------------------------------------------------
  Channels: 1 Rx, 0 Tx
  Timestamps: YES
  Time sources: sw_ticks
  Other Settings:
     * Direct Sampling - RTL-SDR Direct Sampling Mode
       [key=direct_samp, default=0, type=string, options=(0, 1, 2)]
     * Offset Tune - RTL-SDR Offset Tuning Mode
       [key=offset_tune, default=false, type=bool]
     * I/Q Swap - RTL-SDR I/Q Swap Mode
       [key=iq_swap, default=false, type=bool]
     * Digital AGC - RTL-SDR digital AGC Mode
       [key=digital_agc, default=false, type=bool]
     * Test Mode - RTL-SDR Test Mode
       [key=testmode, default=false, type=bool]
     * Bias Tee - RTL-SDR Blog V.3 Bias-Tee Mode
       [key=biastee, default=false, type=bool]
     * Dithering - RTL-SDR Dithering Mode
       [key=dithering, default=true, type=bool]

----------------------------------------------------
-- RX Channel 0
----------------------------------------------------
  Full-duplex: NO
  Supports AGC: YES
  Stream formats: CS8, CS16, CF32
  Native format: CS8 [full-scale=128]
  Stream args:
     * Buffer Size - Number of bytes per buffer, multiples of 512 only.
       [key=bufflen, units=bytes, default=262144, type=int]
     * Ring buffers - Number of buffers in the ring.
       [key=buffers, units=buffers, default=15, type=int]
     * Async buffers - Number of async usb buffers (advanced).
       [key=asyncBuffs, units=buffers, default=0, type=int]
  Antennas: RX
  Full gain range: [0, 49.6] dB
    TUNER gain range: [0, 49.6] dB
  Full freq range: [23.999, 1764] MHz
    RF freq range: [24, 1764] MHz
    CORR freq range: [-0.001, 0.001] MHz
  Sample rates: [0.225001, 0.3], [0.900001, 3.2] MSps
  Filter bandwidths: [0, 8] MHz

And offline means it can’t connect to the satnogs network.

Are you able to ping network.satnogs.org and or db.satnogs.org

antenna RX, as Jan said, and driver=rtlsdr no hyphen.

1 Like

Great catch, missed that one!

Thank you SA2KNG , i have updated driver=rtlsdr and antenna as RX

Hi ,
Thank you for your response, i have updated driver=rtlsdr and yes i am able to ping both networl.satnogs.org and db.satnogs.org.

Hi Kerel,
Thank you for quick response, here are the outputs of status and journal
– Journal begins at Tue 2023-11-14 21:44:27 UTC, ends at Fri 2025-05-16 02:44:59 UTC. –
Sep 08 10:20:54 satnogs systemd[1]: Started SatNOGS client.
Sep 08 10:21:12 satnogs satnogs-client[12462]: satnogsclient.scheduler.tasks - ERROR - 401 Client Error: Unauthorized for url: https://network.satnogs.org/a>
Sep 08 10:22:11 satnogs satnogs-client[12462]: satnogsclient.scheduler.tasks - ERROR - 401 Client Error: Unauthorized for url: https://network.satnogs.org/a>

status of client
pi@satnogs:~ $ sudo systemctl status satnogs-client
● satnogs-client.service - SatNOGS client
Loaded: loaded (/etc/systemd/system/satnogs-client.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2025-05-16 02:38:06 UTC; 11min ago
Main PID: 875 (satnogs-client)
Tasks: 4 (limit: 1595)
CPU: 8.566s
CGroup: /system.slice/satnogs-client.service
└─875 /var/lib/satnogs/bin/python /var/lib/satnogs/bin/satnogs-client

May 16 02:40:13 satnogs satnogs-client[875]: satnogsclient.scheduler.tasks - ERROR - 401 Client Error: Unauthorized for url: SatNOGS Network API>

That points to an error in the satnogs_api_token, go to the network dashboard and copy the key again and paste it without extra leading or trailing spaces.

1 Like