raspberry-rtlsdr-server icon indicating copy to clipboard operation
raspberry-rtlsdr-server copied to clipboard

RTL SDR Server fails on Status check

Open wb2lhp opened this issue 1 year ago • 8 comments

Screenshot 2024-02-03 111355

wb2lhp avatar Feb 03 '24 16:02 wb2lhp

Any ideas?

wb2lhp avatar Feb 03 '24 16:02 wb2lhp

Hi,

Did you have your OS version and distribution ?

c4software avatar Feb 03 '24 16:02 c4software

Running Raspberry Pi OS 6.1.21-V7+ on a Raspberry Pi Zero 2W

On Sat, Feb 3, 2024 at 11:33 AM Brosseau Valentin @.***> wrote:

Hi,

Did you have your OS version and distribution ?

— Reply to this email directly, view it on GitHub https://github.com/c4software/raspberry-rtlsdr-server/issues/3#issuecomment-1925377493, or unsubscribe https://github.com/notifications/unsubscribe-auth/BF3H5KFFKYV2ZZTBKMSSBFLYRZRF7AVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM3TONBZGM . You are receiving this because you authored the thread.Message ID: @.***>

wb2lhp avatar Feb 03 '24 16:02 wb2lhp

I'm not a programmer, just a tinkerer...

On Sat, Feb 3, 2024 at 11:33 AM Brosseau Valentin @.***> wrote:

Hi,

Did you have your OS version and distribution ?

— Reply to this email directly, view it on GitHub https://github.com/c4software/raspberry-rtlsdr-server/issues/3#issuecomment-1925377493, or unsubscribe https://github.com/notifications/unsubscribe-auth/BF3H5KFFKYV2ZZTBKMSSBFLYRZRF7AVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM3TONBZGM . You are receiving this because you authored the thread.Message ID: @.***>

wb2lhp avatar Feb 03 '24 16:02 wb2lhp

Here is the OS for the Zero 2W using Raspberry Pi Imager

On Sat, Feb 3, 2024 at 11:33 AM Brosseau Valentin @.***> wrote:

Hi,

Did you have your OS version and distribution ?

— Reply to this email directly, view it on GitHub https://github.com/c4software/raspberry-rtlsdr-server/issues/3#issuecomment-1925377493, or unsubscribe https://github.com/notifications/unsubscribe-auth/BF3H5KFFKYV2ZZTBKMSSBFLYRZRF7AVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM3TONBZGM . You are receiving this because you authored the thread.Message ID: @.***>

wb2lhp avatar Feb 03 '24 17:02 wb2lhp

Hi, I've had the same symptoms and solved it by modifying the rtlsdr.service file.

`[Service] ExecStart=/bin/sh -c "rtl_tcp -a $(hostname -I) -p PORTNUM"

WorkingDirectory=/home/USERNAME

StandardOutput=inherit

StandardError=inherit

Restart=always

RestartSec=3`

Remove usr/bin from the first line check the home directory with PWD command and change the USERNAME field also, Input RestartSec=3 to the last [Service] line

If your symptoms are the same as mine, you can fix them with some modifications.

DaLae37 avatar Feb 28 '24 04:02 DaLae37

Thanks for the tip!...I'll give it a try...Jim

On Tue, Feb 27, 2024 at 11:44 PM DaLae37 @.***> wrote:

Hi, I've had the same symptoms and solved it by modifying the rtlsdr.service file.

[Service] ExecStart=/bin/sh -c "rtl_tcp -a $(hostname -I) -p PORTNUM" WorkingDirectory=/home/USERNAME StandardOutput=inherit StandardError=inherit Restart=always RestartSec=3

Remove usr/bin from the first line check the home directory with PWD command and change the USERNAME field also, Input RestartSec=3 to the last [Service] line

If your symptoms are the same as mine, you can fix them with some modifications.

— Reply to this email directly, view it on GitHub https://github.com/c4software/raspberry-rtlsdr-server/issues/3#issuecomment-1968219883, or unsubscribe https://github.com/notifications/unsubscribe-auth/BF3H5KERDRONEZ6ORQO675DYV2Y3TAVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGIYTSOBYGM . You are receiving this because you authored the thread.Message ID: @.***>

wb2lhp avatar Feb 29 '24 14:02 wb2lhp

Thanks this worked for me also adjusting the service.

image

cbcalhoun avatar Mar 30 '24 23:03 cbcalhoun