[PlanetCCRMA] radeon 9700 fc3

samuraiskillz@blueyonder.co.uk samuraiskillz@blueyonder.co.uk
Mon Jan 24 15:06:01 2005


Oh Man thanks for the rapid response!

it worked as you knew it would. In fact I got so close and then it ran
into trouble with an unknow symbol in module:

[root@localhost build_mod]# ./make.sh
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.10-2.1.ll.rhfc3.ccrma/build
SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/lib/modules/2.6.10-2.1.ll.rhfc3.ccrma/build'
  Building modules, stage 2.
  MODPOST
*** Warning: "pci_find_class"
[/lib/modules/fglrx/build_mod/2.6.x/fglrx.ko] undefined!
make[1]: Leaving directory `/lib/modules/2.6.10-2.1.ll.rhfc3.ccrma/build'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
You must change your working directory to /lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
==============================
[root@localhost build_mod]# cd ..
[root@localhost fglrx]# cd ..
[root@localhost modules]# cd ..
[root@localhost lib]# cd ..
[root@localhost /]# cd lib/modules/fglrx
[root@localhost fglrx]# ./make_install.sh
bash: ./make_install.sh: Permission denied
[root@localhost fglrx]# chmod +x make_install.sh
[root@localhost fglrx]# ./make_install.sh
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
FATAL: Error inserting fglrx
(/lib/modules/2.6.10-2.1.ll.rhfc3.ccrma/kernel/drivers/char/drm/fglrx.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
failed.

Is it just that it does not like the kernel?

dominic

> On Mon, 2005-01-24 at 14:34, samuraiskillz@blueyonder.co.uk wrote:
>> hi list i noticed there may be a similar thread about fc2 but here goes
>> anyway.
>>
>> i am trying to install the drivers for my ati mobility radeon 9700 card
>>
>> I get the following:
>>
>> [root@localhost spoony]# rpm -Uh --force fglrx_6_8_0-8.8.25-1.i386.rpm
>
> Hopefully the "--force" was not really necessary. If needed then it
> means you don't have the required dependencies.
>
>> ########################################### [100%]
>> ########################################### [100%]
>> *** Trying to install a precompiled kernel module.
>> *** WARNING ***
>> Tailored kernel module for fglrx not present in your system.
>> You must go to /lib/modules/fglrx/build_mod subdir
>> and execute './make.sh' to build a fully customed kernel module.
>> Afterwards go to /lib/modules/fglrx and run './make_install.sh'
>> in order to install the module into your kernel's module repository.
>> (see readme.txt for more details.)
>>
>> I tried this:
>>
>> [root@localhost /]# cd lib/modules/fglrx/build_mod subdir
>> [root@localhost build_mod]# ./make.sh
>> bash: ./make.sh: Permission denied
>
> Probably it does not have the execute permissions set. A packaging
> mistake? Try "chmod +x make.sh" and then try again.
>
> -- Fernando
>
>
>
>