Compare commits
2 Commits
61ea2c2a0a
...
4ac4e9c642
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ac4e9c642 | |||
| 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