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 .. 278 279 280 281 282 283 284 285 286 287 288 .. 307 Next › Last »

roentgen commented on 2011-12-30 10:38 (UTC)

the logo isn't shown when kms is active

bassu commented on 2011-12-30 08:04 (UTC)

Yes graysky. Unfortunately the logos aren't here on the ATI Raedon 9488. I did try building from scratch with CONFIG_*RADEON* on and also added 'radeon' into intird hooks but there's something that's not letting them show up. Weird.

graysky commented on 2011-12-30 07:55 (UTC)

@bassu - My design goal for this package is to keep it as true to the ARCH configs as possible. You can edit your own build with all the options you want from within the PKGBUILD. I haven't tested on an ATI system, but on an nvidia system, (several months ago), setting _usearchlogo="y" did give me arch logos.... is this no longer the case?

bassu commented on 2011-12-30 05:24 (UTC)

Hi Graysky, is it possible for you to add CONFIG_*RADEON* built into your repo? Also, what about enablign the logo by default too? Thanks.

graysky commented on 2011-12-24 12:53 (UTC)

Changelog: Cosmetic changes to the PKGBUILD. Decided not to bump the pkgver to avoid a repo rebuild. There is NO need to rebuild 3.1.6-1. PKG Commit: http://pkgbuild.com/git/aur.git/commit/linux-ck?id=2eaa2fcdcec34bfa57e419c3bbec3e359eb92f21

graysky commented on 2011-12-21 22:05 (UTC)

Bump to v3.1.6-1 Changelog: https://lkml.org/lkml/2011/12/21/449 PKG Commit: http://pkgbuild.com/git/aur.git/commit/linux-ck?id=4fd74d53f5dbdb183178c75fb8297533978c73ff Thanks to fincan for flagging out of date :)

Naypam commented on 2011-12-16 16:40 (UTC)

Oooh make nconfig is the ncurses version of menuconfig, I'm a fool! I was adding a _makemenu="y" option... silly me! Thanks for the reply and the awesome package though! <3

graysky commented on 2011-12-16 16:00 (UTC)

@x89 - run that by me again? You want a new option that both triggers a modprobed_db reload and does an nconfig? I don't see how this is going to save you any time since you have to enable one of these guys when you upgrade already. Have you considered enabling the _use_current flag? If it is a minor version rebuild (i.e. 3.1.4 --> 3.1.5) this is the way to go. FYI you don't have to specifically edit the PKGBUILD. You can use sed as I do: sed -i '/^_use_current/ s,"n,"y,' PKGBUILD Or if you insist on the two: sed -i -e '/^_makenconfig/ s,"n,"y,' -i -e '/^_localmodcfg/ s,"n,"y,' PKGBUILD You can make either an alias or in a one-liners script, etc.