From: xatier Date: Thu, 26 Aug 2021 03:11:27 +0000 (-0700) Subject: Update Archlinux kernel headers instructions X-Git-Tag: latest~126^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=1f9f201940a1234d5e403c905d3ce1ebd8ca2b0f;p=lkmpg Update Archlinux kernel headers instructions `linux-libre-headers` has been moved to AUR [1]. We can simply install `linux-headers` [2] instead. [1] https://aur.archlinux.org/packages/linux-libre-headers/ [2] https://archlinux.org/packages/core/x86_64/linux-headers/ --- diff --git a/lkmpg.tex b/lkmpg.tex index 99118e2..223fd93 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -176,7 +176,7 @@ apt-cache search linux-headers-`uname -r` On Arch Linux: \begin{codebash} -sudo pacman -S linux-libre-headers +sudo pacman -S linux-headers \end{codebash} This will tell you what kernel header files are available.