Skip to content

Commit 9dd27d0

Browse files
authored
Update blacklist-kernel-modules.md (#167)
The docker-install script creates the file /etc/modprobe.d/exclusions-rtl2832.conf. This change updates the file name for continuity between the install script and the manual install instructions.
1 parent 04d5899 commit 9dd27d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setting-up-rtl-sdrs/blacklist-kernel-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Before we can plug in our RTL-SDR dongle, we need to blacklist the kernel module
2020

2121
### 1. Blacklist Modules
2222

23-
To do this, we will create a blacklist file at `/etc/modprobe.d/blacklist-rtlsdr.conf` with the following command. While logged in as root, please copy and paste all lines at once, and press enter after to ensure the final line is given allowing it to run.
23+
To do this, we will create a blacklist file at `/etc/modprobe.d/exclusions-rtl2832.conf` with the following command. While logged in as root, please copy and paste all lines at once, and press enter after to ensure the final line is given allowing it to run.
2424

2525
```shell
26-
sudo tee /etc/modprobe.d/blacklist-rtlsdr.conf <<EOF
26+
sudo tee /etc/modprobe.d/exclusions-rtl2832.conf <<EOF
2727
# Blacklist host from loading modules for RTL-SDRs to ensure they
2828
# are left available for the Docker guest.
2929

0 commit comments

Comments
 (0)