Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When I use "sh make.sh" to generate my ATI module I get this error, but I have the latest kernel (2.6.7). What am I doing wrong?
ATI module generator V 2.0
==========================
initializing...
Error:
XFree86 drm includes at /lib/modules/2.6.7-1.494.2.2/build/include/../drivers/char/drm do not fit this driver.
This driver is designed to only work with X4.1.0 or higher.
You can match this by getting Linux kernel 2.4.8 or higher.
[root@localhost build_mod]#
Distribution: At home: Arch, OpenBSD, Solaris. At work: CentOS, Debian, Ubuntu
Posts: 3,625
Rep:
What distro? The reference to X 4.1.0 may indicate that it's looking for something specific to XFree86 whereas a lot of modern distros use X.org instead. That's something of a stab in the dark though.
I've never used the ATI drivers, but are you
sure that they will work with a 2.6 kernel at
all? They may well be crafted towards the
2.4 series... have another look at your
README.
I have followed instructions on this and many other sites as to using ATI drivers with the 2.6.7 kernel. I just can't seem to be able to compile the drivers for this kernel.
Distribution: Debian Lenny, Debian Squeeze, CentOS 5.6, CentOS 6.0, Mac OS X 10.5.6
Posts: 158
Rep:
Quote:
XFree86 drm includes at /lib/modules/2.6.7-1.494.2.2/build/include/../drivers/char/drm do not fit this driver.
This driver is designed to only work with X4.1.0 or higher.
The kernel has nothing to do with this, as the error clearly statess that:
Quote:
This driver is designed to only work with X4.1.0 or higher
the ATI make.sh is looking for libraries that are only included with X4.1.0 and higher. you will need the latest version of X for the driver to compile properly. i had the same problem until i upgraded to X4.3
Distribution: Debian Lenny, Debian Squeeze, CentOS 5.6, CentOS 6.0, Mac OS X 10.5.6
Posts: 158
Rep:
i don't know how to automatically update X, i've always done it by hand at the console. you can visit X.org to download the needed files and follow the README.... other than that, sorry i can't help that much via a forum.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.