diff --git a/Getting-Started-using-Docker.md b/Getting-Started-using-Docker.md index 96eb3cb..cb218c6 100644 --- a/Getting-Started-using-Docker.md +++ b/Getting-Started-using-Docker.md @@ -29,7 +29,10 @@ If your host is running any kind of flash-based storage (e.g. SSDs or the SD-car If you run into problems accessing your USB devices inside the docker container (e.g. `usb_claim_interface error -6`), please make sure to apply any relevant Linux kernel module blacklisting to the docker host. The following kernel modules should be blacklisted: -| SDR device | kernel module(s) | -| ---------- | ---------------- | -| rtl_sdr | dvb_usb_rtl28xxu | -| SDRplay | sdr_msi3101 msi001 msi2500| \ No newline at end of file +| SDR device | kernel module(s) | +| ---------- | -------------------------- | +| RTL-SDR | dvb_usb_rtl28xxu | +| SDRplay | sdr_msi3101 msi001 msi2500 | +| HackRF | hackrf | + +Please check your distributions documentation on how to perform the actual blacklisting. For Debian users, you should create a file in `/etc/modprobe.d/` ending in `.conf` that contains a single line `blacklist $module`, where $module is the module from the table above. \ No newline at end of file