LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-25-2004, 07:51 PM   #1
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Rep: Reputation: 15
ATi driver install failure


Hey I am trying to install my drivers but everytime I run the ./make_install.sh I get a segmentation fault error.
 
Old 07-25-2004, 08:07 PM   #2
Russb
Member
 
Registered: Jul 2004
Location: Sembach AB, Germany
Distribution: Gentoo Linux
Posts: 65

Rep: Reputation: 15
Gotta love the one liners!

Tell us where you got the file, which one it is, and the steps you take to install it. What you wrote isn't even a question! More info please!

 
Old 07-26-2004, 12:10 AM   #3
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
sorry a bit confused and stuff. I got the file from ATi. I got the one with the highest version number for Xfree but I use xorg do you thinkt hat could be the issue? I followed the steps in the guide someone wrote here. extracted it and then I ran the sh make.sh.....then I ran the make_install.sh after changing the permissions and what not.
 
Old 07-26-2004, 02:21 AM   #4
Nan
LQ Newbie
 
Registered: Mar 2004
Location: Denmark
Distribution: Slackware 10.0
Posts: 18

Rep: Reputation: 0
The XFree 3.3.0 version installs just fine with Xorg, are you using the 2.6.x kernel by any chance?

Edit.

Here is what I did (pulling it out of my head as im at not home)

init 3
rpm2tgz ati...rpm
installpkg ati.....tgz
cd /lib/modules/fglrx/build_mod/
sh make.sh
cd ..
sh make_install.sh
fglrxconfig
rename the XF86Config file to xorg.conf and put it into /etc/X11 if its not already there
startx

probably have to reboot, I forgot.

Last edited by Nan; 07-26-2004 at 02:33 AM.
 
Old 07-26-2004, 09:12 AM   #5
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
Yup I am using 2.6.7 I installed the patch as directed....I used the ones for Xfree4.3.0
Here is my results from running sh make.sh


root@S2D2:/lib/modules/fglrx/build_mod# sh make.sh
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
skipping patch for 'drm_os_linux.h', not needed
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.7/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/linux-2.6.7'
Building modules, stage 2.
MODPOST
make[1]: Leaving directory `/usr/src/linux-2.6.7'
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.
==============================

and then my sh make_install.sh

root@S2D2:/lib/modules/fglrx# sh make_install.sh
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
make_install.sh: line 341: 3504 Segmentation fault modprobe $module
failed.
root@S2D2:/lib/modules/fglrx#

Should I try different versions of the xfree for the ati drivers?

Last edited by stabile007; 07-26-2004 at 09:14 AM.
 
Old 07-26-2004, 09:54 AM   #6
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
well the older versions did not work either
 
Old 07-27-2004, 12:11 PM   #7
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
I checked my kernel and the radeon drivers are checked off in the kernel config.....but I need to use ATi drivers for Xorg because for some reason it can't detect my radeon card.
 
Old 07-28-2004, 02:17 AM   #8
isis
LQ Newbie
 
Registered: Oct 2003
Location: Saarland, Germany
Distribution: Slackware
Posts: 22

Rep: Reputation: 15
Maybe it helps:

I have Slackware 10 with Kernel 2.6.7 from cd2/testing installed.
I had a problem installing the ati - driver acoording to the tutorial in the forum here too.

I finally found out that I updated the gcc - packages as well, after downgrading them to the original version from slackware 10 it worked perfectly.
 
Old 07-28-2004, 08:39 AM   #9
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
Hmm I haven't upgraded them at all but I did just get slackware maybe I need an older version?
 
Old 07-28-2004, 11:43 PM   #10
isis
LQ Newbie
 
Registered: Oct 2003
Location: Saarland, Germany
Distribution: Slackware
Posts: 22

Rep: Reputation: 15
Have you tried "modprobe fglrx" ?

I remember it just never worked pn my slackware system before that the ati - installer loaded the module by itself.
 
Old 07-30-2004, 12:41 AM   #11
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
nope gives me a segmentation fault
 
Old 07-30-2004, 02:09 PM   #12
D!lbert
Member
 
Registered: Jun 2004
Location: Poland
Distribution: Slackware
Posts: 37

Rep: Reputation: 15
2 words: try DRI. dri.sf.net || Prologue: you open xorg.config. You need to find line: Load "glx". Then you put down the line Load "dri". Then you're searching for section Device. You have smth. like this (probably) Driver "vesa". You need to change it for Driver "radeon". You save it. restart kde (for ex.) and you watch what's happening. If it starts, you open console and type: glxinfo. You're looking for direct rendering (on top) if it's :Yes, you're in home...
 
Old 08-06-2004, 10:42 AM   #13
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
Darn got past the segmentation fault with the new drivers now I need to know how to enable direct rendering...
 
Old 08-06-2004, 10:50 AM   #14
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 15
there we go got it working
 
  


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
build and Install the module (ATI driver install) michapma Debian 5 11-13-2005 10:30 AM
sound at startup, ATI driver failure, package installations trey31357 Linux - Newbie 2 04-12-2005 09:15 PM
ATI Driver prob: Black screen after driver install linuxboynz Linux - Laptop and Netbook 2 10-19-2004 02:52 AM
I cant install ATI driver JunZ Linux - Software 3 06-05-2004 05:55 PM
Anyone install the new ATI driver? fcaraballo Slackware 12 03-30-2004 12:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:22 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