RTL-SDR: Difference between revisions

Created page with "== RTL-SDR == The '''RTL-SDR''' is an inexpensive and widely used software-defined radio (SDR) receiver. The USB dongle is based on the Realtek '''RTL2832U''' chipset. === Installation === To begin using the RTL-SDR dongle, enable it with the following configuration: <syntaxhighlight lang="nix"> hardware.rtl-sdr.enable = true; </syntaxhighlight> This setting enables <code>rtl-sdr</code> udev rules, ensures the <code>plugdev</code> group exists, and blacklists DVB ke..."
 
Klinger (talk | contribs)
m Category Hardware added
 
Line 38: Line 38:


If <code>plugdev</code> is not listed, add the group to your user’s <code>extraGroups</code> in your configuration, rebuild the system, and log out and back in for the changes to take effect.
If <code>plugdev</code> is not listed, add the group to your user’s <code>extraGroups</code> in your configuration, rebuild the system, and log out and back in for the changes to take effect.
[[Category:Hardware]]