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>
h2. Install Linux-ck
* Install the linux-ck package from the AUR:
<pre>
yaourt linux-ck 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 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