LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-01-2003, 06:39 PM   #31
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30

actually, i had an rpm version of ati's driver and please tell me how to install the shell scripts
 
Old 10-01-2003, 06:42 PM   #32
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Install the RPM as root in a console, using:

rpm -i --force <ati package name>.rpm

It then should do what you want it to do. Scroll through the output and it should tell yo where the shell scripts are installed
 
Old 10-01-2003, 06:45 PM   #33
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
and is it under the condition of mesa had already been uninstalled?
 
Old 10-01-2003, 06:50 PM   #34
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
this is the output after i did
[root@localhost X4.3.0-3.2.5]# rpm -i --force fglrx-glc22-4.3.0-3.2.5.i586.rpm
*** 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...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
patching 'drm_os_linux.h'...
doing script based build for kernel 2.4.x and similar
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
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o
- trying a sample load of the kernel module
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol remap_page_range
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol __wake_up
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol unlock_page
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol register_chrdev
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol create_proc_entry
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol remove_wait_queue
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol highmem_start_page
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol kmap_prot
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol remove_proc_entry
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol add_wait_queue
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol _alloc_pages
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol mem_map
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol init_mm
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol __free_pages
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol kmap_pte
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. The module may be trying to access
GPLONLY symbols but the problem is more likely to be a coding or
user error. Contact the module supplier for assistance, only they
can help you.

/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: insmod /lib/modules/2.4.20-8/kernel/drivers/char/drm/
fglrx.o failed
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: insmod fglrx failed
failed.
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o
Installed: qt3 (gcc 3.2) based control panel application
===
ATI display drivers successfully installed
please run 'fglrxconfig' now
===

[root@localhost X4.3.0-3.2.5]# cd /lib/modules/fglrx/build_mod/
[root@localhost build_mod]# ls
2.6.x agpgart_be.c agp.h firegl_public.o libfglrx_ip.a.GCC2 nvidia-agp.c
agp3.c agpgart_be.c~ fglrx.o i7505-agp.c libfglrx_ip.a.GCC3 nvidia-agp.o
agp3.o agpgart_be.o firegl_public.c i7505-agp.o make.log patch
agp_backend.h agpgart.h firegl_public.h libfglrx_ip.a make.sh
[root@localhost build_mod]# ./make.sh
ATI module generator V 2.0
==========================
probing for VMA API version...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
patching 'drm_os_linux.h'...
doing script based build for kernel 2.4.x and similar
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.
==============================
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]# ls
build_mod fglrx.2.4.20-8.o fglrx.o
fglrx.2.4.18-17.7.x.o fglrx.2.4.21-1.1931.2.349.2.2.entbigmem-SMP.o make.2.4.20-8.log
fglrx.2.4.18-17.8.0.o fglrx.2.4.21-1.1931.2.349.2.2.ent.o make_install.sh
fglrx.2.4.20-6.o fglrx.2.4.21-1.1931.2.349.2.2.ent-SMP.o
fglrx.2.4.20-6-SMP.o fglrx_info.txt
[root@localhost fglrx]# ./make_install.sh
- creating symlink
- recreating module dependency list
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o
- trying a sample load of the kernel module
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol remap_page_range
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol __wake_up
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol unlock_page
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol register_chrdev
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol create_proc_entry
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol remove_wait_queue
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol highmem_start_page
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol kmap_prot
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol remove_proc_entry
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol add_wait_queue
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol _alloc_pages
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol mem_map
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol init_mm
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol __free_pages
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: unresolved symbol kmap_pte
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. The module may be trying to access
GPLONLY symbols but the problem is more likely to be a coding or
user error. Contact the module supplier for assistance, only they
can help you.

/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: insmod /lib/modules/2.4.20-8/kernel/drivers/char/drm/
fglrx.o failed
/lib/modules/2.4.20-8/kernel/drivers/char/drm/fglrx.o: insmod fglrx failed
failed.
 
Old 10-01-2003, 06:50 PM   #35
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
what's all the unsolved symbol problem?
 
Old 10-01-2003, 06:57 PM   #36
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
K forget the insmod. I'm not sure what the unresolved symbol is, perhaps you got the driver for the wrong version of X?? Do you have glibc23? What distro do you have??

You shouldn't have needed to run insmod. The scripts do that for you.
 
Old 10-01-2003, 07:30 PM   #37
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Rep: Reputation: 30
Type these two commands:

/lib/modules/fglrx/build_mod/make.sh
/lib/modules/fglrx/make_install.sh

