[ enaB @ 19.07.2009. 09:39 ] @
Imam problem sa instalacijom ATI drajvena na Slack 12.1 sa kernelom 2.6.27.7 (sa 12.2) mada isto je i sa njegovim originalnim 2.6.24.5. Evo šta kaže log

Error:
kernel includes at /lib/modules/2.6.27.7/build/include do not match current kernel.
they are versioned as ""
instead of "2.6.27.7".
you might need to adjust your symlinks:
- /usr/include
- /usr/src/linux
[Error] Kernel Module : Failed to compile kernel module - please consult readme.
[ maksvel @ 19.07.2009. 16:56 ] @
Nisam imao sličan problem, jer koristim "Ubuntu for dummies" , ali pogledaj ovaj tip sa jednog foruma
Citat:

do a

ls -l /usr/src/linux

and make sure that /usr/src/linux points to the 2.6.9 kernel folder.

If it does, then it sounds like the ati driver is not current. I use nvidia so I'm not sure how ati's drivers are installed.

If it doesn't then

ls /usr/src

and look for a linux-2.6.9.... directory.

Then

cd /usr/src

and type

rm linux

Lastly reset the symlink with

ln -s linux-2.6.9.... linux

Make sure that you work from the /usr/src/linux folder and never from the /usr/src/linux-2.6.9...

Also make sure you complete the linux-2.6.9... with the correct name of the folder in /usr/src/

Naravno, uz korektnu verziju kernela...
[ enaB @ 19.07.2009. 20:29 ] @
Problem je bio u kernelu koji je bio kompajliran za drugu arhitekturu procesora. Hvala u svakom slučaju ;)