LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-20-2003, 09:15 PM   #1
szymon
LQ Newbie
 
Registered: May 2003
Posts: 28

Rep: Reputation: 15
modprobe fgrlx - FAILED :(


i`m BEGGING YOU ALL FOR HELP i even can`t sleep because of this prbolem . I try to install driver for my graphic card....here you go :

*** 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.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
*** Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
probing for VMA API version...
cleaning...
rmdir: `patch/drivers/char/drm': Katalog nie jest pusty
rmdir: `patch/drivers/char': Katalog nie jest pusty
rmdir: `patch/drivers': Katalog nie jest pusty
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
compiling 'agpgart_be.c'...
compiling 'agp3.c'...
compiling 'i7505-agp.c'...
compiling 'nvidia-agp.c'...
compiling 'firegl_public.c'...
linking of fglrx kernel module...
duplicating results into driver repository...
done.
==============================
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
Warning: loading /lib/modules/2.4.20/kernel/drivers/char/drm/fglrx.o will taint the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
/lib/modules/2.4.20/kernel/drivers/char/drm/fglrx.o: init_module: Operation not permitted
/lib/modules/2.4.20/kernel/drivers/char/drm/fglrx.o: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20/kernel/drivers/char/drm/fglrx.o: insmod /lib/modules/2.4.20/kernel/drivers/char/drm/fglrx.o failed
/lib/modules/2.4.20/kernel/drivers/char/drm/fglrx.o: insmod fglrx failed
failed.
Installed: qt3 (gcc 3.2) based control panel application
===
ATI display drivers successfully installed
please run 'fglrxconfig' now
===

i just CANT LOAD THAT F*** module FGLRX. And yes i did modprobe -r radeon and yes i tried to load fglrx under console. My distro is slack 9.0 and hardware ati 9000pro , nforce2 mobo - yes i did aplied agpgart patch,and turn NFORCE chipset support to on, during configuration. Please help me!!!!

Best Regards
 
Old 07-21-2003, 12:01 AM   #2
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
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.

You don't have the module that monkeyboy the compiler guy had on his system. Recompile it from source. It looks like your just rpm -ivh'ing a binary. Don't do that. Ever. Did the weather channel make these drivers too?
 
Old 07-21-2003, 04:29 AM   #3
szymon
LQ Newbie
 
Registered: May 2003
Posts: 28

Original Poster
Rep: Reputation: 15
Well as you see

"*** Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
probing for VMA API version...
cleaning...
rmdir: `patch/drivers/char/drm': Katalog nie jest pusty
rmdir: `patch/drivers/char': Katalog nie jest pusty
rmdir: `patch/drivers': Katalog nie jest pusty
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
compiling 'agpgart_be.c'...
compiling 'agp3.c'...
compiling 'i7505-agp.c'...
compiling 'nvidia-agp.c'...
compiling 'firegl_public.c'...
linking of fglrx kernel module...
duplicating results into driver repository...
done.'

I did compile the module succesful. And i thought that i should do what everyone posted on this, and rage3d forum . Drivers are RPM and i don`t see any other way..i`ve installed it

rpm -i --nodeps xxx.rpm

And everything went fine, first tried to convert rpm2tgz. But tgz file didn`t want to install :-/. So what should i do?

MAybe you know where i can get ati drivers in source ? :>

Last edited by szymon; 07-21-2003 at 04:30 AM.
 
Old 07-21-2003, 06:06 PM   #4
UnTamed
Member
 
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317

Rep: Reputation: 30
rpm -i --nodeps xxx.rpm will not build the module on Slack!
See if it did, at least, install the files correctly, specifically did it put a /fglrx dir in /lib/modules, if so the rest should be ok but you'll have to get into that dir to build the module yourself.
Code:
cd/lib/modules/fglrx/build_mod
sh make.sh
cd ../
sh make_install.sh
Before you startx, do a lsmod to see what's loaded.
You need agpgart and fglrx, if you see a "radeon" module, remove [...modprobe -r] it and modprobe fglrx to insert the needed module.
 
Old 07-21-2003, 06:25 PM   #5
szymon
LQ Newbie
 
Registered: May 2003
Posts: 28

Original Poster
Rep: Reputation: 15
Unthamed it did everything fine. It was my fault, because i have compiled module radone into kernel, and i couldn`t remove it. Anyway , i compiled it as a module. And fglrx IS LOADED. But....i have another error :| here it is

http://www.linuxquestions.org/questi...269#post386269

agpGART is loaded i don`t know what to do else
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kmod failed to modprobe scsi_hostadapter jrdioko Linux - Software 1 08-14-2005 10:25 PM
install custom kernel - modprobe failed bobbens Debian 2 03-03-2005 11:20 AM
Failed to exec /sbin/modprobe scrawper Slackware 3 10-25-2004 05:05 AM
kmod : Failed to exec /sbin/modprobe urzumph Linux - General 3 03-23-2004 09:18 PM
Modprobe pwc failed? wayubb Mandriva 1 12-29-2003 02:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration