-
Notifications
You must be signed in to change notification settings - Fork 142
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] airspy readStream failed: TIMEOUT #391
Comments
Can you provide your |
my conf file is FULL of channels - which i wouldn't want to post here - but the config i know is good, with just 3 AirSpys its good, with the 4th one its giving an issue all my dongles on this PC im using all 4 AirSpy Mini's how do i check if the USB is being overloaded? |
There are configuration parameters beyond the specific channels / frequencies / names that may be important for debugging. Can you strip the channel specifics from the config file and share that? I would suggest playing with the bandwidth and / or the output format to see if you can get all 4 running at the same time. 6000000 samples per second x 16 bit samples x 2 for complex readings x 4 dongles = a lot of data.
I would recommend splitting your config into 4 pieces, one config file per dongle, and run multiple instances of |
After removing my Channels, here is the config file FYI with the channels still in the config, this will run, as the last dongle was disabled,
here is a "sample" of what my Channels configuration look like
|
finally installed usbtop as I just revisited this issue, and i still get errors of Aug 28 22:16:35 SDRPC001 rtl_airband[181131]: SoapySDR device 'driver=airspy,serial=0x744C60C8215B644F': readStream failed: TIMEOUT so here is my usbtop output Bus ID 0 (Raw USB traffic, all USB buses) To device From device |
i just tried changing 2 of the AirSpy's to 3.0 Sample Rate instead of 6.0, and i was still getting the same behavior |
Bus ID 0 (Raw USB traffic, all USB buses) To device From device Bus ID 0 (Raw USB traffic, all USB buses) To device From device |
@israelgoldstein checking in. Are you still experiencing the same behavior? |
when I run this application, i get this error
if i Disable from the config file the last (4th) AirSpy, then it starts up fine..
Jun 26 23:07:42 SDRPC001 systemd[1]: Started SDR AM/NFM demodulator.
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947': using native sample format 'CS16' (fullScale=32767.0)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317': using native sample format 'CS16' (fullScale=32767.0)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F': using native sample format 'CS16' (fullScale=32767.0)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F': using native sample format 'CS16' (fullScale=32767.0)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: RTLSDR-Airband version 4.1.1 starting
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947': sample rate set to 6000000 sps
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947': AGC off (requested: off)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947': gain 'LNA' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947': gain 'MIX' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947': gain 'VGA' set to 15.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947' initialized
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: [INFO] Using format CS16.
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0xF8A868FF29679947' started
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317': sample rate set to 6000000 sps
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317': AGC off (requested: off)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317': gain 'LNA' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317': gain 'MIX' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317': gain 'VGA' set to 15.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317' initialized
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: [INFO] Using format CS16.
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x62CC68FF21865317' started
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F': sample rate set to 6000000 sps
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F': AGC off (requested: off)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F': gain 'LNA' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F': gain 'MIX' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F': gain 'VGA' set to 15.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F' initialized
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: [INFO] Using format CS16.
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8215B644F' started
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F': sample rate set to 6000000 sps
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F': AGC off (requested: off)
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F': gain 'LNA' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F': gain 'MIX' set to 5.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F': gain 'VGA' set to 15.0 dB
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F' initialized
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: [INFO] Using format CS16.
Jun 26 23:07:42 SDRPC001 rtl_airband[56951]: SoapySDR: device 'driver=airspy,serial=0x744C60C8214D6E4F' started
Jun 26 23:07:43 SDRPC001 rtl_airband[56951]: SoapySDR device 'driver=airspy,serial=0x744C60C8214D6E4F': readStream failed: TIMEOUT
Jun 26 23:07:44 SDRPC001 rtl_airband[56951]: SoapySDR device 'driver=airspy,serial=0x744C60C8214D6E4F': readStream failed: TIMEOUT
Jun 26 23:07:45 SDRPC001 rtl_airband[56951]: SoapySDR device 'driver=airspy,serial=0x744C60C8214D6E4F': readStream failed: TIMEOUT
^C
The text was updated successfully, but these errors were encountered: