-
Notifications
You must be signed in to change notification settings - Fork 138
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
[BUG] RTLSDR v4 no audio/signal #443
Comments
To isolate the problem I would recommend starting with the following:
|
Hi Charlie,
only noise, with 0, 12 and 36 gain settings with ATIS frequency tested on attached video_ SDR_Console.mp4
Squelch signal_level as dBFS & Squelch noise_level as dBFS, It looks like there is no antenna, but the antenna is connected. # HELP channel_activity_counter Loops of output_thread with frequency active.
# TYPE channel_activity_counter counter
channel_activity_counter{freq="127.650",label="SBRF ATIS"} 0
# HELP channel_noise_level Raw squelch noise_level.
# TYPE channel_noise_level gauge
channel_noise_level{freq="127.650",label="SBRF ATIS"} 0.051
# HELP channel_dbfs_noise_level Squelch noise_level as dBFS.
# TYPE channel_dbfs_noise_level gauge
channel_dbfs_noise_level{freq="127.650",label="SBRF ATIS"} -50.768
# HELP channel_signal_level Raw squelch signal_level.
# TYPE channel_signal_level gauge
channel_signal_level{freq="127.650",label="SBRF ATIS"} 0.053
# HELP channel_dbfs_signal_level Squelch signal_level as dBFS.
# TYPE channel_dbfs_signal_level gauge
channel_dbfs_signal_level{freq="127.650",label="SBRF ATIS"} -50.423
# HELP channel_squelch_counter Squelch open_count.
# TYPE channel_squelch_counter counter
channel_squelch_counter{freq="127.650",label="SBRF ATIS"} 0
# HELP channel_squelch_level Squelch squelch_level.
# TYPE channel_squelch_level gauge
channel_squelch_level{freq="127.650",label="SBRF ATIS"} 0.153
# HELP channel_flappy_counter Squelch flappy_count.
# TYPE channel_flappy_counter counter
channel_flappy_counter{freq="127.650",label="SBRF ATIS"} 0
# HELP channel_ctcss_counter count of windows with CTCSS detected.
# TYPE channel_ctcss_counter counter
channel_ctcss_counter{freq="127.650",label="SBRF ATIS"} 0
# HELP channel_no_ctcss_counter count of windows without CTCSS detected.
# TYPE channel_no_ctcss_counter counter
channel_no_ctcss_counter{freq="127.650",label="SBRF ATIS"} 0
# HELP buffer_overflow_count Number of times a device's buffer has overflowed.
# TYPE buffer_overflow_count counter
buffer_overflow_count{device="0"} 0
# HELP output_overrun_count Number of times a device or mixer output has overrun.
# TYPE output_overrun_count counter
output_overrun_count{device="0"} 0 |
I haven't used a v4 dongle myself but @remsiux got it working in #439 It looks like your hardware verification test was done on windows but you're running |
additionally I tested |
Starting to run out of "easy" answers..... Has this worked on a different SDR? Ie is this a v4 vs v3 issue? You're running a 64-bit version of DietPi? What hardware is this on? Is this just the base OS plus v4 drivers or are there other packages installed? Instead of using the device serial number, can you try 'index = 0;'? |
Work with V3, but V4 has not signal/audio
Reinstalled, also tested with Ubuntu, V4 dongle remained without signal/audio
Yes, V4 dongle is detected by RTLSDR-Airband, but there is no audio/signal, as reported by remsiux Apparently it's a bug, but you won't be able to reproduce this without having a V4 dongle 😢 |
Make sure you don't have the standard Make sure you aren't installing package(s) that are pulling in the standard Make sure you're compiling against and linking to the custom I was able to start with a clean docker container on x86_64, install just the https://github.com/rtlsdrblog/rtl-sdr-blog version plus the When running
|
Describe your environment
make
options used to build the program: -DPLATFORM=native -DMIRISDR=OFF -DPULSEAUDIO=OFFWhat happened?
RTLSDR v4 that doesn't output audio/signal
What you expected to happen?
It doesn't work as it should, there is simply no signal
Steps to Reproduce
Compile as described and see if it works correctly, there is no audio here
Additional context
Recently the RTLSDRBlog driver was updated, so it's good to check the repository "github.com/rtlsdrblog/rtl-sdr-blog"
It was also tested with the SoapySDR driver, the same problem remained, no audio/signal in stream
Your rtl_airband.conf file
The text was updated successfully, but these errors were encountered: