You do realize, you don't have to replace the stock kernel when you compile a new one. You can install multiple kernels and their support files are in /lib/modules in directories defined by the kernel name.My system has 3 kernels installed. The standard Arch kernel, the -ck kernel from AUR, and (Because you can take the boy away from Gentoo, but you can't take Gentoo out of t
I know that this is pretty impossible to do, but that's a wish, so why not talking about Kernel customization is always considered a linux-not-newbie task. What if there would be a easier way to do it?I'm thinking about a system where every modules are used with dkms (so no matter what kernel you're using) and everyone can tailor a kernel for his own machine.
I just built the latest kernel from source and all went well, except when I boot into the new kernel I have no graphics acceleration. When I boot into the other kernel (3.2.something) I have nvidia drivers.
If you compiled your own kernel with those modules specifically compiled, why would you expect to see them loaded as modules? Sounds like you either didn't actually compile them in, or you're not actually booting off that kernel.
falconindy
https://bbs.archlinux.org/profile.php?id=30251
2012-09-27T01:20:21Z
I'm wanting to use SDP under Ubuntu Server. However, the kernel doesn't seem to have SDP kernel modules in it.
I thought I'd try to compile a kernel with them in, but the kernel source that comes with Ubuntu 12.04 doesn't seem to have this module. I've seen comments that suggest it's not in the mainline kernel yet. Although those comments were made in 2009.
How do I get SDP into my kernel?
Hello all,Just updated to 3.7.5 and the above service fails on each boot.Not sure how/if it affects me, but worth noting (EDIT - OK, VirtualBox kernel module isn't loaded on boot for example).Here's the output of systemctl status systemd-modules-load.servicesystemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; s
On Gentoo, you compile your own kernel and often target it at your machine. You build in the modules that are critical to the operation of the system, and only make loadable modules of the ones you might not want at start up; for example, all of the USB things you might want sometimes, but not at every boot.On distributions such as Arch, there is the need to have a kernel that is compatible
I was compiling Linux-Libre-3.4-Gnu version using one of the tutorials I found on Ubuntu Help pages.
To compile the kernel to meet 64 bit, I issued the command
sudo make $x86_64_defconfig
I get the following errors.
My last kernel development was in version 2.6~
Now I try to compile a module, and I get the following error when compiling outside the kernel tree.
/bin/sh: 1: /home/blabla/workspace/kernel35/linux-3.5/scripts/recordmcount: not found
The object file is created properly, however the problem is within the kernel Makefile itself, something has changed and I wasn't updated ?
I'm using vanilla kern