access logger

家庭用コンピュータ環境の模索 >USB 1seg tuner を使った SDR

  1. DS-DT305購入
  2. 情報源
  3. コマンドラインソフトウエア(rtl-sdr)
  4. GUI(GNUradio)
  5. Gqrx
  6. ワンセグを見る
  7. on Android

DS-DT305 購入

slashdot.jpで話題になっていた。1000円だし、遊んでみるか、と思って、よく確かめもせず、980円で USB ワンセグチューナ DS-DT305 を購入。

DecoderChipFitipower FC0013
Frequency22 - 1100 MHz
TunerChipRTL2838U

復調IC が RTL2832U、チューナICが FC0013 とのこと。ビンゴである。ウェブでは FC0012 という記事も見かけたが、いつのまにかバージョンが上がっていたのだろうか。

ネット情報どおり、HUBを選ぶ。フロントの拡張USBソケットに挿したらうまく動かなかったが、背面パネルのソケットに挿したら普通に動いた。

情報源

マニアックな遊びだと思ったら、けっこう情報はあった。トレースするだけなら、すぐに出てくる。

コマンドラインソフトウエア(rtl-sdr)

コマンドラインでFMラジオを受信するソフトウエア。

準備

以下を確認。必要なら synaptic でインストール。

ダウンロード&インストール

~ $ cd /usr/local/src/
/usr/local/src $ git clone git://git.osmocom.org/rtl-sdr.git

Cloning into 'rtl-sdr'...
remote: Counting objects: 1582, done.
remote: Compressing objects: 100% (676/676), done.
remote: Total 1582 (delta 1157), reused 1213 (delta 898)
Receiving objects: 100% (1582/1582), 340.30 KiB | 144 KiB/s, done.
Resolving deltas: 100% (1157/1157), done.

/usr/local/src $ cd rtl-sdr
/usr/local/src/rtl-sdr $ mkdir build
/usr/local/src/rtl-sdr $ cd build
/usr/local/src/rtl-sdr/build $ cmake ../ -DINSTALL_UDEV_RULES=ON

-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Build type not specified: defaulting to release.
-- Extracting version information from git describe...
-- checking for module 'libusb-1.0'
--   found libusb-1.0, version 1.0.9-rc3
-- Looking for libusb_handle_events_timeout_completed
-- Looking for libusb_handle_events_timeout_completed - found
-- Looking for libusb_error_name
-- Looking for libusb_error_name - found
-- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/i386-linux-gnu/libusb-1.0.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Udev rules not being installed, install them with -DINSTALL_UDEV_RULES=ON
-- Building with kernel driver detaching disabled, use -DDETACH_KERNEL_DRIVER=ON to enable
-- Building for version: v0.5.3-5-g6ee5 / 0.5git
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/src/rtl-sdr/build

/usr/local/src/rtl-sdr/build $ make

