Skip to main content

Posts

Showing posts from 2024

Mageia 9 and Software Defined Radio (SRD) using Gqrx Software

  Software Defined Radio (SRD) is a radio receiver where minimal hardware is used and most of the signal processing is done by a computer. The benefits are extremely wide frequency coverage with multiple modes of communication at very low cost. I purchased the NESDR SMArt RTL-SDR v5 from Amazon for US$44. It's a USB dongle that ships with a USB extension cable and three small antennas.  No software is provided but the application Gqrx is provided with Mageia 9. It does require some manual configuration for use with Mageia.  Although UBUNTU-focused, the Gqrx HOWTO is a useful starting point. To install on Mageia 9: 1. Install gqrx and gnuradio: $ sudo urpmi gqrx gnuradio 2. Create the group plugdev $ sudo groupadd  plugdev 3. Add your user to the group plugdev . 4. Blacklist the default drivers  by creating the  file  /etc/modprobe.d/blacklist-dvb.conf and edit it to include the following: blacklist dvb_usb_rtl28xxu 5. Install the driver we want: $ sudo urpmi rtl-sdr  (It may a

Linux Hardware Database

  While cleaning out some old papers, I came across a brief email from lhdadmin@datapower.com congratulating me on registering at the Linux Hardware Database. The email was dated July 4, 1999. Upon checking, the LHD is still active and anonymous reports of your  computer hardware can be accomplished by installing the hw-probe script and running it as root, $ sudo urpmi hw-probe $ sudo -E hw-probe -all -upload This will generate the report and transmit the info to the LHD. Very simple. Very cool. For all the potential options, open  /usr/bin/hw-probe  in a text editor. RESOURCES Linux Hardware Database