You are not logged in.

The latest stable version of the Linux kernel is:      2.6.19.1     2006-12-11 19:40 UTC     F     V           C     Changelog
The latest -mm patch to the stable Linux kernels is:      2.6.20-rc2-mm1     2006-12-28 10:05 UTC           V                 ChangelogSince the mm kernel havent been updated for a long time I decided to download the kernel and the patch and install it manually.
1. I downloaded the 2.6.19.1 kernel, and the 2.6.20-rc2-mm1 patch. 
2. Extracted the kernel to /usr/src/mmpatch
3. extracted the patch to /usr/src/mmpatch
4. cd /usr/src/mmpatch
5. patch -p1 < 2.6.20-rc20-mm1
After running the fift command, I get different error messages, and alot of hunks gets failed, also not finding some files. What am i doing wrong?
The ultimate Archlinux release name: "I am your father"
Offline

You shoul patch against the 2.6.19 kernel.
Offline

Yes, I tried that as well, I still got error messages and files that dont exists.. Gonna try it now again just in case ..
--edit
Tried it again.. same error..
The ultimate Archlinux release name: "I am your father"
Offline

Then you should probably download 2.6.19, apply 2.6.20-rc2 en then 2.6.20-rc2-mm1.
Offline

That made the trick. Thanks.
The ultimate Archlinux release name: "I am your father"
Offline

I have another problem now. The custom kernel source wiki is very old (from 2005) and arch have changed alot since then. Thats why i did not follow it and just did the way i did when I used to run gentoo.
http://wiki.archlinux.org/index.php/Ker … rom_Source
i manually downloaded and applied the mm patch. Compiled it with:
make & make modules install
When it wanted to install the modules to /lib/modules/
it fails..  Any ideas why or what i can do?
The ultimate Archlinux release name: "I am your father"
Offline
make && make modules_installthe "_" is missing
Offline

yeah.. thanks I just noticed that myself.
The ultimate Archlinux release name: "I am your father"
Offline