You did not give very important information that
(1) which image you have written to your microSD card? There are many images such as:
- Raspberry Pi OS image
- Piaware sd card image
- FR24's Pi24 image
- Adsbexchsanqe iimage
(2) which decoders you have installed. What is the output of these commands?
apt-cache policy dump1090-fa
apt-cache policy dump978-rb
apt-cache policy dump978-fa
apt-cache policy readsb
.
Been out of town. Here's the output:
pi@raspberrypi:/boot $ uname -a
Linux raspberrypi 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l GNU/Linux
pi@raspberrypi:~ $ apt-cache policy dump1090-fa
N: Unable to locate package dump1090-fa
pi@raspberrypi:~ $ apt-cache policy dump978-rb
dump978-rb:
Installed: 1.0.1+buster
Candidate: 1.0.1+buster
Version table:
*** 1.0.1+buster 500
500
https://apt.rb24.com buster/main armhf Packages
100 /var/lib/dpkg/status
pi@raspberrypi:~ $ apt-cache policy dump978-fa
N: Unable to locate package dump978-fa
pi@raspberrypi:~ $ apt-cache policy readsb
readsb:
Installed: 3.8.4~dev
Candidate: 3.8.4~dev
Version table:
*** 3.8.4~dev 100
100 /var/lib/dpkg/status
pi@raspberrypi:~ $
==========================================
Got the rtl_eeprom working. Here's what I did:
sudo systemctl stop readsb
With only 978 dongle attached:
rtl_eeprom
Found 1 device(s):
0: Generic RTL2832U OEM
Using device 0: Generic RTL2832U OEM
Detached kernel driver
Found Rafael Micro R820T tuner
Current configuration:
__________________________________________
Vendor ID: 0x0bda
Product ID: 0x2838
Manufacturer: Realtek
Product: RTL2838UHIDIR
Serial number: 00000001
Serial number enabled: yes
IR endpoint enabled: yes
Remote wakeup enabled: no
__________________________________________
Reattached kernel driver
pi@raspberrypi:~ $ !1112
sudo rtl_eeprom -d 0 -p UAT_978 -s 00000401
Found 1 device(s):
0: Generic RTL2832U OEM
Using device 0: Generic RTL2832U OEM
Detached kernel driver
Found Rafael Micro R820T tuner
Current configuration:
__________________________________________
Vendor ID: 0x0bda
Product ID: 0x2838
Manufacturer: Realtek
Product: UAT_978
Serial number: 00000401
Serial number enabled: yes
IR endpoint enabled: yes
Remote wakeup enabled: no
__________________________________________
New configuration:
__________________________________________
Vendor ID: 0x0bda
Product ID: 0x2838
Manufacturer: Realtek
Product: UAT_978
Serial number: 00000401
Serial number enabled: yes
IR endpoint enabled: yes
Remote wakeup enabled: no
__________________________________________
Write new configuration to device [y/n]? y
Configuration successfully written.
Please replug the device for changes to take effect.
Reattached kernel driver
Then with only 1090 dongle installed:
rtl_eeprom
Found 1 device(s):
0: Generic RTL2832U OEM
Using device 0: Generic RTL2832U OEM
Detached kernel driver
Found Rafael Micro R820T tuner
Current configuration:
__________________________________________
Vendor ID: 0x0bda
Product ID: 0x2838
Manufacturer: Realtek
Product: RTL2838UHIDIR
Serial number: 00000001
Serial number enabled: yes
IR endpoint enabled: yes
Remote wakeup enabled: no
__________________________________________
Reattached kernel driver
pi@raspberrypi:~ $ sudo rtl_eeprom -d 0 -p ADSB_1090 -s 00000010
Found 1 device(s):
0: Generic RTL2832U OEM
Using device 0: Generic RTL2832U OEM
Detached kernel driver
Found Rafael Micro R820T tuner
Current configuration:
__________________________________________
Vendor ID: 0x0bda
Product ID: 0x2838
Manufacturer: Realtek
Product: RTL2838UHIDIR
Serial number: 00000001
Serial number enabled: yes
IR endpoint enabled: yesh
Remote wakeup enabled: no
__________________________________________
New configuration:
__________________________________________
Vendor ID: 0x0bda
Product ID: 0x2838
Manufacturer: Realtek
Product: ADSB_1090
Serial number: 00000010
Serial number enabled: yes
IR endpoint enabled: yes
Remote wakeup enabled: no
__________________________________________
Write new configuration to device [y/n]? y
Configuration successfully written.
Please replug the device for changes to take effect.
Reattached kernel driver
pi@raspberrypi:~ $ rtl_eeprom
Found 1 device(s):
0: Generic RTL2832U OEM
Using device 0: Generic RTL2832U OEM
Detached kernel driver
Found Rafael Micro R820T tuner
Current configuration:
__________________________________________
Vendor ID: 0x0bda
Product ID: 0x2838
Manufacturer: Realtek
Product: ADSB_1090
Serial number: 00000010
Serial number enabled: yes
IR endpoint enabled: yes
Remote wakeup enabled: no
__________________________________________
Reattached kernel driver
sudo poweroff
When power came back up and both 1090 and 978 dongles inserted no feed from either dongle.
Did another sudo poweroff, unplugged 978 dongle, left 1090 in and restarted. Now the 1090 is working again but there's still something wrong when both 1090 and 978 are plugged in.