Found Rafael Micro R820T tuner
Traceback (most recent call last):
File "./rtlsdr_scan.py", line 109, in
frame = FrameMain("RTLSDR Scanner", pool)
File "/root/sdr/RTLSDR-Scanner/src/main_window.py", line 151, in init
self.devicesRtl = get_devices_rtl(self.settings.devicesRtl)
File "/root/sdr/RTLSDR-Scanner/src/devices.py", line 113, in get_devices_rtl
device.gains = sdr.valid_gains_db
AttributeError: 'RtlSdr' object has no attribute 'valid_gains_db'
With dongle in, ive got that error, when no dogle, no error
root@t61:~/sdr/RTLSDR-Scanner/src# ./rtlsdr_scan.py RTLSDR Scanner
Found Rafael Micro R820T tuner Traceback (most recent call last): File "./rtlsdr_scan.py", line 109, in
frame = FrameMain("RTLSDR Scanner", pool)
File "/root/sdr/RTLSDR-Scanner/src/main_window.py", line 151, in init
self.devicesRtl = get_devices_rtl(self.settings.devicesRtl)
File "/root/sdr/RTLSDR-Scanner/src/devices.py", line 113, in get_devices_rtl
device.gains = sdr.valid_gains_db
AttributeError: 'RtlSdr' object has no attribute 'valid_gains_db'