Jump to content

Main public logs

Combined display of all available logs of NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:04, 8 June 2025 Chris143 talk contribs created page RTL-SDR (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...")