Comment 76 for bug 569332

Revision history for this message
In , Oneukum (oneukum) wrote :

Install the kernel sources: zypper in kernel-source
You may already have them installed.

Apply the patch:
cd /usr/src/linux
patch -p1 < $HOME/name_you_saved_patch_as

you install gcc: zypper in gcc
You may already have installed it

You compile the kernel:
make

You install the kernel as root:
make modules_install ; make install ; sync

And then you reboot the test kernel