I've built a kernel with loadable module support for various reasons, one of them the possibility to compile modules and load them without rebooting. This is supposed to be useful when I need a module that I had not enabled in the kernel config.
Now, with drivers like nouveau, it's as easy as going to the source directory, and running make M=drivers/gpu/drm/nouveau.
Can someone make a tutorial on compiling a kernel from source on this phone.
Up until kernel 3.7.9-201 I was able to compile the driver source: Now it reports that it can't find /usr/src/kernels/3.7.9-XXX/include/linux/version.h.
The reason I have resorted to compiling the driver is that the kmod-nvidia drivers provided in the repo had stopped working on my system early in FC-17's life.
Guys, probably an obvious error so I apologise in advance - trying to install vmware player, and it needs the kernel-source to build drivers.
I've gone out and downloaded kernel-source for my running kernel.
However it's complaining that the kernel-source (2.6.31.12-0.1) does not match the running kernel (2.6.31.12-0.1-desktop).
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.
For configuring the kernel for all forms of hardware is there an alternative to genkernel?
I am creating my own Linux from scratch distro.
As far as I know, Genkernel is for gentoo only.
Or is there some way to get genkernel in a source tarball?
I tried using the "normal" method of compiling the kernel but Its hard to know what needs to be checked and what doesn't.
Hi, thanks for the quick reply!Like I said, I have no problems with installation and use on standard kernel. However, during installation on LTS kernel, I get errors while compiling kernel modules. I am told to check "/tmp/vbox-install.log" to find out what went wrong. This is the message :"Makefile:90: *** Error: unable to find the sources of your current Linux ke
Hi all!
Here i'll post my kernel always if i manage any modification in source.
I would like to add, that if you have a good idea, feel free share it and if its working ok, i merging to the source.
Hi,
I installed F17 on my pc a few months ago, I am pretty sure that at first it did supported both of my monitors with the open source drivers. Then I installed the propietary drivers. And last week I updated the kernel, and it turn out that the legacy drivers for my ATI Radeon 3600 dont work on the kernel 3.5, they wont compile.