Skip to content
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

Open
wb2lhp opened this issue Feb 3, 2024 · 8 comments
Open

RTL SDR Server fails on Status check #3

wb2lhp opened this issue Feb 3, 2024 · 8 comments

Comments

@wb2lhp
Copy link

wb2lhp commented Feb 3, 2024

Screenshot 2024-02-03 111355

@wb2lhp
Copy link
Author

wb2lhp commented Feb 3, 2024

Any ideas?

@c4software
Copy link
Owner

Hi,

Did you have your OS version and distribution ?

@wb2lhp
Copy link
Author

wb2lhp commented Feb 3, 2024 via email

@wb2lhp
Copy link
Author

wb2lhp commented Feb 3, 2024 via email

@wb2lhp
Copy link
Author

wb2lhp commented Feb 3, 2024 via email

@DaLae37
Copy link

DaLae37 commented Feb 28, 2024

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.

@wb2lhp
Copy link
Author

wb2lhp commented Feb 29, 2024 via email

@cbcalhoun
Copy link

Thanks this worked for me also adjusting the service.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants