Added extra blacklist items to rtlsdr.rst
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 15s
Test with tox / Test with tox (3.11) (pull_request) Successful in 31s
Test with tox / Test with tox (3.12) (pull_request) Successful in 32s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 15s
Test with tox / Test with tox (3.11) (pull_request) Successful in 31s
Test with tox / Test with tox (3.12) (pull_request) Successful in 32s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
This commit is contained in:
parent
61ea2c2a0a
commit
ca45c5e86d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user