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

Latest Comments

« First ‹ Previous 1 .. 59 60 61 62 63 64 65 66 67 68 69 .. 308 Next › Last »

Terence commented on 2017-11-23 15:05 (UTC)

@artafinde @graysky After some more investigations, I figured out those were just warnings with the purpose to warn you they will not be included by default in the kernel, and you can safely ignore them as dkms take care of building them. Thank you very much for your help, I hope this could eventually help someone confused like me.

QuartzDragon commented on 2017-11-23 10:03 (UTC) (edited on 2017-11-23 10:05 (UTC) by QuartzDragon)

Attention @graysky and @everyone: Urgently needed update! FS#56404 - [linux] Using bcache will destroy filesystems (4.14.X) ~ https://bugs.archlinux.org/task/56404 and: 4.14.1-2 patch ~ https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=a45f53296994bfbc2581656fa91f81f74fa21b83 I've already updated manually for this.

Terence commented on 2017-11-22 23:11 (UTC)

@artafinde: Thanks for your complete answer. I rigorously followed your advices, booting back to the ARCH kernel and making sure once more dkms modules are blacklisted and not stored, but whatever I do, I still get the same error with localmodconfig when either compiling on ARCH or -ck. I don't understand what's wrong... Note that I also use dkms modules on the regular kernel.

artafinde commented on 2017-11-22 18:05 (UTC)

@Terence: modprobed-db is snapshotting your loaded modules and adds them into a database. Provided you run the system long enough and use it you should have all the modules you are using. localmodconfig is a tool to configure the kernel to use the modules which are currently used from the kernel dkms is using the kernel-headers to create new modules for nvidia/virtualbox etc. During linux-ck compilation and if you have set the localmodconfig parameter in PKGBUILD we load all modules which are referenced in modprobed-db prior to calling localmodconfig. Then kernel is configured according to the loaded modules and compiles etc. If you want to make sure you have a clean modprobed-db follow these steps: 1. clean up modprobed-db from modules which don't belong on kernel (nvidia, vbox etc) 2. add those to IGNORE list (optionally test by calling modprobed-db store nd check they are not added) 3. reboot and load -ARCH kernel (to make sure all the modules are available) 4. edit PKGBUILD and set localmodconfig - compile and install 5. dkms should build new modules (nvidia, vbox, exfat etc) 6. reboot to your new kernel The above process is what I follow and works fine with nvidia, vbox and exfat -dkms packages. As a fallback I have -ARCH kernel always installed.

Terence commented on 2017-11-22 17:42 (UTC) (edited on 2017-11-22 23:07 (UTC) by Terence)

@artafinde sorry I didn't make it clear enough but that's what I did :) To me it's like modprobe-db just loads all the modules it detected has been loaded at some point and then localmodconfig just lsmod, which includes dkms modules... There has to be a way to exclude them.

artafinde commented on 2017-11-22 17:38 (UTC)

Open the modprobed-db database (it's a file) and remove them from the list.

Terence commented on 2017-11-22 17:30 (UTC)

@artafinde @graysky Thanks but I knew that, that's why they are built using dkms and I took care of blacklisting all of them, making sure they are not appearing in the modprobe-db file, but problem persists.

artafinde commented on 2017-11-22 17:25 (UTC)

@Terence: The nvidia is external same as virtualbox modules. If you have dkms packages it should trigger a build after you install (provided you have headers). modprobed-db should probably exclude them with IGNORE list - see wiki.

graysky commented on 2017-11-22 17:19 (UTC)

@Terence - These are either provided by some other package or not included in the kernel anymore. See man modprobed-db.

Terence commented on 2017-11-22 17:10 (UTC)

I've never been able to find anywhere a solution to this problem with localmodconfig, modprobed-db and dkms modules: ==> If you have modprobed-db installed, running it in recall mode now Modprobed-db v2.37 164 modules currently loaded per /proc/modules 168 modules are in /home/terence/.config/modprobed.db Attempting to modprobe the contents of /home/terence/.config/modprobed.db 164 modules are now loaded per /proc/modules ==> Running Steven Rostedt's make localmodconfig now using config: '.config' vboxpci config not found!! nvidia config not found!! nvidia_uvm config not found!! vboxnetflt config not found!! vboxnetadp config not found!! vboxdrv config not found!! 8812au config not found!! nvidia_drm config not found!! nvidia_modeset config not found!! Any insight?