[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loading problem: amd64
- From: "Thorsten Müller" <t dot mueller at agv-gp dot de>
- Date: Sat, 17 Sep 2005 10:13:53 +0200
Am Samstag, 17. September 2005 09:57 schrieb Jonathan Kaye:
I then used module-assistant to build the module
and install it, which it did with no apparent problems. I can't get
the module to load however. Here's some info:
Attila:/usr/src# modprobe fglrx
FATAL: Error inserting fglrx
(/lib/modules/2.6.11-9-amd64-k8/misc/fglrx.ko): Invalid module format
dmesg (running an ATI module)
fglrx: version magic '2.6.11-9-amd64-k8 gcc-4.0' should be
'2.6.11-9-amd64-k8 gcc-3.4'
First Problem: You compiled the fglrx module with gcc 4.0 and the kernel
was with gcc 3.4. You have to use the same compiler version for the
module or you must compile your kernel yourself with gcc 4.0
Xorg.0.log
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
Duplicate symbol rol_long in
/usr/X11R6/lib/modules/drivers/fglrx_drv.o Also defined in
/usr/X11R6/lib/modules/linux/libint10.a
Fatal server error:
Module load failure
Comment out
Section "Module"
# Load "int10"
in your /etc/X11/xorg.conf or XFree86.conf
HTH
Greetings
Thorsten Müller