2021-01-20: Using Ziggo with TvheadendNetwork:Network ID: 5555 Mux: Frequency: 474000000 Hz Symbol rate: 6875000 Sym/sec Constellation: QAM/64 2020-12-27: Switch from nvidia to nouveau driver
apt install xserver-xorg-video-nouveau mesa-va-drivers Notes: 2020-05-03: PulseAudio does not detect all devicesWith the MCP78S chipset, ALSA correctly detects all 3 devices (shown byaplay -l ) but PulseAudio only detects the HDMI output (shown by pactl list sinks ).
Consequently, the other devices are not available in Xfce nor in KDE/Phonon. This is not caused by the devices being in use by other processes.Workaround: Remove PulseAudio and use ALSA directly: apt purge pulseaudio pulseaudio-utils libpulsedsp 2020-04-18: Install Widevine as Chromium component on Debian
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2019-12-07: Debian: hdparm -S 120 does not work/lib/udev/rules.d/85-hdparm.rules calls the script /lib/udev/hdparm , which for some reason inserts -B254 to the options defined in /etc/hdparm.conf .Workaround: Override de udev rule by creating /etc/udev/rules.d/85-hdparm.rules with content:ACTION=="add", SUBSYSTEM=="block", KERNEL=="sda", RUN+="/sbin/hdparm -S 120 /dev/sda" 2019-11-24: Install Netflix add-on for Kodi
apt install python-future python3-future python-pycryptodome python3-pycryptodome Enable Signals and Netflix add-ons in Kodi 2019-11-17: Install Kodi on Raspberry Pi
sudo apt install xserver-xorg x11-xserver-utils lightdm kodi kodi-inputstream-adaptive kodi-pvr-hts
2019-10-04: Tvheadend: stable amd64 packages for Debian BusterForum: stable amd64 packages for Debian Buster2019-09-15: Osmand: Overlay map settings are not stored per modeOsmand issue: Feature request: Navigation profile to save Overlay,Underlay2019-09-15: Osmand: Cycle route node not displayedOsmand issue: Cycle route node not displayed2019-09-08: Raspbian: Kodi is broken in Raspbian BusterForum: Kodi is broken on raspbian buster2019-09-01: Debian: Horde tabs broken in Debian BusterDebian bug: #931255: regexps used seems to be incompatible with libpcre2 10.322019-09-01: Debian: Horde IMP in combination with Courier IMAP broken in Debian BusterDebian bug: #939129: Charset incorrectly omitted from SORT commandPackage tracker: php-horde-imap-client Workaround: Disable message sorting in IMP. 2019-02-04: nvidia-legacy-340xx crashes the systemnvidia-legacy-340xx crashes the system; disable MSI to avoid this.Add to /etc/modprobe.d/nvidia-options.conf: options nvidia NVreg_EnableMSI=01 See: https://bbs.archlinux.org/viewtopic.php?id=168040 2013-09-01: Debian: php-horde package installation failsDebian bug: #711591: php-horde: fails to install: post-installation script returned error exit status 1 |