summaryrefslogtreecommitdiff
path: root/guides/setups/operating-systems/debian.org
diff options
context:
space:
mode:
authorKévin Le Gouguec <peniblec@hirondell.home>2020-02-01 16:54:37 +0100
committerKévin Le Gouguec <peniblec@hirondell.home>2020-02-01 16:54:37 +0100
commit964cc8778785d61296112b90018f72eabad9b285 (patch)
tree9bac350a4bf21603f013d354b866a74e8c207f79 /guides/setups/operating-systems/debian.org
parent058cb45303c7e43d7f50382fac525dda09082849 (diff)
downloadmemory-leaks-964cc8778785d61296112b90018f72eabad9b285.tar.xz
Note down some solutions for Buster issues on Dell
Diffstat (limited to 'guides/setups/operating-systems/debian.org')
-rw-r--r--guides/setups/operating-systems/debian.org20
1 files changed, 20 insertions, 0 deletions
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