On Thu, 14 Apr 2005, Brian W. Carver wrote:

download 2.6.11.7 from kernel.org and put it in /usr/src
tar -jxf linux-2.6.11.7.tar.bz2
rm /usr/src/linux
ln -s linux-2.6.11.7 linux
download patch-2.6.12-rc2.bz2
bunzip2 patch-2.6.12-rc2.bz2
mv patch-2.6.12-rc2 /usr/src/linux
cd /usr/src/linux
patch -p1 <patch-2.6.12-rc2 #there will be errors. Keep hitting enter.
Download benssoundpatch from http://sharealike.net/debian/ppc/benssoundpatch and
mv benssoundpatch /usr/src/linux
patch -p1 <benssoundpatch
cp /boot/config-2.6.8-powerpc .config
make oldconfig #accept the defaults on everything and [1-32] your answer is 1.
make-kpkg clean
make-kpkg --append-to-version=.050414 kernel_image

Take a look at Wolfgang Pfeiffer's answers from a few days ago with the thread named "applying patch". Basically, a lot of the patches on the kernel.org page are not meant to be applied to the 2.6.11.? realeases, just the vanilla 2.6.11. I made the exact same mistakes. Wolfgang's message has the URL's as to where to get the proper patches that apply cleanly. After applying those, you should be able to get the various new hardware patches to apply more cleanly.

cheers
vinai


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to