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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-14-2009, 04:26 AM
|
#1
|
LQ Newbie
Registered: Dec 2008
Posts: 5
Rep:
|
Ati driver installation
Hello,
I am trying to install, ATI graphics driver for my laptop with ATIx1300 and openSUSE 10.3.
I have installed this driver without any problems(a year ago). But the same procedure doesn't work now.(Ohh linux ohh...!). In my earlier notes I had written the installation procedure like that:
cd /usr/src/linux-2.6.22.5-31
make mrproper
make cloneconfig
make modules_prepare
make clean
rpm -e $(rpm -qa | grep fglrx)
cd ~/Desktop
sh ./ati-driver-installer-8-4-x86.x86_64.run --buildpkg SuSE/SUSE102-IA32
rpm -Uvh fglrx_7_1_0_SUSE102-8.476-1.i386.rpm
ldconfig
init 3
sax2 -r -m 0=fglrx
That should have worked; but now, after "make modules_prepare" command i get errors like:
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/i386/kernel/asm-offsets.s
cc1: error: unrecognized command line option "-mregparm=3"
cc1: error: unrecognized command line option "-march=i586"
cc1: error: unrecognized command line option "-maccumulate-outgoing-args"
make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
I have gcc, g++, kernel-source, etc.. everything installed! What may be the problem? I am writing this post on a 800x600 resolution screen! Please, somebody help...
|
|
|
02-14-2009, 10:36 AM
|
#2
|
LQ Guru
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465
Rep:
|
I don't know if this is related to your problem but you're using quite an old ati-driver-installer. You use version 8.4 (April 2008) and the most recent for the x1300 is version 9.1. You might want to download the most recent version from the ATI site. You have installed the source and headers for your current kernel, yes?
cheers,
jdk
|
|
|
02-14-2009, 05:10 PM
|
#3
|
LQ Newbie
Registered: Dec 2008
Posts: 5
Original Poster
Rep:
|
Actually I know it is old; but it had worked before ;tested! .So tested is good :-) I don't know what i did wrong this time..
Yes , kernel headers and kernel source are all installed. I think it is a compiler related problem but i am not sure
|
|
|
02-14-2009, 09:57 PM
|
#4
|
LQ Guru
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465
Rep:
|
Quote:
Originally Posted by yagabey
Actually I know it is old; but it had worked before ;tested! .So tested is good :-) I don't know what i did wrong this time..
Yes , kernel headers and kernel source are all installed. I think it is a compiler related problem but i am not sure
|
The method of installing the drivers on Suse seems wildly different from what is used on debian-based systems (I'm glad I use debian ). You seem to be building only one rpm from the ati-driver-installer. When I do the equivalent command with the --buildpkg Debian/lenny setting instead of the Suse setting, I get 4 debian packages (debs) and I only build the module after having installed the debs. In the old days, openoffice downloaded from the OOo site only came with RPMs and not DEBs and I used alien to convert the RPMSs to DEBs but there was a one-to-one realtion between RPM and DEB. So this situation is very strange. Anyway, clearly I don't know or understand anything about Suse.
Cheers,
jdk
Last edited by jdkaye; 02-14-2009 at 10:01 PM.
|
|
|
All times are GMT -5. The time now is 07:13 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|