bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
439 stars 126 forks source link

modes_rx -d empty outputs under ubuntu 12.10 #32

Closed goodguy123 closed 11 years ago

goodguy123 commented 11 years ago

Hi Nick,

When I tested under Backtrack 5. It works great! But when I switch to Ubuntu 12.10. And used same install methods... I only go as far as this?

~$ modes_rx -d linux; GNU C++ version 4.7.2; Boost_104900; UHD_003.005.002-56-g34052015

gr-osmosdr 871f0cc2 (0.0.1git) gnuradio v3.6.4.1-184-g669614b0 built-in device types: file fcd rtl rtl_tcp uhd Using device #0 Realtek RTL2838UHIDIR Found Elonics E4000 tuner Gain is 34 Rate is 4000000 Using Volk machine: sse3_32_orc

gr_fir_ccf: using SSE

no any data outputs on the screen at all? I would expect to see outputs like this :

(-23 0.0000000000) Type 17 subtype 09-1 (track report) from a7a616 with velocity 228kt heading 236 VS 0 (-21 0.0000000000) Type 17 subtype 05 (position report) from a7a616 at (44.837173, -92.670724) (2.58 @ 241) at 7175ft (-22 0.0000000000) Type 0 (short A-A surveillance) from a7a616 at 7175ft (-21 0.0000000000) Type 0 (short A-A surveillance) from a7a616 at 7175ft (-22 0.0000000000) Type 17 subtype 09-1 (track report) from a7a616 with velocity 228kt heading 236 VS 0

by the way when I use "modes_rx -d --kml=airplane.kml" it did created airplane.kml file. Any ideas?