View previous topic :: View next topic |
Author |
Message |
edudlive Guru
Joined: 06 Jan 2004 Posts: 557
|
Posted: Tue Jun 29, 2004 6:49 am Post subject: mm sources and ati = fglrx isnt right moduI le format |
|
|
I recently decided to try out mm sources (2.6.7-rc3 I think is the version), I set it up and everything but now it wont load fglrx (the only module I use)...
I get this:
bash-2.05b# modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.7-rc3-mm2/video/fglrx.ko): Invalid module format
I dont know what to do, mm-sources are very fast compared to dev sources (to me anyway) but if I can't get fglrx to load I really don't care for them.
btw, I've tried unmerging and re-emerging ati-drivers |
|
Back to top |
|
|
edudlive Guru
Joined: 06 Jan 2004 Posts: 557
|
Posted: Tue Jun 29, 2004 3:47 pm Post subject: |
|
|
bump |
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Tue Jun 29, 2004 4:21 pm Post subject: |
|
|
What does "dmesg" display after you run modprobe? (look for lines starting with "fglrx:"). The ati-drivers should work with mm-sources. _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
edudlive Guru
Joined: 06 Jan 2004 Posts: 557
|
Posted: Tue Jun 29, 2004 7:11 pm Post subject: |
|
|
fglrx: version magic '2.6.7-gentoo SMP preempt PENTIUMM 4KSTACKS gcc-3.3' should be '2.6.7-rc3-mm2 preempt PENTIUMM REGPARM 4KSTACKS gcc-3.3'
fglrx: version magic '2.6.7-gentoo SMP preempt PENTIUMM 4KSTACKS gcc-3.3' should be '2.6.7-rc3-mm2 preempt PENTIUMM REGPARM 4KSTACKS gcc-3.3'
fglrx: version magic '2.6.7-gentoo SMP preempt PENTIUMM 4KSTACKS gcc-3.3' should be '2.6.7-rc3-mm2 preempt PENTIUMM REGPARM 4KSTACKS gcc-3.3' |
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Tue Jun 29, 2004 7:23 pm Post subject: |
|
|
OK, what that is telling you is that there is a mismatch between the kernel the module was compiled for and the kernel you're running. Is the /usr/src/linux symlink pointing to the mm-sources directory in /usr/src? What does "uname -r" display? _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
edudlive Guru
Joined: 06 Jan 2004 Posts: 557
|
Posted: Tue Jun 29, 2004 7:29 pm Post subject: |
|
|
bash-2.05b# uname -r
2.6.7-rc3-mm2 |
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Tue Jun 29, 2004 8:18 pm Post subject: |
|
|
Wedge_ wrote: | Is the /usr/src/linux symlink pointing to the mm-sources directory in /usr/src? |
In other words, does show /usr/src/linux is linked to /usr/src/linux-2.6.7-rc3-mm2? _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
edudlive Guru
Joined: 06 Jan 2004 Posts: 557
|
Posted: Tue Jun 29, 2004 8:21 pm Post subject: |
|
|
bash-2.05b# ls -l /usr/src
total 12
lrwxr-xr-x 1 root root 18 Jun 20 19:06 linux -> linux-2.6.7-gentoo
drwxr-xr-x 19 root root 4096 Jun 4 01:49 linux-2.6.5-gentoo-r1
drwxr-xr-x 19 root root 4096 Jun 28 19:53 linux-2.6.7-gentoo
drwxr-xr-x 19 root root 4096 Jun 28 19:01 linux-2.6.7-rc3-mm2
Nope, it has it linked to my dev sources kernel. |
|
Back to top |
|
|
|