Engineering and technology notes

Quantum information science

Quantum information science is an interdisciplinary field that seeks to understand the analysis, processing, and transmission of information using quantum mechanics principles. It combines the study of Information science with quantum effects in physics. It includes theoretical issues in computational models and more experimental topics in quantum physics, including what can and cannot be done with quantum information. The term quantum information theory is also used, but it fails to encompass experimental research, and can be confused with a subfield of quantum information science that addresses the processing of quantum information.

https://en.wikipedia.org/wiki/Quantum_information_science

Quantum information science was last modified: October 8th, 2022 by Jovan Stosic

DVB-T – RTL2832

The main driver in use is dvb_usb_rtl28xxu, and exists in the latest kernels. If it is not loaded, do so manually:

# modprobe dvb_usb_rtl28xxu

You might also need to load rtl2832 or rtl2830:

# modprobe rtl2830
# modprobe rtl2832
Note: If you have RTL-SDR installed, note that it conflicts with this driver, and therefore blacklists it. Make sure to remove any necessary blacklists before loading the driver. The default location for the blacklist file is in /etc/modprobe.d/rtlsdr.conf.

Source: DVB-T – ArchWiki

DVB-T – RTL2832 was last modified: September 25th, 2022 by Jovan Stosic