...and the kernel version is 2.6.26.16-0.1
Hmm.. are you sure about the version number there. I'm using openSuSE 11.0 with the latest kernel from openSUSE-11.0-Updates repository and my kernel version is 2.6.25.16-0.1 (notice the difference? 25 in my case, 26 in your case).
Anyway, make sure you have a proper update repository configured. You can check by listing them to a file with: and then read the generated file repos.repo. For instance, my update repository is
Code:
http://download.opensuse.org/update/11.0/
Also make sure it is enabled.
If all that is OK you should be able to install a desired kernel-source version, for instance version 2.6.25.16-0.1 with:
Code:
zypper in kernel-source=2.6.25.16-0.1
if it is available among your repositories that is. And this version should be in the repository mentioned above.
YaST can of course do the same job for you, assuming repositories are correctly setup, but I prefer the zypper command line tool as I feel it becomes more apparent what is happening.
Bookmarks