Project

General

Profile

Actions

Bug #4427

open

docker + rtl_sdr issue

Added by bibo about 4 years ago. Updated about 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/29/2020
Due date:
% Done:

0%

Spec Reference:

Description

When using docker it is convenient to use udev rules on host device and pass symlink (like /dev/rtlsdr) to docker image rather than full usb bus path (like /dev/bus/usb/002/117) because full path will change on re-plug or host restart.
When passing symlink to docker (--device=/dev/rtlsdr) and running rtl_test - no devices are found.
When passing full path to docker (--device=/dev/bus/usb/002/117) and running rtl_test - RTLSDR device is detected.

Actions #1

Updated by bibo about 4 years ago

When passing symlink to docker (--device=/dev/rtlsdr) and creating symlink from /dev/rtlsdr to /dev/bus/usb/002/117 inside docker and running rtl_test - RTLSDR device is detected.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)