charlie-foxtrot / RTLSDR-Airband

Multichannel AM/NFM demodulator
GNU General Public License v3.0
758 stars 135 forks source link

Config Error: unknown modulation #70

Closed USAFPride closed 7 years ago

USAFPride commented 7 years ago

Running the unstable version (thanks for the "serial" add). Added 2nd dongle to rtl_airband to pick up the NFM noaa weather radio. With the attached configuration, I get the following error: Configuration error: devices.[1] channels.[0]: unknown modulation

I must be missing something simple, but I'm stumped.

rtl_airband.conf.txt

spotter-ssol commented 7 years ago

... channels: ( { modulation = "am"; freqs = ( 119300000, 121800000, 135650000, 124600000, 128400000 ); ...

USAFPride commented 7 years ago

@spotter-ssol, modulation = "am"; is the default state. I added it and it still produces the same error.

szpajder commented 7 years ago

make clean make PLATFORM= NFM=1

should do the trick.

USAFPride commented 7 years ago

@szpajder - simple RTFM issue. Thanks