## Installing VSPDL on OpenSUSE 11.1 and 11.2 1) Install VSPDL RPM or unpack .tar.gz file. (RPM is the recommended method, since it asks the system to obtain kernel source.) 2) Execute:

# zypper in kernel-syms

3) Then prepare your current kernel source tree. It has to be non-modified, installed from an official repository:

# cd /usr/src/linux # cp ../linux-obj/i386/default/.config . # cp ../linux-obj/i386/default/Module.symvers . # make prepare && make modules_prepare

4) For OpenSUSE 11.2, you should now create a symlink to the kernel source tree to simplify search process:

# ln -s /usr/src/linux-2.6.31.5-0.1 /usr/src/linux-2.6.31.5-0.1-default

5) Now complete the VSPDL installation:

# cd /usr/local/vspd-1.43-dist/ # ./install.sh /usr/local/vspd/