jopohl / urh

Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
GNU General Public License v3.0
10.99k stars 874 forks source link

How to add rtl-sdr support to urh #1127

Closed Laozi1527 closed 4 months ago

Laozi1527 commented 4 months ago

After hours of looking through this repo and searching for soloutions for adding support of the rtl-sdr dongle to uhr and not succeding I decided to open an issue here. I would be gratefull if somebody could explain how its done. I installed urh from source and have the rtl blog drivers(Linux). #1043 has the same issue as me but the last comment couldn't help me. Others apperantly made it work but nowhere has it been ever written down how to do it so please explain it for me.

andynoack commented 4 months ago

Hey, you need to install the linux drivers for your SDR at first, e.g. apt install librtlsdr or apt install librtlsdr-dev Then re-install URH or rebuild the cython extensions (python cythonext/build.py). See our Wiki for further dependencies: https://github.com/jopohl/urh/wiki/Dependencies