Quote:
Do I want to monkey with my kernel in this way?
Will I break my Yast update capability if I revert to some old config?
|
The files in /usr/src/ are
not your kernel.
The kernel is found in /boot/, the link 'vmlinuz' is pointing
to the used vmlinuz-2.6.xx.x.
Kernel modules are in /lib/modules/Žuname -rŽ > try the
command 'uname -r' to know your version.
The /usr/src/linux... files are meant to be used to build a
new module, and running 'make oldconfig' makes no "old" but
is based on "currently used configuration", using the hidden
file " .config " . Google and 'LQ Search' have lots of info too.
So you can do the commands. Though it not usually necessary
doing this on Suse, before making a module.
...............
# zypper install linux-kernel-headers
# zypper install kernel-source-Žuname -rŽ
to make sure you have the right files.
..............
Quote:
3ware 9650SE working on 64 bit Suse 11.1
|
I have no answer for that, you will have to ask again.
....