Announcement

Collapse
No announcement yet.

uninstalling fr24feed issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • uninstalling fr24feed issue

    Today I've unistalled the fr24feed package (sudo apt-get purge fr24feed) on a Raspi 3b.
    It was configured to work with dump1090-mutability 1.15 dev. in beast mode.
    The uninstall operation was flawless but now dump1090 doesn't start anymore at boot.
    Any idea about what fr24feed removal has messed up?

    UPDATE: I've found the problem by myself...Fr24 uninstaller removes rtl-sdr rules also,
    then dump1090-mutability isn't happy at all.
    the uninstaller should check or at least ask before removing something that was already there before.
    Last edited by Paperfriend; 2018-07-22, 14:27.

  • #2
    Originally posted by Paperfriend View Post
    I've found the problem by myself...Fr24 uninstaller removes rtl-sdr rules also,
    then dump1090-mutability isn't happy at all.
    the uninstaller should check or at least ask before removing something that was already there before.
    This is really bad!
    The apt-get purge command's rules are set by Debian/Raspbian, and not by FR24Feed package. It may not be fault of FR24.

    You can restore rtl-sdr rules by following method

    Code:
    sudo wget -O  /etc/udev/rules.d/rtl-sdr.rules "https://raw.githubusercontent.com/osmocom/rtl-sdr/master/rtl-sdr.rules"   
    
    sudo reboot
    Last edited by abcd567; 2018-07-22, 17:32.

    Comment

    Working...
    X