Hello, I am trying to install the 10.2 ATI drivers into my 32 bit Suse Gnome 11.2 installation by using the ATI/The Hard Way document.Unfortunately I’ve hit a small problem.
Running through the check list of items:
All required software packages, with the exception of:
compat
compat-libstdc++
are installed. I couldn’t find these?
The kernel-default and the kernel-source are the same version.
libdrm is a higher version than the one stated, but the document is two years old…
I couldn’t find any relevant directories on ftp.skynet.be? Because of this I didn’t know what to do when it asks to update:
zypper update --type=package --no-confirm --skip-interactive
When attempting to perform these tasks:
su
password
cd /usr/src/linux
make mrproper
make cloneconfig
make modules_prepare
make clean
I get:
linux-woe7:/usr/src/linux # make mrproper
If ‘make’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf make
I ran this, to be sure:
rpm -e $(rpm -qa ‘fglrx’)
I ran this:
sax2 -a
I created the rpm with this:
sh ati*.run --buildpkg SuSE/SUSE110-IA32
Which gave me this:
fglrx_6_9_0_SUSE110-8.702-1.i386.rpm
I went to a TTY and ran init 3, then tried to install using:
rpm -Uvh fgl*.rpm
But here it fails. It tells me the kernel-source needs to be installed by YAST. As mentioned above, this package is installed and I have rebooted. I also installed the kernel-headers.
I must have missed something but I’m not sure what?
Thanks for any help