Package Details: linux-ck-headers 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: Headers and scripts for building modules for Linux-ck kernel
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.132423
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

« First ‹ Previous 1 .. 47 48 49 50 51 52 53 54 55 56 57 .. 308 Next › Last »

Terence commented on 2018-03-21 13:13 (UTC)

bfq-mq is also missing.

francoism90 commented on 2018-03-21 11:12 (UTC)

Why I'm I only seeing the following options: $ cat /sys/block/sd*/queue/scheduler noop deadline [cfq]

$ uname -a Linux 4.15.11-1-ck-skylake #1 SMP PREEMPT Tue Mar 20 11:44:14 EDT 2018 x86_64 GNU/Linux

Thanks

Morganamilo commented on 2018-03-21 00:53 (UTC)

@LinX as one of the devs for it I'm glad it does ;)

account60217652 commented on 2018-03-21 00:51 (UTC)

@Morganamilo thanks, yay works.

Morganamilo commented on 2018-03-21 00:31 (UTC)

@LinX works with me using yay. AUR helpers are not officially supported though. your best bet is makepkg.

account60217652 commented on 2018-03-21 00:27 (UTC) (edited on 2018-03-21 00:30 (UTC) by account60217652)

I tried pacaur instead of yaourt but it freezes at:

==> Validating source files with sha256sums... linux-4.15.tar.xz ... Passed linux-4.15.tar.sign ... Skipped patch-4.15.11.xz ... Passed patch-4.15.11.sign ... Skipped config ... Passed 60-linux.hook ... Passed 90-linux.hook ... Passed linux.preset ... Passed enable_additional_cpu_optimizations-20180310.tar.gz ... Passed patch-4.15-ck1.xz ... Passed 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch ... Passed 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch ... Passed ==> Verifying source file signatures with gpg... linux-4.15.tar ... Passed patch-4.15.11 ... Passed

account60217652 commented on 2018-03-20 23:35 (UTC) (edited on 2018-03-20 23:36 (UTC) by account60217652)

@Morganamilo I run through yaourt -Syua. Month ago there was no such problem

Morganamilo commented on 2018-03-20 23:13 (UTC)

@LinX It wants user input, are you running makepkg through a script that doesn't pass on stdin or something?

account60217652 commented on 2018-03-20 23:05 (UTC)

I'm stuck on "Support for P6_NOPs". This line appears endlessly: https://i.imgur.com/N8FzBst.gif

sir_lucjan commented on 2018-03-20 15:38 (UTC)

@shanti:

### Patch source with BFQ-SQ-MQ
        msg "Fix naming schema in BFQ-SQ-MQ patch"
        sed -i -e "s|SUBLEVEL = 0|SUBLEVEL = 11|g" \
            -i -e "s|EXTRAVERSION = -bfq|EXTRAVERSION =|g" \
            -i -e "s|EXTRAVERSION =-mq|EXTRAVERSION =|g" ../${_bfq_sq_mq_patch}
        msg "Patching source with BFQ-SQ-MQ patches"
        patch -Np1 -i ../${_bfq_sq_mq_patch}

Works fine.