Then try again ~ All of the toying around MIGHT have screwed things up though. I did it my first few tries (and my solution to massively horrible screw ups is to reinstall Linux )
 
Old 10-01-2003, 08:41 PM   #38
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
i believe

i believe i did post what i got after i run make.sh & make_install.sh
I don't know why!
But i did download the 3.2.0 version from ati's website.
But the case was i had installed everything from my cd & i am sure it's everything because when i was reinstalling my system i had chose everything during the process of chosing packages!
Why?
did ya got ya own radeon work already?
 
Old 10-02-2003, 08:15 AM   #39
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Rep: Reputation: 30
Mine's installed and runs fine ~ Have you read through ATI's documentation that is provided with the RPM?

What version of the kernel are you using?
 
Old 10-02-2003, 08:11 PM   #40
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
my kernel was the one who had shipped with redhatlinux9
and i should be 2.4.22 i believe
Could u tell me something about your sucessful story?
What kind graphics card do you have?
 
Old 10-02-2003, 08:32 PM   #41
electron_lemon
LQ Newbie
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake
Posts: 18

Rep: Reputation: 0
ATI makes $hit Linux drivers.
You usually end up using generic drivers, and that's why you can't get accelerated graphics.

Do yourself a favor: get an nVidia card. They provide GOOD drivers so you can kick some 3D ass with Linux.

Last edited by electron_lemon; 10-02-2003 at 08:34 PM.
 
Old 10-02-2003, 09:41 PM   #42
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Twiggy794
My solution to massively horrible screw ups is to reinstall Linux )
Heh heh, me too!!
 
Old 10-03-2003, 01:35 AM   #43
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Rep: Reputation: 30
Heehee ~ Speaking of which, I'm just setting up my newest installation of Redhat just now...I gotta stop screwin around so much with my system...

I'm using a Radeon 9800 Pro, and I completely agree with electron_lemon. My roommate is using an nVidia card and had a slight bit of trouble selecting the right driver, and the installation wasn't exactly easy...but once you get the correct driver selected and running you install painlessly and without issues thereafter.

ATI on the other hand isn't the same story...it's easy to pick the driver, simple to get the install running, but if it fails you have no idea what you did wrong. If you're really die hard at getting 3D acceleration then reinstall Slackware. But I will tell you that I had an incredible amount of difficulty installing my drivers onto Gentoo (which is my only experience with power distros) and so much that I just gave up (and also ended up going back to Redhat. I need to have a life.) So your problem could be, and probably is, stemming from a kernel that just doesn't like the driver. It could happen. The mesa drivers found their way back into your system, and that'll play a role in it.

Anyhew ~ My solution to serious messes like this is to whip out a few zip disks, back everything up, and completely clean out the harddrive like nobody's business and start over clean. When you're reinstalled, install the ATI driver first. If it still doesn't work, reinstall. Fortunately for me, on Redhat this is a simple process of leaving my computer on to install for 30 mins or so at a time if I need one or two extra tries, and I go and occupy myself. But I'll tell you, it works. I've never used Slackware though so I'm not too keen on how the install process goes.

My only advice to you is to read the documentation provided. It may as well be written in Japanese, because I didn't understand half of it, but you may find your problem in there. Just be careful that you don't misdiagnose the problem and go about solving it the wrong way....I did that....then I felt like an a$$ when I realized how easy the problem was to fix...
 
Old 10-03-2003, 07:40 AM   #44
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
You might want to try not uninstalling mesa maybe??

(I didn't)

tricky_linux, what distro are you using??
 
Old 10-03-2003, 12:15 PM   #45
Gill Bates
Member
 
Registered: Aug 2003
Location: the far side
Distribution: OpenSuSe 10.2, Mac OS X Tiger
Posts: 380

Rep: Reputation: 30
how do u not install mesa? it was there without my say so
 
  


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
Radeon 8500, 9200, 9700 freeze Mandrake 10 with ATI's drivers make Linux - Hardware 17 08-06-2004 04:51 AM
Problems w/ Radeon 9200 & ati's binary drivers zen_guerrilla Linux - Hardware 4 10-11-2003 01:44 PM
ATI's new Radeon drivers (8500) xeinsane Linux - Hardware 3 09-28-2003 04:48 PM
Radeon 9000 mobility drivers for redhat 9 znet Red Hat 2 09-22-2003 02:01 PM
Radeon 9500 w/ATI's drivers for XF86 4.3.0 JingYen Linux - Hardware 3 09-21-2003 02:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:20 PM.

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