普通にOSをインストール
初期設定
WiFi設定IP固定設定
RTL-SDRアプリのインストール
sudo apt-get install rtl-sdr
/etc/modprobe.d/rtlsdr-blacklist.conf に以下を記載し、reboot
blacklist dvb_usb_rtl28xxu
blacklist rtl2830
blacklist dvb_usb_v2
blacklist dvb_core
USBにSDRドングルを刺してテスト実施
$ rtl_test -t
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8
33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6
Sampling at 2048000 S/s.
No E4000 tuner found, aborting
次にDireWolfのインストール
apt-getでは、バージョンが古い方がインストールされるかもしれないので、gitでcloneし手動インストールする。
cd ~
git clone https://www.github.com/wb2osz/direwolf
cd direwolf
make
そしたら
Makefile.linux:270: *** /usr/include/alsa/asoundlib.h does not exist. Install it with "sudo apt-get install libasound2-dev" or "sudo yum install alsa-lib-devel" . 中止.
とファイルが無いと怒られたので、
sudo apt-get install libasound2-dev します。
もう一回make
今度はいきました。
sudo make install
make install-conf