From 964cc8778785d61296112b90018f72eabad9b285 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 1 Feb 2020 16:54:37 +0100 Subject: Note down some solutions for Buster issues on Dell --- guides/setups/operating-systems/debian.org | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'guides/setups/operating-systems/debian.org') diff --git a/guides/setups/operating-systems/debian.org b/guides/setups/operating-systems/debian.org index 550048d..3ba3c60 100644 --- a/guides/setups/operating-systems/debian.org +++ b/guides/setups/operating-systems/debian.org @@ -349,7 +349,27 @@ Everything went smoothly: *** package repositories Non-free repositories automatically added during the installation, because of the WiFi firmware I presume. +*** kernel issues +**** i915/glk_dmc_ver1_04.bin +kern.log: +#+begin_quote +i915 0000:00:02.0: firmware: failed to load i915/glk_dmc_ver1_04.bin (-2) +#+end_quote +apt install firmware-misc-nonfree seems to quiet that down. +**** i2c_hid_get_input: incomplete report +kern.log: +#+begin_quote +i2c_hid i2c-MSFT0001:00: i2c_hid_get_input: incomplete report (14/65535) +#+end_quote +About one message for every half-second spent touching the touchpad. +"Solved" with: +#+begin_src sh +$ apt install -t buster-backports \ + linux-image-amd64 \ + firmware-iwlwifi \ + firmware-misc-nonfree +#+end_src * Someday ** fix xfce4-terminal opening links with firefox-esr ** fix Thunar opening images with Firefox instead of Ristretto -- cgit v1.2.3