dump1090-mutability v1.15~dev v Stretch

@ab cd
Don´t forget to tell me if the workaround worked.
Yes, it did work. Thank you.

There was a little difference.
I did not build rtl-sdr from source before installing the dump1090-mutability.
Instead, I used your method on my existing install, on which dump1090-mutability and rtl-sdr were already installed.
The rtl-sdr was originally installed by "sudo apt-get install rtl-sdr" command.
First I removed it by following commands, then followed your method and build and install rtl-sdr from source code.
Code:
sudo dpkg --remove rtl-sdr
sudo dpkg --purge rtl-sdr
 
A very easy, one step solution:
Based on posts of Randstad and jaxxtheone, I worked out a very easy solution which is given below.

Just now tested, works like a charm :)

Code:
sudo wget -O  /etc/udev/rules.d/rtl-sdr.rules "https://raw.githubusercontent.com/osmocom/rtl-sdr/master/rtl-sdr.rules"

sudo reboot

After reboot, check map in your browser at address <IP of Pi>/dump1090/gmap.html
 
A very easy, one step solution:
Based on posts of Randstad and jaxxtheone, I worked out a very easy solution which is given below.

Just now tested, works like a charm :)

Code:
sudo wget -O  /etc/udev/rules.d/rtl-sdr.rules "https://raw.githubusercontent.com/osmocom/rtl-sdr/master/rtl-sdr.rules"

sudo reboot

After reboot, check map in your browser at address <IP of Pi>/dump1090/gmap.html

@ab cd


Glad we all have a nice and happy end!

I´d suggest you to post a new thread with the final solution so everybody can have it straight and easy. to find.

;)

PS: Just read your original post. You have already done it, great!
 
Last edited:
Back
Top