hardware:software_defined_radio

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
hardware:software_defined_radio [2023/01/29 12:33] ともやんhardware:software_defined_radio [2023/01/30 13:42] (現在) – [DVB-T USB ドングルの動作確認] ともやん
行 3: 行 3:
  
 ===== Linux ===== ===== Linux =====
 +基本的には、[[https://wiki.archlinux.jp/index.php/RTL-SDR|RTL-SDR - ArchWiki]] の手順を参考にインストールする🤔\\
 +
 +==== RTL-SDR のインストール ====
 +Fedora の場合\\
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
行 44: 行 48:
  
 完了しました! 完了しました!
 +</pre></html></WRAP>
 +</WRAP>
 +
 +==== DVB-T USB ドングルの動作確認 ====
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>rtl_test</b>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Found 1 device(s):
 +  0:  ���8�, Hv�8�, SN: 
 +
 +Using device 0: Generic RTL2832U
 +usb_open error -3
 +Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules
 +Failed to open rtlsdr device #0.
 +</pre></html></WRAP>
 +</WRAP>
 +
 +Kernel 既存の DVB-T ドライバーと衝突しているので、USB ドングルを既に USB ポートに刺している場合は、一旦抜き刺ししてから rtl_test を実行すると、Kernel ドライバーはデタッチされて RTL-SDR ドライバーで使用可能になる🤔\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>rtl_test</b>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Found 1 device(s):
 +  0:  Generic, RTL2832U, SN: 77771111153705700
 +
 +Using device 0: Generic RTL2832U
 +Detached kernel driver
 +Found Fitipower FC0013 tuner
 +Supported gain values (23): -9.9 -7.3 -6.5 -6.3 -6.0 -5.8 -5.4 5.8 6.1 6.3 6.5 6.7 6.8 7.0 7.1 17.9 18.1 18.2 18.4 18.6 18.8 19.1 19.7 
 +Sampling at 2048000 S/s.
 +
 +Info: This tool will continuously read from the device, and report if
 +samples get lost. If you observe no further output, everything is fine.
 +
 +Reading samples in async mode...
 +Allocating 15 zero-copy buffers
 +lost at least 60 bytes
 +^CSignal caught, exiting!
 +
 +User cancel, exiting...
 +Samples per million lost (minimum): 0
 +Reattached kernel driver
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
  • hardware/software_defined_radio.1674963229.txt.gz
  • 最終更新: 2023/01/29 12:33
  • by ともやん