Package Details: linux-zen-git 6.11.7+1299379+g359b304f87eb-1

Git Clone URL: https://aur.archlinux.org/linux-zen-git.git (read-only, click to copy)
Package Base: linux-zen-git
Description: Featureful kernel including various new features, code and optimizations to better suit desktops
Upstream URL: https://github.com/damentz/zen-kernel
Licenses: GPL2
Conflicts: linux-zen
Provides: linux-zen, linux-zen-git
Submitter: ilikenwf
Maintainer: ilikenwf
Last Packager: ilikenwf
Votes: 28
Popularity: 0.000007
First Submitted: 2015-08-10 23:27 (UTC)
Last Updated: 2024-11-09 01:07 (UTC)

Dependencies (7)

Required by (3)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 24 Next › Last »

shoober420 commented on 2016-10-20 19:36 (UTC)

So I ran mkinitcpio, reinstalled grub and ran grub-mkconfig, and also tried various different kernels to no success. I even uninstalled my video drivers and added nomodeset to the thingy to no avail. I had to install the LTS kernel to finally get it to boot. I would post about this in the forums but I'm kind of banned. I'm hoping the new 4.8.3 kernel fixes this.

shoober420 commented on 2016-10-17 04:30 (UTC) (edited on 2016-10-18 17:33 (UTC) by shoober420)

4.8.2 freezes at boot when loading initial ramdisk. This also happens on the official ARCH kernel as well.

ilikenwf commented on 2016-09-14 16:55 (UTC)

Updated, sorry!

ilikenwf commented on 2016-09-14 14:40 (UTC)

Seems I accidentally pushed my own "play" branch. I will remove that stuff next push, but until then you should remove it.

Best commented on 2016-09-14 13:47 (UTC)

No, does not work with fresh src/build dir. What are is suppose to do? + export CFLAGS=$CFLAGS:" -flto" + export CXXFLAGS=$CXXFLAGS:" -flto" + export LDFLAGS=$LDFLAGS:" -flto" + + ./scripts/config --disable function_tracer \ + --disable function_graph_tracer \ + --disable stack_tracer --enable lto_menu \ + --disable lto_disable \ + --disable gcov \ + --disable kallsyms_all \ + --disable modversions very broken for me with this..

ilikenwf commented on 2016-09-07 23:39 (UTC) (edited on 2016-09-07 23:39 (UTC) by ilikenwf)

@best is this on a fresh copy? This is a dev branch so it could in theory be broken for real... Try nuking your src directory or just src/build ...and backup your .cfg. If you've been using this directory for a while your files are probably out of date in there.

Best commented on 2016-09-07 22:55 (UTC) (edited on 2016-09-07 22:57 (UTC) by Best)

does not work with latest PKGBUILD changes.. Using /home/best/aur/linux-zen-git/src/zen-kernel as source for kernel /home/best/aur/linux-zen-git/src/zen-kernel is not clean, please run 'make mrproper' in the '/home/best/aur/linux-zen-git/src/zen-kernel' directory. make[2]: *** [/home/best/aur/linux-zen-git/src/zen-kernel/Makefile:1015: prepare3] Error 1 make[1]: *** [Makefile:150: sub-make] Error 2 make: *** [Makefile:24: __sub-make] Error 2 make mrproper does not help..

ilikenwf commented on 2015-10-01 17:19 (UTC)

Since you should be manually configuring this kernel anyway, you'd first do the following in src/build: sudo /usr/bin/modprobed-db recall make localmodconfig Then you would configure your other kernel options.