Skip to content

Commit

Permalink
Ensure RTL Video driver is blacklisted during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbod committed Jul 21, 2019
1 parent c292bc1 commit f9b897f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blacklist-rtl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
blacklist dvb_usb_rtl28xxu
blacklist rtl2832
blacklist rtl2830
blacklist rtl2838
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ sudo apt-get update
sudo apt-get build-dep gnuradio
sudo apt-get install gnuradio gnuradio-dev gr-osmosdr librtlsdr-dev libuhd-dev libhackrf-dev libitpp-dev libpcap-dev cmake git swig build-essential pkg-config doxygen python-numpy python-waitress python-requests

if [ ! -f /etc/modprobe.d/blacklist-rtl.conf ]; then
echo ====== installing blacklist-rtl.conf
echo ====== please reboot before running op25
sudo install -m 0644 ./blacklist-rtl.conf /etc/modprobe.d/
fi

mkdir build
cd build
cmake ../
Expand Down

0 comments on commit f9b897f

Please sign in to comment.