差分
このページの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:// | ||
| + | |||
| + | ==== RTL-SDR のインストール ==== | ||
| + | Fedora の場合\\ | ||
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| 行 44: | 行 48: | ||
| 完了しました! | 完了しました! | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ==== DVB-T USB ドングルの動作確認 ==== | ||
| + | <WRAP color_term> | ||
| + | <WRAP color_command>< | ||
| + | <b class=GRN> | ||
| + | </ | ||
| + | <WRAP color_result>< | ||
| + | Found 1 device(s): | ||
| + | 0: ���8�, | ||
| + | |||
| + | Using device 0: Generic RTL2832U | ||
| + | usb_open error -3 | ||
| + | Please fix the device permissions, | ||
| + | Failed to open rtlsdr device #0. | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Kernel 既存の DVB-T ドライバーと衝突しているので、USB ドングルを既に USB ポートに刺している場合は、一旦抜き刺ししてから rtl_test を実行すると、Kernel ドライバーはデタッチされて RTL-SDR ドライバーで使用可能になる🤔\\ | ||
| + | <WRAP color_term> | ||
| + | <WRAP color_command>< | ||
| + | <b class=GRN> | ||
| + | </ | ||
| + | <WRAP color_result>< | ||
| + | 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 | ||
| </ | </ | ||
| </ | </ | ||