-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTL SDR Server fails on Status check #3
Comments
Any ideas? |
Hi, Did you have your OS version and distribution ? |
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
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF3H5KFFKYV2ZZTBKMSSBFLYRZRF7AVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM3TONBZGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF3H5KFFKYV2ZZTBKMSSBFLYRZRF7AVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM3TONBZGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF3H5KFFKYV2ZZTBKMSSBFLYRZRF7AVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM3TONBZGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, I've had the same symptoms and solved it by modifying the rtlsdr.service file. `[Service] WorkingDirectory=/home/USERNAME StandardOutput=inherit StandardError=inherit Restart=always RestartSec=3` Remove usr/bin from the first line If your symptoms are the same as mine, you can fix them with some modifications. |
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
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF3H5KERDRONEZ6ORQO675DYV2Y3TAVCNFSM6AAAAABCYEKR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGIYTSOBYGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The text was updated successfully, but these errors were encountered: