·
Which kernel are you running?
uname –r
·
Which kernel packages and
sources are installed?
rpm –qa | grep
kernel
·
Which kernel does the following
link point to:
readlink
/usr/src/linux
·
Install kernel development
code. If the version of kernel you are running is different from the source
code you installed, use the following to downgrade the source code:
zipper install
--force kernel-devel-3.1.0-1.2.1.noarch // the red part should be replaced with
the version you want to install
·
Sometimes you may also need to
install some tools
sudo Zypper
install gcc make
lll
lll