Merge pull request 'Added extra blacklist items to rtlsdr.rst' (#11) from rtlsdr into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 12s
Test with tox / Test with tox (3.11) (push) Successful in 32s
Test with tox / Test with tox (3.12) (push) Successful in 30s
Test with tox / Test with tox (3.10) (push) Successful in 43s
Build Project / Build Project (3.10) (push) Successful in 49s
Build Project / Build Project (3.11) (push) Successful in 49s
Build Project / Build Project (3.12) (push) Successful in 49s

Reviewed-on: #11
Reviewed-by: madrigal <madrigal@qoherent.ai>
This commit is contained in:
G gillian 2025-11-14 11:13:06 -05:00
commit 4ac4e9c642

View File

@ -74,6 +74,19 @@ If you already have other drivers installed, purge them from your system.
sudo ln -s $CONDA_PREFIX/etc/modprobe.d/rtl-sdr-blacklist.conf /etc/modprobe.d/radioconda-rtl-sdr-blacklist.conf sudo ln -s $CONDA_PREFIX/etc/modprobe.d/rtl-sdr-blacklist.conf /etc/modprobe.d/radioconda-rtl-sdr-blacklist.conf
sudo modprobe -r $(cat $CONDA_PREFIX/etc/modprobe.d/rtl-sdr-blacklist.conf | sed -n -e 's/^blacklist //p') sudo modprobe -r $(cat $CONDA_PREFIX/etc/modprobe.d/rtl-sdr-blacklist.conf | sed -n -e 's/^blacklist //p')
.. note::
In addition to the Radioconda blacklist file, some systems also require
manually blacklisting the following DVB-T modules to prevent them from
claiming the device:
- ``dvb_usb_rtl28xxu``
- ``rtl2832``
- ``rtl2830``
Add these entries to ``rtlsdr.conf`` (or create the file at
``/etc/modprobe.d/rtlsdr.conf``) if they are not already present.
5. Install a udev rule by creating a link into your radioconda installation: 5. Install a udev rule by creating a link into your radioconda installation:
.. code-block:: bash .. code-block:: bash