If you want to use my repo please follow these steps. ;) 1# Add my repo to /etc/pacman.conf : [linux-ck] Server = https://sourceforge.net/projects/chakra-linux-ck/files/linux-ck/ SigLevel = PackageRequired 2# To set up the pacman keyring use: sudo pacman-key --init 3# Check server on /etc/pacman.d/gnupg/gpg.conf : keyserver hkp://pool.sks-keyservers.net 4# Now import the key with: sudo pacman-key -r 9E9AF4CD 5# You need to locally sign the imported key: sudo pacman-key --lsign-key 9E9AF4CD 6# At my repository you can found generic packages as well as CPU-specific packages for the linux-ck family. To install linux-ck generic and his headers : sudo pacman -Syu linux-ck linux-ck-headers To see which optimized packages are available use: sudo pacman -Syl linux-ck 6.1# To determine which CPU optimized package you need, run: sudo gcc -c -Q -march=native --help=target | grep march More details here: http://chakra-project.org/wiki/index.php?title=Linux-ck#Optimized_version 7.1# (only for NVIDIA graphic cards) To install nvidia-ck driver : sudo pacman -S nvidia-ck 7.2# (just for who need NVIDIA bumblebee) To install nvidia-bumblebee-ck driver : sudo pacman -S nvidia-bumblebee-ck 7.3# (just for who need Broadcom driver) To install broadcom-wl-ck driver : sudo pacman -S broadcom-wl-ck 7.4# (just for who need r8168 driver) To install r8168-ck driver : sudo pacman -S r8168-ck 8# OK. Now update grub: sudo grub-mkconfig -o /boot/grub/grub.cfg ATTENTION: grub-mkconfig script could fail with zram (and multiple swp partitions). When you launch the script, it may be that you get just the grub.cfg.new file. So be carefull and check it out! 9# Reboot. We finished :)
Chakra Linux-CK Files
Custom kernel for Chakra Linux that contains Con Kolivas' CK patchset
Brought to you by:
under-the-gun