[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems compiling fglrx driver 8.22.5



Le Mercredi 01 Mars 2006 11:39, Javier Ruiz Hidalgo a écrit :
Hi,

I'm trying to compile the fglrx kernel driver on my debian unstable,
but everytime I tried to compile it I've got the following error
(using 'module-assistant', the 'make-kpkg' script or even 'make.sh')

...
*** No rule to make target
`/usr/src/modules/fglrx/libfglrx_ip.a.GCC.', needed by
`/usr/src/modules/fglrx/flgrx.o'. Stop.
*** [_module_/usr/src/modules/fglrx] Error 2
...

I'm using gcc 4.0.3 (debian default) and a custom compiled kernel
2.6.15 (from debian sources 2.6.15-7) on a Dell Latitude D600 computer
(lspci reports aRadeon R250 Lf [FireGL 9000] in it). I'm running out
of ideas of what it might be the problem so if anyone can help I'd
apreciate it :-)

I've followed Jonathan Kaye instructions on how to get the packages
from the ATI installer:

1. Downloaded ati-driver-installer-8.22.5-i386.run from ATI
2. Cleaned out all previous fglrx packages
3. Deleted all fglrx stuff from /usr/src/modules
4. Removed the OPTION "no_dri" "yes" from xorg.conf
5. executed ./ati-driver-installer-8.22.5-i386.run --extract fglrx-tmp
6. executed ./packages/Debian/ati-packager.sh --buildpkg testing
7. executed sudo dpkg -i fglrx-kernel-src_8.22.5-1_i386.deb
fglrx-driver_8.22.5-1_i386.deb


--
Javier Ruiz Hidalgo <jrhbcn at gmail dot com>

I managed to compile these drivers two days ago against a vanilla kernel 
2.6.15.4.

I created the packages with sh ati-installer<...> --build-pkg Debian/sid, then 
I installed fglrx-driver.deb and fglrx-kernel-source.deb (they are in /tmp).
Next I unpacked fglrx.tar.bz2 in /usr/src (logged as a simple user), got 
to /usr/src/linux, and rebuild a complete kernel and the ati module with 
make-kpkg.

I allready had troubles to build ati modules when I didn't build an entire 
kernel at the same time, I don't remember exactly but the message was that 
something like MODPOST was missing. Does that sound like your problem ?