Support #620
Updated by Daniel Curtis over 9 years ago
This is a guide for installing the Linux-ck kernel on Arch linux. h2. Prepare the Environment * Make sure the system is up to date: <pre> sudo pacman -Syu </pre> h3. Install yaourt * Download the packages for yaourt: <pre> cd /tmp wget https://aur.archlinux.org/packages/pa/package-query/package-query.tar.gz && wget https://aur.archlinux.org/packages/ya/yaourt/yaourt.tar.gz tar xzf package-query.tar.gz tar xzf yaourt.tar.gz </pre> #* Install package-query: <pre> cd package-query makepkg -csi </pre> #* Install yaourt <pre> cd ../yaourt makepkg -csi </pre> h3. Receive PGP keys * Receive Linus Torvalds' PGP key: <pre> gpg --recv-keys 79BE3E4300411886 </pre> #* Then utimately trust the key: <pre> trust 5 y quit </pre> * Receive Greg Kroah-Hartman's PGP key: gpg --recv-keys 38DBBDC86092693E #* Then ultimately trust the key: <pre> trust 5 y quit </pre> h2. Install Linux-ck * Install the linux-ck package from the AUR: <pre> yaourt linux-ck </pre> #* (Optional) Install the linux-ck-headers package: <pre> yaourt linux-ck-headers </pre> #* (Optional) Install the linux-ck nvidia package: <pre> yaourt nvidia-304xx-ck </pre> #* (Optional) Install the linux-ck virtualbox host modules: <pre> yaourt virtualbox-ck-host-modules aur/virtualbox-ck-host-modules </pre> * Edit the @PKGBUILD@ file and add the following: <pre> _BFQ_enable_="y" </pre> h2. Resources * https://wiki.archlinux.org/index.php/Kernels * https://wiki.archlinux.org/index.php/Linux-ck