Package Details: linux-ck 6.11.8-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: The Linux kernel and modules with ck's hrtimer patches
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.25
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-15 22:31 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 276 277 278 279 280 281 282 283 284 285 286 .. 307 Next › Last »

snack commented on 2012-01-08 21:03 (UTC)

After update to 3.2-2 I lost the bfq scheduler: # cat /sys/block/sda/queue/scheduler noop deadline [cfq] With previous version I used to enable it with the kernel option elevator=bfq. Has this feature been removed from linux-ck or maybe I am doing something wrong? Thanks.

graysky commented on 2012-01-08 16:58 (UTC)

@snack - np, always trying to give the community what it wants :)

snack commented on 2012-01-08 16:14 (UTC)

Thank you graysky for your explanation.

graysky commented on 2012-01-08 16:13 (UTC)

@snack - I try to follow the upstream release cycle since users have requested this behavior. I keep the repo in sync with the AUR to avoid conflicts with packages that I don't keep in the repo, particularly nvidia-beta-ck and lirc-ck.

snack commented on 2012-01-08 16:04 (UTC)

I would suggest to not update [repo-ck] with newest kernel versions until they hit also official repos. Or perhaps there's a rationale behind this behavior, eg., [repo-ck] has to be considered as a testing repo? Thanks.

maddien commented on 2012-01-08 10:36 (UTC)

@graysky unfortunately I can't. linux-ck fails to boot now claiming it can't find my root partition. However, now the stock kernel has the same problem with my audigy, so I guess the problem is not with your package. Thanks for your work providing me a patch anyway!

graysky commented on 2012-01-08 01:37 (UTC)

Bump to v3.2-2 Changelog: added proc_events, fixed broadcom wireless, removed redundant patch Changelog: http://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=2969114176be2d6902162304687fc8cbfcdce96c PKG Commit: http://pkgbuild.com/git/aur.git/commit/linux-ck?id=41695e1d2398a1cce28d7d4954ee2bba4bf6a3ba

graysky commented on 2012-01-07 13:44 (UTC)

@maddien - The BFQ problem could be due to something in your grub or grub2 kernel line directing the kernel to use it? Or it could be something in your /etc/rc.local doing the same. Dunno what to tell you about the audigy thing. Can you do a small test for me? 1) make sure you're booted into the linux-ck package with this audigy bug 2) cd /path/to/linux-ck 3) wget http://repo-ck.com/junk/maddien_troubleshooting.patch 4) patch -p0 -i maddien_troubleshooting.patch 5) makepkg -srci The patch simple comments out the bfs patching so you are essentially building the ARCH vanilla kernel except it will use your currently running kernel's config file thus retaining all your customizations. Once you build it and install it, reboot and see if the problem is gone. If it is gone, the problem is with ck's bfs patch. If it is not gone, then the problem is with your customizations (if you did any). Do so and report back plz.

maddien commented on 2012-01-07 11:35 (UTC)

with linux-ck 3.2-1 my audigy 2ZS doesn't get recognised in the sound settings and doesn't produce any output. at bootup it says that it couldn't find BFQ. didn't try to disable BFQ, tho. linux 3.2-1 is fine.