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.26
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

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

skydrome commented on 2012-01-10 20:59 (UTC)

zgrep IKCONFIG /proc/config.gz CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y that is also in arch's 3.1 config too, so there should be no `configs` module present as it is builtin

graysky commented on 2012-01-10 19:52 (UTC)

@sky - I see the IKCONFIG stuff in the config/config.x86_64 files. Are you updating from the 3.1 series? I can't explain why you would get that error. What does the output of this command return: $ zgrep IKCONFIG /proc/config.gz @kyak - It does... see line 153. I realize now that I need to change the comment one line 21 but functionally, it should work perfectly with version 2.0.

kyak commented on 2012-01-10 19:06 (UTC)

hi, just wondering if this package going to updated to reflect changes in modprobed_db-2.0? No more 'reload_database', but 'modprobed_db recall' now. Thanks!

skydrome commented on 2012-01-10 17:40 (UTC)

@graysky: sorry, should have explained better. This is when setting _use_current='y' the reason why the `modprobe configs` fails is because there is indeed no such module, it is built in to the kernel. See stock arch .config CONFIG_IKCONFIG

graysky commented on 2012-01-10 09:23 (UTC)

@sky - How or where is it in the PKGBUILD? Wait, did you build a custom kernel with 'make localmodconfig' and neglect to have that module probed at the time of building? If you wanna try to fix it, boot into the ARCH kernel, probe that module, and have modprobed_db refresh your db (I am assuming you're using it). THEN rebuild a custom kernel with 'make localmodconfig' to have support for it.

<deleted-account> commented on 2012-01-10 09:04 (UTC)

Thanks again graysky. That pkg helped a ton. :) Since I am not using KMS i just put the logo back in.. it looks cool on bootup :P

skydrome commented on 2012-01-10 07:31 (UTC)

on a kernel with `kernel .config support` builtin $ sudo modprobe configs $ FATAL: Module configs not found. will fail and exit from the pkgbuild.

graysky commented on 2012-01-10 00:27 (UTC)

@KingX - Here is the 3.1.8 package source in case anyone else wants it: http://repo-ck.com/source/linux-ck-3.1.8-1.src.tar.gz

graysky commented on 2012-01-10 00:07 (UTC)

@KingX - you can change 3.1.7 to 3.1.8 with a few edits to the PKGBUILD. Arch logos are gone due to KMS in the kernel... apparently, no one sees them even if enabled.

<deleted-account> commented on 2012-01-09 23:37 (UTC)

graysky thanks for your efforts :). I came looking for the 3.1.8-ck pkgbuild, looks like the aur.git has 3.1.7, thats good enough for me. :) quick question, why is the arch logo for bootup removed?