Scanning dependencies of target convenience_static
[  5%] Building C object src/CMakeFiles/convenience_static.dir/convenience/convenience.c.o
Linking C static library libconvenience_static.a
[  5%] Built target convenience_static
Scanning dependencies of target rtlsdr_shared
[ 10%] Building C object src/CMakeFiles/rtlsdr_shared.dir/librtlsdr.c.o
[ 15%] Building C object src/CMakeFiles/rtlsdr_shared.dir/tuner_e4k.c.o
[ 20%] Building C object src/CMakeFiles/rtlsdr_shared.dir/tuner_fc0012.c.o
[ 25%] Building C object src/CMakeFiles/rtlsdr_shared.dir/tuner_fc0013.c.o
[ 30%] Building C object src/CMakeFiles/rtlsdr_shared.dir/tuner_fc2580.c.o
[ 35%] Building C object src/CMakeFiles/rtlsdr_shared.dir/tuner_r82xx.c.o
Linking C shared library librtlsdr.so
[ 35%] Built target rtlsdr_shared
Scanning dependencies of target rtl_adsb
[ 40%] Building C object src/CMakeFiles/rtl_adsb.dir/rtl_adsb.c.o
Linking C executable rtl_adsb
[ 40%] Built target rtl_adsb
Scanning dependencies of target rtl_eeprom
[ 45%] Building C object src/CMakeFiles/rtl_eeprom.dir/rtl_eeprom.c.o
Linking C executable rtl_eeprom
[ 45%] Built target rtl_eeprom
Scanning dependencies of target rtl_fm
[ 50%] Building C object src/CMakeFiles/rtl_fm.dir/rtl_fm.c.o
Linking C executable rtl_fm
[ 50%] Built target rtl_fm
Scanning dependencies of target rtl_power
[ 55%] Building C object src/CMakeFiles/rtl_power.dir/rtl_power.c.o
Linking C executable rtl_power
[ 55%] Built target rtl_power
Scanning dependencies of target rtl_sdr
[ 60%] Building C object src/CMakeFiles/rtl_sdr.dir/rtl_sdr.c.o
Linking C executable rtl_sdr
[ 60%] Built target rtl_sdr
Scanning dependencies of target rtl_tcp
[ 65%] Building C object src/CMakeFiles/rtl_tcp.dir/rtl_tcp.c.o
Linking C executable rtl_tcp
[ 65%] Built target rtl_tcp
Scanning dependencies of target rtl_test
[ 70%] Building C object src/CMakeFiles/rtl_test.dir/rtl_test.c.o
Linking C executable rtl_test
[ 70%] Built target rtl_test
Scanning dependencies of target rtlsdr_static
[ 75%] Building C object src/CMakeFiles/rtlsdr_static.dir/librtlsdr.c.o
[ 80%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_e4k.c.o
[ 85%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_fc0012.c.o
[ 90%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_fc0013.c.o
[ 95%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_fc2580.c.o
[100%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_r82xx.c.o
Linking C static library librtlsdr.a
[100%] Built target rtlsdr_static

/usr/local/src/rtl-sdr/build $ sudo make install

[  5%] Built target convenience_static
[ 35%] Built target rtlsdr_shared
[ 40%] Built target rtl_adsb
[ 45%] Built target rtl_eeprom
[ 50%] Built target rtl_fm
[ 55%] Built target rtl_power
[ 60%] Built target rtl_sdr
[ 65%] Built target rtl_tcp
[ 70%] Built target rtl_test
[100%] Built target rtlsdr_static
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/pkgconfig/librtlsdr.pc
-- Installing: /usr/local/include/rtl-sdr.h
-- Installing: /usr/local/include/rtl-sdr_export.h
-- Installing: /usr/local/lib/librtlsdr.so.0.5git
-- Installing: /usr/local/lib/librtlsdr.so.0
-- Installing: /usr/local/lib/librtlsdr.so
-- Installing: /usr/local/lib/librtlsdr.a
-- Installing: /usr/local/bin/rtl_sdr
-- Removed runtime path from "/usr/local/bin/rtl_sdr"
-- Installing: /usr/local/bin/rtl_tcp
-- Removed runtime path from "/usr/local/bin/rtl_tcp"
-- Installing: /usr/local/bin/rtl_test
-- Removed runtime path from "/usr/local/bin/rtl_test"
-- Installing: /usr/local/bin/rtl_fm
-- Removed runtime path from "/usr/local/bin/rtl_fm"
-- Installing: /usr/local/bin/rtl_eeprom
-- Removed runtime path from "/usr/local/bin/rtl_eeprom"
-- Installing: /usr/local/bin/rtl_adsb
-- Removed runtime path from "/usr/local/bin/rtl_adsb"
-- Installing: /usr/local/bin/rtl_power
-- Removed runtime path from "/usr/local/bin/rtl_power"

/usr/local/src/rtl-sdr/build $ sudo ldconfig
/usr/local/src/rtl-sdr/build $ cd
~ $ rtl_fm -f 80.2e6 -s 200000 -r 48000 - | aplay -r 48k -f S16_LE

Found 1 device(s):
  0:  Generic, RTL2832U, SN: 77771111153705700

Using device 0: Generic RTL2832U
Found Fitipower FC0013 tuner
Tuner gain set to automatic.
Tuned to 80500000 Hz.
Oversampling input by: 6x.
Oversampling output by: 1x.
Buffer size: 6.83ms
Sampling at 1200000 S/s.
Output at 200000 Hz.
再生中 raw データ 'stdin' : Signed 16 bit Little Endian, レート 48000 Hz, モノラル

GUI(GNUradio)

MATLAB みたいにGUIでブロックを組み合わせて、好きなラジオを作ることができる。それぞれのブロックはCで書かれているが、それらのモジュールのパラメータ設定と結線は python スクリプトを生成し、それで動作させる。

スクリプトをダウンロードして実行する。そのスクリプトが、rtl-sdr のダウンロード&コンパイル、gnuradio のダウンロード&コンパイルを実行してくれる。

cd /usr/local/src
/usr/local/src $ wget http://www.sbrac.org/files/build-gnuradio

--2014-03-01 23:29:23--  http://www.sbrac.org/files/build-gnuradio
www.sbrac.org (www.sbrac.org) をDNSに問いあわせています... 67.212.80.242
www.sbrac.org (www.sbrac.org)|67.212.80.242|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 36745 (36K) [text/plain]
`build-gnuradio' に保存中

100%[======================================>] 36,745       176K/s   時間 0.2s  

2014-03-01 23:29:24 (176 KB/s) - `build-gnuradio' へ保存完了 [36745/36745]

/usr/local/src $chmod a+x build-gnuradio 
/usr/local/src $ ./build-gnuradio 

This script will install Gnu Radio from current GIT sources
You will require Internet access from the computer on which this
script runs. You will also require SUDO access. You will require
approximately 500MB of free disk space to perform the build.
 
This script will, as a side-effect, remove any existing Gnu Radio
installation that was installed from your Linux distribution packages.
It must do this to prevent problems due to interference between
a linux-distribution-installed Gnu Radio/UHD and one installed from GIT source.
 
The whole process may take up to two hours to complete, depending on the
capabilities of your system.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NOTE: if you run into problems while running this script, you can re-run it with
the --verbose option to produce lots of diagnostic output to help debug problems.
This script has been written to anticipate some of the more common problems one might
encounter building ANY large, complex software package. But it is not pefect, and
there are certainly some situations it could encounter that it cannot deal with
gracefully. Altering the system configuration from something reasonably standard,
removing parts of the filesystem, moving system libraries around arbitrarily, etc,
it likely cannot cope with. It is just a script. It isn't intuitive or artificially
intelligent. It tries to make life a little easier for you, but at the end of the day
if it runs into trouble, a certain amount of knowledge on your part about
system configuration and idiosyncrasies will inevitably be necessary.


Proceed?y
Starting all functions at: 2014年 3月 1日 土曜日 23:30:12 JST
SUDO privileges are required
Do you have SUDO privileges?y
Continuing with script
Installing prerequisites.
====> THIS MAY TAKE QUITE SOME TIME <=====
Checking for package libfontconfig1-dev
Checking for package libxrender-dev
Checking for package libpulse-dev
Checking for package swig
Checking for package g++
Checking for package automake
Checking for package autoconf
Checking for package libtool
Checking for package python-dev
Checking for package libfftw3-dev
Checking for package libcppunit-dev
Checking for package libboost1.48-all-dev
Checking for package libusb-dev
Checking for package libusb-1.0-0-dev
Checking for package fort77
Checking for package libsdl1.2-dev
Checking for package python-wxgtk2.8
Checking for package git-core
Checking for package libqt4-dev
Checking for package python-numpy
Checking for package ccache
Checking for package python-opengl
Checking for package libgsl0-dev
Checking for package python-cheetah
Checking for package python-lxml
Checking for package doxygen
Checking for package qt4-dev-tools
Checking for package libusb-1.0-0-dev
Checking for package libqwt5-qt4-dev
Checking for package libqwtplot3d-qt4-dev
Checking for package pyqt4-dev-tools
Checking for package python-qwt5-qt4
Checking for package cmake
Checking for package git-core
Checking for package wget
Checking for package libxi-dev
Checking for package python-docutils
Checking for package gtk2-engines-pixbuf
Checking for package r-base-dev
Checking for package python-tk
Checking for package liborc-0.4-0
Checking for package liborc-0.4-dev
Checking for package libasound2-dev
Checking for package python-gtk2
Done checking packages
Checking for library libusb ...Found library libusb
Checking for library libboost ...Found library libboost
Checking for library libcppunit ...Found library libcppunit
Checking for library libfftw ...Found library libfftw
Checking for library libgsl ...Found library libgsl
Done
This script will fetch Gnu Radio version 3.7/maint from the repositories, along with compatible
extras.
Is this OK?y
Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
via the Internet
=======> THIS MAY TAKE QUITE SOME TIME <=========
Fetching Gnu Radio via GIT...Done
Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr, gr-iqbal, hackrf and bladeRF) via GIT
Done
Starting function uhd_build at: 2014年 3月 1日 土曜日 23:51:24 JST
Building UHD...
=============> THIS WILL TAKE SOME TIME <=============

Done building/installing UHD
Done function uhd_build at: 2014年 3月 2日 日曜日 00:00:07 JST
Starting function firmware at: 2014年 3月 2日 日曜日 00:00:07 JST
Images destination:      /usr/local/share/uhd/images
Downloading images from: http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.007.000-release.zip
Downloading images to:   /tmp/tmpixG5Vp/uhd-images_003.007.000-release.zip
 34696 kB / 34696 kB (100%)

Images successfully installed to: /usr/local/share/uhd/images
Done downloading firmware to /usr/local/share/uhd/images
Done function firmware at: 2014年 3月 2日 日曜日 00:00:35 JST
Starting function gnuradio_build at: 2014年 3月 2日 日曜日 00:00:35 JST
/usr/local/lib already in ld.so.conf.d
Doing ldconfig...
Building Gnu Radio...
=========> THIS WILL TAKE QUITE A WHILE <=============

...Doing cmake
...Cmaking
...Building
...Installing
Done building and installing Gnu Radio
GRC freedesktop icons install ...Done
Done function gnuradio_build at: 2014年 3月 2日 日曜日 00:37:33 JST
Starting function rtl_build at: 2014年 3月 2日 日曜日 00:37:33 JST
Building rtl-sdr...Done building rtl-sdr
Building hackrf...Done building hackrf
Building gr-iqbal...Done building gr-iqbal
Building bladeRF...Done building bladeRF
Building gr-osmosdr...Done building gr-osmosdr
Done building/installing rtl-sdr/gr-osmosdr
Done function rtl_build at: 2014年 3月 2日 日曜日 00:39:03 JST
Starting function extras at: 2014年 3月 2日 日曜日 00:39:03 JST
Doing GIT checkout for extra module gr-baz
Couldnt build module gr-baz directory not there
Doing GIT checkout for extra module grextras
Building extra module grextras
Done function extras at: 2014年 3月 2日 日曜日 00:39:13 JST
Starting function mod_groups at: 2014年 3月 2日 日曜日 00:39:13 JST
********************************************************************************
This script has just modified /etc/group to place your userid '('$USER')' into group 'usrp'
In order for this change to take effect, you will need to log-out and log back
in again.  You will not be able to access your USRP1 device until you do this.

If you wish to allow others on your system to use the USRP1 device, you will need to use:

  sudo usermod -a -G usrp userid
  
For each userid you wish to allow access to the usrp

********************************************************************************

Further 
Done function mod_groups at: 2014年 3月 2日 日曜日 00:39:14 JST
Starting function mod_udev at: 2014年 3月 2日 日曜日 00:39:14 JST
Done function mod_udev at: 2014年 3月 2日 日曜日 00:39:14 JST
Starting function mod_sysctl at: 2014年 3月 2日 日曜日 00:39:14 JST
Applying updates to /etc/sysctl.conf
Group 'usrp' now has real-time scheduling privileges
You will need to log-out and back in again for this to
take effect
Done function mod_sysctl at: 2014年 3月 2日 日曜日 00:39:14 JST
Starting function pythonpath at: 2014年 3月 2日 日曜日 00:39:14 JST


************************************************************
You should probably set your PYTHONPATH to:
 
     /usr/local/lib/python2.7/dist-packages
 
Using:
 
export PYTHONPATH=/usr/local/lib/python2.7/dist-packages
 
in your .bashrc or equivalent file prior to attempting to run
any Gnu Radio applications or Gnu Radio Companion.
*************************************************************
Done function pythonpath at: 2014年 3月 2日 日曜日 00:39:14 JST
Done all functions at: 2014年 3月 2日 日曜日 00:39:14 JST
All Done
Send success/fail info to sbrac.org?y
Thanks

gnuradio-companion を起動する。まずは、FMラジオだ。

  1. [Sources]から RTL-SDR Source を。
    Sample Rate (sps)2M
    Frequency (Hz)freqVariable の freq を参照する
  2. [Modulators] から WBFM Receive を。
    Quadrature Rate500k
    Audio Declmation10
  3. [Audio] から Audio Sink を。
    fmradio1
  4. Generate the flow graph のアイコン→Execute the flow graph のアイコン。

Gqrx

GNUradio をベースに、アプリケーションとしての体裁を整えたもの。あのあこがれのスペアナワッチが、これほどまで簡単に。感度は価格なりなので、ちゃんとしたアンテナをつながないとFMラジオしか受信できないが、narrow FM や AM も復調できる。

https://launchpad.net/~gqrx/+archive/releasesを参照。PPAを追加して、インストール。

GNU radio もここにパッケージが転がっていたやんけ。gnuradio, gnuradio-doc, gnuradio-dev をインストールする。

gqrx
~ $ sudo add-apt-repository ppa:gqrx/releases

You are about to add the following PPA to your system:
 This PPA contains the official gqrx releases as well as dependencies that are not available elsewhere.

Please note that installing these binaries will most likely conflict with other installations of GNU Radio et al. from source. Please make sure that any previous source installations are either removed or disabled before installing Gqrx from this repository.
 More info: https://launchpad.net/~gqrx/+archive/releases
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: 鍵輪「/tmp/tmpMxfiCN/secring.gpg」ができました
gpg: 鍵輪「/tmp/tmpMxfiCN/pubring.gpg」ができました
gpg: 鍵86F6E1DDをhkpからサーバーkeyserver.ubuntu.comに要求
gpg: /tmp/tmpMxfiCN/trustdb.gpg: 信用データベースができました
gpg: 鍵86F6E1DD: 公開鍵“Launchpad PPA for Gqrx team”を読み込みました
gpg: 処理数の合計: 1
gpg:               読込み: 1  (RSA: 1)
OK

~ $ sudo apt-get update

ヒット http://jp.archive.ubuntu.com precise Release.gpg
ヒット http://jp.archive.ubuntu.com precise-updates Release.gpg                
ヒット http://jp.archive.ubuntu.com precise-backports Release.gpg              
ヒット http://archive.ubuntulinux.jp precise Release.gpg                       
ヒット http://archive.ubuntulinux.jp precise Release.gpg                       
ヒット http://jp.archive.ubuntu.com precise Release                            
ヒット http://jp.archive.ubuntu.com precise-updates Release                    
ヒット http://archive.ubuntulinux.jp precise Release                           
ヒット http://jp.archive.ubuntu.com precise-backports Release                  
ヒット http://archive.ubuntulinux.jp precise Release                           
ヒット http://jp.archive.ubuntu.com precise/restricted Sources                 
ヒット http://jp.archive.ubuntu.com precise/main Sources                       
ヒット http://jp.archive.ubuntu.com precise/multiverse Sources                 
ヒット http://jp.archive.ubuntu.com precise/universe Sources                   
ヒット http://jp.archive.ubuntu.com precise/main i386 Packages                 
ヒット http://jp.archive.ubuntu.com precise/restricted i386 Packages           
ヒット http://archive.ubuntulinux.jp precise/main Sources                      
ヒット http://archive.ubuntulinux.jp precise/main i386 Packages                
無視 http://archive.ubuntulinux.jp precise/main TranslationIndex               
ヒット http://jp.archive.ubuntu.com precise/universe i386 Packages             
ヒット http://jp.archive.ubuntu.com precise/multiverse i386 Packages           
ヒット http://jp.archive.ubuntu.com precise/main TranslationIndex              
ヒット http://jp.archive.ubuntu.com precise/multiverse TranslationIndex        
ヒット http://jp.archive.ubuntu.com precise/restricted TranslationIndex        
ヒット http://jp.archive.ubuntu.com precise/universe TranslationIndex          
ヒット http://archive.ubuntulinux.jp precise/multiverse Sources                
ヒット http://archive.ubuntulinux.jp precise/multiverse i386 Packages          
無視 http://archive.ubuntulinux.jp precise/multiverse TranslationIndex         
ヒット http://jp.archive.ubuntu.com precise-updates/restricted Sources         
取得:1 http://linux.dropbox.com precise Release.gpg [489 B]                    
ヒット http://jp.archive.ubuntu.com precise-updates/main Sources               
ヒット http://jp.archive.ubuntu.com precise-updates/multiverse Sources         
ヒット http://jp.archive.ubuntu.com precise-updates/universe Sources           
ヒット http://jp.archive.ubuntu.com precise-updates/main i386 Packages         
ヒット http://jp.archive.ubuntu.com precise-updates/restricted i386 Packages   
ヒット http://jp.archive.ubuntu.com precise-updates/universe i386 Packages     
ヒット http://jp.archive.ubuntu.com precise-updates/multiverse i386 Packages   
ヒット http://jp.archive.ubuntu.com precise-updates/main TranslationIndex      
ヒット http://jp.archive.ubuntu.com precise-updates/multiverse TranslationIndex
ヒット http://jp.archive.ubuntu.com precise-updates/restricted TranslationIndex
ヒット http://jp.archive.ubuntu.com precise-updates/universe TranslationIndex  
ヒット http://jp.archive.ubuntu.com precise-backports/main Sources             
ヒット http://jp.archive.ubuntu.com precise-backports/restricted Sources       
ヒット http://jp.archive.ubuntu.com precise-backports/universe Sources         
ヒット http://jp.archive.ubuntu.com precise-backports/multiverse Sources       
ヒット http://jp.archive.ubuntu.com precise-backports/main i386 Packages       
ヒット http://security.ubuntu.com precise-security Release.gpg                 
無視 http://download.esrille.org quantal Release.gpg                           
ヒット http://jp.archive.ubuntu.com precise-backports/restricted i386 Packages 
ヒット http://jp.archive.ubuntu.com precise-backports/universe i386 Packages   
ヒット http://jp.archive.ubuntu.com precise-backports/multiverse i386 Packages 
ヒット http://jp.archive.ubuntu.com precise-backports/main TranslationIndex    
ヒット http://jp.archive.ubuntu.com precise-backports/multiverse TranslationIndex
ヒット http://jp.archive.ubuntu.com precise-backports/restricted TranslationIndex
取得:2 http://linux.dropbox.com precise Release [2,603 B]                      
ヒット http://jp.archive.ubuntu.com precise-backports/universe TranslationIndex
ヒット http://jp.archive.ubuntu.com precise/main Translation-ja                
ヒット http://jp.archive.ubuntu.com precise/main Translation-en                
ヒット http://jp.archive.ubuntu.com precise/multiverse Translation-ja          
ヒット http://jp.archive.ubuntu.com precise/multiverse Translation-en          
ヒット http://jp.archive.ubuntu.com precise/restricted Translation-ja          
ヒット http://jp.archive.ubuntu.com precise/restricted Translation-en          
ヒット http://jp.archive.ubuntu.com precise/universe Translation-ja            
ヒット http://jp.archive.ubuntu.com precise/universe Translation-en            
ヒット http://jp.archive.ubuntu.com precise-updates/main Translation-ja        
ヒット http://jp.archive.ubuntu.com precise-updates/main Translation-en        
ヒット http://jp.archive.ubuntu.com precise-updates/multiverse Translation-ja  
ヒット http://jp.archive.ubuntu.com precise-updates/multiverse Translation-en  
ヒット http://jp.archive.ubuntu.com precise-updates/restricted Translation-en  
ヒット http://jp.archive.ubuntu.com precise-updates/universe Translation-ja    
ヒット http://jp.archive.ubuntu.com precise-updates/universe Translation-en    
ヒット http://jp.archive.ubuntu.com precise-backports/main Translation-en      
ヒット http://jp.archive.ubuntu.com precise-backports/multiverse Translation-en
ヒット http://jp.archive.ubuntu.com precise-backports/restricted Translation-en
取得:3 http://linux.dropbox.com precise/main i386 Packages [1,142 B]           
ヒット http://archive.canonical.com precise Release.gpg                        
ヒット http://security.ubuntu.com precise-security Release                     
ヒット http://jp.archive.ubuntu.com precise-backports/universe Translation-en  
無視 http://download.esrille.org quantal Release                               
無視 http://linux.dropbox.com precise/main TranslationIndex                    
無視 http://archive.ubuntulinux.jp precise/main Translation-ja_JP              
無視 http://archive.ubuntulinux.jp precise/main Translation-ja                 
ヒット http://security.ubuntu.com precise-security/restricted Sources          
無視 http://archive.ubuntulinux.jp precise/main Translation-en                 
無視 http://archive.ubuntulinux.jp precise/multiverse Translation-ja_JP        
無視 http://archive.ubuntulinux.jp precise/multiverse Translation-ja           
無視 http://archive.ubuntulinux.jp precise/multiverse Translation-en           
ヒット http://archive.canonical.com precise Release                            
無視 http://download.esrille.org quantal/main Sources/DiffIndex                
ヒット http://security.ubuntu.com precise-security/main Sources                
ヒット http://security.ubuntu.com precise-security/multiverse Sources          
ヒット http://security.ubuntu.com precise-security/universe Sources            
ヒット http://security.ubuntu.com precise-security/main i386 Packages          
ヒット http://security.ubuntu.com precise-security/restricted i386 Packages    
ヒット http://security.ubuntu.com precise-security/universe i386 Packages      
ヒット http://security.ubuntu.com precise-security/multiverse i386 Packages    
ヒット http://security.ubuntu.com precise-security/main TranslationIndex       
ヒット http://security.ubuntu.com precise-security/multiverse TranslationIndex 
ヒット http://security.ubuntu.com precise-security/restricted TranslationIndex 
ヒット http://ppa.launchpad.net precise Release.gpg                            
ヒット http://ppa.launchpad.net precise Release.gpg                            
取得:4 http://ppa.launchpad.net precise Release.gpg [316 B]                    
ヒット http://ppa.launchpad.net precise Release.gpg                            
ヒット http://ppa.launchpad.net precise Release.gpg                            
ヒット http://ppa.launchpad.net precise Release.gpg                            
ヒット http://ppa.launchpad.net precise Release.gpg                            
ヒット http://extras.ubuntu.com precise Release.gpg                            
ヒット http://archive.canonical.com precise/partner Sources                    
ヒット http://security.ubuntu.com precise-security/universe TranslationIndex   
無視 http://download.esrille.org quantal/main i386 Packages/DiffIndex          
ヒット http://ppa.launchpad.net precise Release                                
ヒット http://security.ubuntu.com precise-security/main Translation-en         
ヒット http://security.ubuntu.com precise-security/multiverse Translation-en   
ヒット http://extras.ubuntu.com precise Release                                
ヒット http://archive.canonical.com precise/partner i386 Packages              
無視 http://archive.canonical.com precise/partner TranslationIndex             
無視 http://download.esrille.org quantal/main TranslationIndex                 
ヒット http://security.ubuntu.com precise-security/restricted Translation-en   
ヒット http://ppa.launchpad.net precise Release                                
取得:5 http://ppa.launchpad.net precise Release [11.9 kB]                      
ヒット http://ppa.launchpad.net precise Release                                
ヒット http://extras.ubuntu.com precise/main Sources                           
ヒット http://security.ubuntu.com precise-security/universe Translation-en     
ヒット http://ppa.launchpad.net precise Release                                
ヒット http://ppa.launchpad.net precise Release                                
ヒット http://ppa.launchpad.net precise Release                                
ヒット http://extras.ubuntu.com precise/main i386 Packages                     
無視 http://extras.ubuntu.com precise/main TranslationIndex                    
ヒット http://ppa.launchpad.net precise/main Sources                           
ヒット http://ppa.launchpad.net precise/main i386 Packages                     
無視 http://ppa.launchpad.net precise/main TranslationIndex                    
ヒット http://ppa.launchpad.net precise/main Sources                           
ヒット http://ppa.launchpad.net precise/main i386 Packages                     
無視 http://ppa.launchpad.net precise/main TranslationIndex                    
取得:6 http://ppa.launchpad.net precise/main Sources [5,182 B]                 
取得:7 http://ppa.launchpad.net precise/main i386 Packages [10.2 kB]           
無視 http://linux.dropbox.com precise/main Translation-ja_JP                   
無視 http://linux.dropbox.com precise/main Translation-ja                      
無視 http://ppa.launchpad.net precise/main TranslationIndex                    
ヒット http://ppa.launchpad.net precise/main Sources                           
ヒット http://ppa.launchpad.net precise/main i386 Packages                     
無視 http://ppa.launchpad.net precise/main TranslationIndex                    
ヒット http://ppa.launchpad.net precise/main Sources                           
ヒット http://ppa.launchpad.net precise/main i386 Packages                     
無視 http://ppa.launchpad.net precise/main TranslationIndex                    
無視 http://linux.dropbox.com precise/main Translation-en                      
ヒット http://ppa.launchpad.net precise/main Sources                           
ヒット http://ppa.launchpad.net precise/main i386 Packages                     
無視 http://ppa.launchpad.net precise/main TranslationIndex                    
ヒット http://ppa.launchpad.net precise/main Sources                           
ヒット http://ppa.launchpad.net precise/main i386 Packages                     
無視 http://ppa.launchpad.net precise/main TranslationIndex                    
無視 http://archive.canonical.com precise/partner Translation-ja_JP            
無視 http://archive.canonical.com precise/partner Translation-ja               
無視 http://extras.ubuntu.com precise/main Translation-ja_JP                   
無視 http://archive.canonical.com precise/partner Translation-en               
無視 http://extras.ubuntu.com precise/main Translation-ja                      
無視 http://extras.ubuntu.com precise/main Translation-en                      
エラー http://download.esrille.org quantal/main Sources                        
  404  Not Found
エラー http://download.esrille.org quantal/main i386 Packages                  
  404  Not Found
無視 http://ppa.launchpad.net precise/main Translation-ja_JP                   
無視 http://download.esrille.org quantal/main Translation-ja_JP                
無視 http://ppa.launchpad.net precise/main Translation-ja                      
無視 http://ppa.launchpad.net precise/main Translation-en                      
無視 http://ppa.launchpad.net precise/main Translation-ja_JP                   
無視 http://ppa.launchpad.net precise/main Translation-ja       
無視 http://ppa.launchpad.net precise/main Translation-en       
無視 http://ppa.launchpad.net precise/main Translation-ja_JP    
無視 http://download.esrille.org quantal/main Translation-ja    
無視 http://ppa.launchpad.net precise/main Translation-ja       
無視 http://ppa.launchpad.net precise/main Translation-en                      
無視 http://ppa.launchpad.net precise/main Translation-ja_JP                   
無視 http://ppa.launchpad.net precise/main Translation-ja                      
無視 http://ppa.launchpad.net precise/main Translation-en                      
無視 http://ppa.launchpad.net precise/main Translation-ja_JP                   
無視 http://ppa.launchpad.net precise/main Translation-ja                      
無視 http://ppa.launchpad.net precise/main Translation-en                      
無視 http://ppa.launchpad.net precise/main Translation-ja_JP                   
無視 http://download.esrille.org quantal/main Translation-en                   
無視 http://ppa.launchpad.net precise/main Translation-ja                      
無視 http://ppa.launchpad.net precise/main Translation-en                      
無視 http://ppa.launchpad.net precise/main Translation-ja_JP                   
無視 http://ppa.launchpad.net precise/main Translation-ja                      
無視 http://ppa.launchpad.net precise/main Translation-en                      
31.8 kB を 8秒 で取得しました (3,962 B/s)                                      
W: http://download.esrille.org/ubuntu/dists/quantal/main/source/Sources の取得に失敗しました  404  Not Found

W: http://download.esrille.org/ubuntu/dists/quantal/main/binary-i386/Packages の取得に失敗しました  404  Not Found

E: いくつかのインデックスファイルのダウンロードに失敗しました。これらは無視されるか、古いものが代わりに使われます。

~ $ sudo apt-get install gqrx

パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
  linux-headers-3.2.0-38-generic-pae linux-headers-3.2.0-29-generic
  linux-headers-3.2.0-55-generic linux-headers-3.2.0-55-generic-pae
  linux-headers-3.2.0-24 linux-headers-3.2.0-29 linux-headers-3.2.0-39
  linux-headers-3.2.0-45 linux-headers-3.2.0-55 linux-headers-3.2.0-24-generic
  linux-headers-3.2.0-45-generic linux-headers-3.2.0-39-generic-pae
  linux-headers-3.2.0-29-generic-pae nvidia-settings-304
  linux-headers-3.2.0-45-generic-pae linux-headers-3.2.0-24-generic-pae
  linux-headers-3.2.0-39-generic
これらを削除するには 'apt-get autoremove' を利用してください。
以下の特別パッケージがインストールされます:
  hackrf-tools libgnuradio-analog3.7.0 libgnuradio-audio3.7.0
  libgnuradio-blocks3.7.0 libgnuradio-fcd3.7.0 libgnuradio-fcdproplus
  libgnuradio-fft3.7.0 libgnuradio-filter3.7.0 libgnuradio-iqbalance
  libgnuradio-osmosdr libgnuradio-osmosdr-apps libgnuradio-pmt3.7.0
  libgnuradio-runtime3.7.0 libgnuradio-uhd3.7.0 libhackrf liblog4cpp5
  libosmodsp libosmosdr libosmosdr-bin librtlsdr librtlsdr-bin libuhd003
  libvolk0.0.0 uhd-host
提案パッケージ:
  gnuradio
以下のパッケージが新たにインストールされます:
  gqrx hackrf-tools libgnuradio-analog3.7.0 libgnuradio-audio3.7.0
  libgnuradio-blocks3.7.0 libgnuradio-fcd3.7.0 libgnuradio-fcdproplus
  libgnuradio-fft3.7.0 libgnuradio-filter3.7.0 libgnuradio-iqbalance
  libgnuradio-osmosdr libgnuradio-osmosdr-apps libgnuradio-pmt3.7.0
  libgnuradio-runtime3.7.0 libgnuradio-uhd3.7.0 libhackrf liblog4cpp5
  libosmodsp libosmosdr libosmosdr-bin librtlsdr librtlsdr-bin libuhd003
  libvolk0.0.0 uhd-host
アップグレード: 0 個、新規インストール: 25 個、削除: 0 個、保留: 8 個。
6,667 kB のアーカイブを取得する必要があります。
この操作後に追加で 19.1 MB のディスク容量が消費されます。
続行しますか [Y/n]? y
取得:1 http://jp.archive.ubuntu.com/ubuntu/ precise/universe liblog4cpp5 i386 1.0-4 [102 kB]
取得:2 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-pmt3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [99.4 kB]
取得:3 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libvolk0.0.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [282 kB]
取得:4 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-runtime3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [310 kB]
取得:5 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-blocks3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [518 kB]
取得:6 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-fft3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [48.1 kB]
取得:7 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-analog3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [129 kB]
取得:8 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-audio3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [66.6 kB]
取得:9 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-fcd3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [49.0 kB]
取得:10 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-filter3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [213 kB]
取得:11 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libuhd003 i386 3.5.3-1ubuntu0~gqrx~precise6 [1,400 kB]
取得:12 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-uhd3.7.0 i386 3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3 [85.7 kB]
取得:13 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libosmodsp i386 0.3.0-0ubuntu0~gqrx~precise4 [10.2 kB]
取得:14 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-iqbalance i386 0.37.1-0ubuntu0~gqrx~precise5 [79.1 kB]
取得:15 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-fcdproplus i386 0.0.1+1git20130802-g2ba97709-0ubuntu0~gqrx~precise9 [79.9 kB]
取得:16 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libhackrf i386 2013.07.1-0ubuntu0~gqrx~precise12 [10.0 kB]
取得:17 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libosmosdr i386 0.1+1git20130726-gcd37e9fa-0ubuntu0~gqrx~precise1 [9,296 B]
取得:18 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main librtlsdr i386 0.5.0+1git20130725-g8c3a99c8-0ubuntu0~gqrx~precise2 [33.8 kB]
取得:19 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-osmosdr i386 0.1.0+1git20130728-g9dfe3a63-0ubuntu0~gqrx~precise14 [405 kB]
取得:20 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main gqrx i386 2.2.0-0ubuntu0~precise1 [584 kB]
取得:21 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main hackrf-tools i386 2013.07.1-0ubuntu0~gqrx~precise12 [23.0 kB]
取得:22 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libgnuradio-osmosdr-apps i386 0.1.0+1git20130728-g9dfe3a63-0ubuntu0~gqrx~precise14 [12.4 kB]
取得:23 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main libosmosdr-bin i386 0.1+1git20130726-gcd37e9fa-0ubuntu0~gqrx~precise1 [6,956 B]
取得:24 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main librtlsdr-bin i386 0.5.0+1git20130725-g8c3a99c8-0ubuntu0~gqrx~precise2 [34.0 kB]
取得:25 http://ppa.launchpad.net/gqrx/releases/ubuntu/ precise/main uhd-host i386 3.5.3-1ubuntu0~gqrx~precise6 [2,076 kB]
6,667 kB を 7秒 で取得しました (909 kB/s)                                      
以前に未選択のパッケージ libgnuradio-pmt3.7.0 を選択しています。
(データベースを読み込んでいます ... 現在 1407375 個のファイルとディレクトリがインストールされています。)
(.../libgnuradio-pmt3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-pmt3.7.0 を展開しています...
以前に未選択のパッケージ liblog4cpp5 を選択しています。
(.../liblog4cpp5_1.0-4_i386.deb から) liblog4cpp5 を展開しています...
以前に未選択のパッケージ libvolk0.0.0 を選択しています。
(.../libvolk0.0.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libvolk0.0.0 を展開しています...
以前に未選択のパッケージ libgnuradio-runtime3.7.0 を選択しています。
(.../libgnuradio-runtime3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-runtime3.7.0 を展開しています...
以前に未選択のパッケージ libgnuradio-blocks3.7.0 を選択しています。
(.../libgnuradio-blocks3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-blocks3.7.0 を展開しています...
以前に未選択のパッケージ libgnuradio-fft3.7.0 を選択しています。
(.../libgnuradio-fft3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-fft3.7.0 を展開しています...
以前に未選択のパッケージ libgnuradio-analog3.7.0 を選択しています。
(.../libgnuradio-analog3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-analog3.7.0 を展開しています...
以前に未選択のパッケージ libgnuradio-audio3.7.0 を選択しています。
(.../libgnuradio-audio3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-audio3.7.0 を展開しています...
以前に未選択のパッケージ libgnuradio-fcd3.7.0 を選択しています。
(.../libgnuradio-fcd3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-fcd3.7.0 を展開しています...
以前に未選択のパッケージ libgnuradio-filter3.7.0 を選択しています。
(.../libgnuradio-filter3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-filter3.7.0 を展開しています...
以前に未選択のパッケージ libuhd003 を選択しています。
(.../libuhd003_3.5.3-1ubuntu0~gqrx~precise6_i386.deb から) libuhd003 を展開しています...
以前に未選択のパッケージ libgnuradio-uhd3.7.0 を選択しています。
(.../libgnuradio-uhd3.7.0_3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3_i386.deb から) libgnuradio-uhd3.7.0 を展開しています...
以前に未選択のパッケージ libosmodsp を選択しています。
(.../libosmodsp_0.3.0-0ubuntu0~gqrx~precise4_i386.deb から) libosmodsp を展開しています...
以前に未選択のパッケージ libgnuradio-iqbalance を選択しています。
(.../libgnuradio-iqbalance_0.37.1-0ubuntu0~gqrx~precise5_i386.deb から) libgnuradio-iqbalance を展開しています...
以前に未選択のパッケージ libgnuradio-fcdproplus を選択しています。
(.../libgnuradio-fcdproplus_0.0.1+1git20130802-g2ba97709-0ubuntu0~gqrx~precise9_i386.deb から) libgnuradio-fcdproplus を展開しています...
以前に未選択のパッケージ libhackrf を選択しています。
(.../libhackrf_2013.07.1-0ubuntu0~gqrx~precise12_i386.deb から) libhackrf を展開しています...
以前に未選択のパッケージ libosmosdr を選択しています。
(.../libosmosdr_0.1+1git20130726-gcd37e9fa-0ubuntu0~gqrx~precise1_i386.deb から) libosmosdr を展開しています...
以前に未選択のパッケージ librtlsdr を選択しています。
(.../librtlsdr_0.5.0+1git20130725-g8c3a99c8-0ubuntu0~gqrx~precise2_i386.deb から) librtlsdr を展開しています...
以前に未選択のパッケージ libgnuradio-osmosdr を選択しています。
(.../libgnuradio-osmosdr_0.1.0+1git20130728-g9dfe3a63-0ubuntu0~gqrx~precise14_i386.deb から) libgnuradio-osmosdr を展開しています...
以前に未選択のパッケージ gqrx を選択しています。
(.../gqrx_2.2.0-0ubuntu0~precise1_i386.deb から) gqrx を展開しています...
以前に未選択のパッケージ hackrf-tools を選択しています。
(.../hackrf-tools_2013.07.1-0ubuntu0~gqrx~precise12_i386.deb から) hackrf-tools を展開しています...
以前に未選択のパッケージ libgnuradio-osmosdr-apps を選択しています。
(.../libgnuradio-osmosdr-apps_0.1.0+1git20130728-g9dfe3a63-0ubuntu0~gqrx~precise14_i386.deb から) libgnuradio-osmosdr-apps を展開しています...
以前に未選択のパッケージ libosmosdr-bin を選択しています。
(.../libosmosdr-bin_0.1+1git20130726-gcd37e9fa-0ubuntu0~gqrx~precise1_i386.deb から) libosmosdr-bin を展開しています...
以前に未選択のパッケージ librtlsdr-bin を選択しています。
(.../librtlsdr-bin_0.5.0+1git20130725-g8c3a99c8-0ubuntu0~gqrx~precise2_i386.deb から) librtlsdr-bin を展開しています...
以前に未選択のパッケージ uhd-host を選択しています。
(.../uhd-host_3.5.3-1ubuntu0~gqrx~precise6_i386.deb から) uhd-host を展開しています...
man-db のトリガを処理しています ...
libgnuradio-pmt3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
liblog4cpp5 (1.0-4) を設定しています ...
libvolk0.0.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libgnuradio-runtime3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libgnuradio-blocks3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libgnuradio-fft3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libgnuradio-analog3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libgnuradio-audio3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libgnuradio-fcd3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libgnuradio-filter3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libuhd003 (3.5.3-1ubuntu0~gqrx~precise6) を設定しています ...
libgnuradio-uhd3.7.0 (3.7.0+1git20130729-g5eaeaa42-0ubuntu0~gqrx~precise3) を設定しています ...
libosmodsp (0.3.0-0ubuntu0~gqrx~precise4) を設定しています ...
libgnuradio-iqbalance (0.37.1-0ubuntu0~gqrx~precise5) を設定しています ...
libgnuradio-fcdproplus (0.0.1+1git20130802-g2ba97709-0ubuntu0~gqrx~precise9) を設定しています ...
libhackrf (2013.07.1-0ubuntu0~gqrx~precise12) を設定しています ...
libosmosdr (0.1+1git20130726-gcd37e9fa-0ubuntu0~gqrx~precise1) を設定しています ...
librtlsdr (0.5.0+1git20130725-g8c3a99c8-0ubuntu0~gqrx~precise2) を設定しています ...
libgnuradio-osmosdr (0.1.0+1git20130728-g9dfe3a63-0ubuntu0~gqrx~precise14) を設定しています ...
gqrx (2.2.0-0ubuntu0~precise1) を設定しています ...
hackrf-tools (2013.07.1-0ubuntu0~gqrx~precise12) を設定しています ...
libgnuradio-osmosdr-apps (0.1.0+1git20130728-g9dfe3a63-0ubuntu0~gqrx~precise14) を設定しています ...
libosmosdr-bin (0.1+1git20130726-gcd37e9fa-0ubuntu0~gqrx~precise1) を設定しています ...
librtlsdr-bin (0.5.0+1git20130725-g8c3a99c8-0ubuntu0~gqrx~precise2) を設定しています ...
uhd-host (3.5.3-1ubuntu0~gqrx~precise6) を設定しています ...
net.core.rmem_max = 50000000
net.core.wmem_max = 1048576
libc-bin のトリガを処理しています ...
ldconfig deferred processing now taking place
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ precise/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages)
W: これらの問題を解決するためには apt-get update を実行する必要があるかもしれません
nkon(10709)~/public_html/wakwak.source/public_html/homepc/rtl-sdr % 

ワンセグを見る

本来、このハードウエアは、ワンセグを見るためのものだ。目標としては、GNUradio を使って復調回路を作り、TSを生成して、プレーヤで再生するところまで。

dvdstreamを使う

synaptic で dvbstream, dvbtune,dvbsnoop, dvb-apps をインストール。

ターゲットはNHK大阪 総合、物理CH=24、周波数=539142857Hz。

GNUradioで組み立てる

on Android

SDR Touch

SDR Touch, RTL2832U Driver を Google Play からインストール。

動作チェック的に動かしたが、スペクトラム表示など、面白い機能は Pro(有償版)限定なので、あまり遊べない。飛行場の近くに行ったら、付属のロッドアンテナでもエアバンドが受信できるかな?自宅だと、FMラジオにしかならない。

まぁ、FM聞くなら radiko で聞けや、という感じではある。



近藤靖浩
Last modified: Sat Mar 29 14:12:45 JST 2014