From c4573610f7e0a109f5cc830164b96870c399d176 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 18 Nov 2018 19:23:07 -0500 Subject: [PATCH] Clarify who backports LTS kernel fixes --- troubleshooting/newer-hardware-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/newer-hardware-troubleshooting.md b/troubleshooting/newer-hardware-troubleshooting.md index 7ef65925..21361b3c 100644 --- a/troubleshooting/newer-hardware-troubleshooting.md +++ b/troubleshooting/newer-hardware-troubleshooting.md @@ -8,7 +8,7 @@ Troubleshooting newer hardware ============================== By default, the kernel that is installed in dom0 comes from the `kernel` package, which is an older Linux LTS kernel. -For most cases this works fine since the Qubes OS developers backport fixes to this kernel, but for some newer hardware, you may run into issues. +For most cases this works fine since the Linux kernel developers backport fixes to this kernel, but for some newer hardware, you may run into issues. For example, the audio might not work if the sound card is too new for the LTS kernel. To fix this, you can try the `kernel-latest` package - though be aware that it's less tested!