LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-26-2014, 06:14 AM   #1
ZZII
Member
 
Registered: Dec 2014
Location: house
Distribution: Fedora Cinnamon 30
Posts: 61

Rep: Reputation: Disabled
Error when installing AMD Catalyst driver


I am suffering occasional disturbances in Libre Writer. Writing can disappear at times or appear where it is not supposed to be. I have tried installing drivers for my Sapphire Radeon GPU but get ¨One or more of the tools required for installation cannot be found on the system¨ i have tried many things using sudo apt-get that people have suggested, but no success. The driver i have downloaded is the only one that came up in the search on AMD (the Sapphire site tried to send me there (got a 404 but worked out it was just the ati support site judging by url))

Specs:
PCLinuxOS KDE 64-bit fully updated
Custom PC (Asus A8R32 MVP ´board)
CrossFireX 2x Sapphire Radeon HD 3870
AMD Athlon 64 X2 Dual core 4200+ (i think, no sticker but says at boot)

thanks, ZZII
 
Old 12-26-2014, 10:04 AM   #2
albinard
Member
 
Registered: Jan 2011
Location: New Mexico
Distribution: Xubuntu Core
Posts: 185

Rep: Reputation: 59
I believe your Radeon HD 3870 requires an older fglrx driver than the ones offered currently. Here is the way you can purge the old one (it should work nearly the same for PCLinuxOS):
https://wiki.ubuntu.com/X/Troublesho...o_purge_-fglrx

Then you can install the older fglrx driver that will handle your card:
sudo apt-get install fglrx=2:8.960-0ubuntu1
sudo apt-mark hold fglrx
The apt-mark hold is absolutely necessary, because otherwise it will be killed in an update. You will still hget an update, but it will be a Recommended, and hence optional.

Good luck - I had a toungh time with that a while ago until I found those references!
 
Old 12-26-2014, 07:46 PM   #3
ZZII
Member
 
Registered: Dec 2014
Location: house
Distribution: Fedora Cinnamon 30
Posts: 61

Original Poster
Rep: Reputation: Disabled
thank you! i will try that right now...

(by the way today is actually day 2 of linux for me, surprised how technical it is with commands and all, you barely ever use cmd in windows)

i tried the steps, but on the link you posted the 1st sudo gave me ¨E: Couldn´t find package xorg-driver-fglrx¨. the second gave me the same but with ¨libgll-mesa-glx¨. the third line gave me ¨sudo: dpkg-reconfigure: command not found¨

Last edited by ZZII; 12-26-2014 at 08:58 PM. Reason: tried it
 
Old 12-26-2014, 09:54 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

I am not familiar with pclinuxos so I did some homework.

Pclinuxos is based on Mandriva and Mandriva is origanally forked with Red Hat.
This Pclinuxos website might come in handy in the future.
http://www.pclinuxos.com/

This tutorial on "fglrx" might help you and albinard.-
http://wiki.gentoo.org/wiki/Fglrx#Driver

Look in your Synaptic Package Manager the fglrx driver might be in there and that way Synaptic could install it for you.
http://pclinuxoshelp.com/index.php/U...Your_PCLinuxOS
 
Old 12-27-2014, 02:32 AM   #5
ZZII
Member
 
Registered: Dec 2014
Location: house
Distribution: Fedora Cinnamon 30
Posts: 61

Original Poster
Rep: Reputation: Disabled
thanks, but i am confused with the 2nd link. it´s a bit too confusing for me (used windows for 11 years, linux for 2 days)

on the 3rd one, i searched for both fglrx and catalyst and found AMD proprietary x.org driver and libraries. it says to configure the card using xfdrake. i searched for that too and it said already had it. how do i configure using xfdrake? i am still getting used to finding programs on pclinuxos. i haven´t installed the amd propietary driver yet because i thought id better configure using xfdrake first.

thanks
 
Old 12-27-2014, 11:12 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I found an article about xfdrake here:
http://www.brunolinux.com/06-Fine_Tu...g_XFdrake.html

http://en.wikipedia.org/wiki/File:XFdrake.png

I've never heard of xfdrake until today; sorry.

I think xfdrake is for configuring a Nvidia card.
To find out what graphics card you have open your terminal and run this command:
Code:
lspci | grep -i VGA
It will look something like mine:
Code:
01:05.0 VGA compatible controller: AMD/ATI [Advanced Micro Devices, Inc.] RS780C [Radeon 3100]
The first link is what you need to do for your system but I will have to ask another member with more experience with runlevel 3. Runlevel 4 gives your the GUI so I'm not sure if you would go into konsole mode by holding down Ctrl+Alt+F2 or not. On my system I had to edit a file to change the run level.

Anytime that I installed the AMD drivers on any of my Linux boxes the drivers were very buggy and I had graphics issues.
 
Old 12-28-2014, 06:12 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
After consulting with a member here at LQ I think it would be much easier for you to install the AMD Driver.

1. Download the AMD Catalyst Driver. (AMD Catalyst™ 14.12 Proprietary Linux x86 Display Driver)
Here on this page. http://support.amd.com/en-us/downloa...p?os=Linux+x86

2. Leave it in your Downloads directory.

3. Open your Downloads directory and keep it open. Than open the terminal and type:
cd Downloads hit Enter.
Than you will have yourname@xxxx Downloads type ls and all that you have in your downloads folder will show in the terminal.

4. Now at the prompt type:
bash (name of the driver exactly word for word the way it shows in your Downloads directory).run and hit Enter.


The installer should start and walk you through installing the driver.
When finished close the installer and reboot your pc.
 
Old 12-31-2014, 07:23 PM   #8
ZZII
Member
 
Registered: Dec 2014
Location: house
Distribution: Fedora Cinnamon 30
Posts: 61

Original Poster
Rep: Reputation: Disabled
ok iĺl try what ztc said. i have a .run driver installer already iĺl try that. the one you specified is for 32-bit isn´t it? i have a 64 system and the installer i have is for 64.

i have 2 crossfired sapphire radeon hd 3870 cards

edit: tried it and it gave me: one or more of the tools required for installation cannot be found on the system. blah, blah, blah

i can try the driver you specified if you think its the right one for a 64-bit system.

need any other specs? there are some in the op^^^^

Last edited by ZZII; 12-31-2014 at 07:28 PM.
 
Old 01-01-2015, 06:34 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ZZII View Post
ok iĺl try what ztc said. i have a .run driver installer already iĺl try that. the one you specified is for 32-bit isn´t it? i have a 64 system and the installer i have is for 64.

i have 2 crossfired sapphire radeon hd 3870 cards

edit: tried it and it gave me: one or more of the tools required for installation cannot be found on the system. blah, blah, blah

i can try the driver you specified if you think its the right one for a 64-bit system.

need any other specs? there are some in the op^^^^
There should be '32-bit' and '64-bit' drivers on the AMD webpage that I linked.
Just make sure you select the 64-bit one.-
 
Old 01-01-2015, 06:37 PM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Nice graphic's card's you have!

Is this the right one that you have 2 of?
http://www.sapphiretech.com/presenta...?pid=150&lid=1
 
Old 01-05-2015, 03:07 AM   #11
ZZII
Member
 
Registered: Dec 2014
Location: house
Distribution: Fedora Cinnamon 30
Posts: 61

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Nice graphic's card's you have!

Is this the right one that you have 2 of?
http://www.sapphiretech.com/presenta...?pid=150&lid=1
thanks! will be getting windows eventually to fully utilise it as a gaming pc.

yes that looks like the right one. there are a few very similar models of it and its hard to match it by looking at it as they are different regionally anyway. i know they say sapphire and hd 3870, are blue, and have the same picture of the girl on it.

got the whole pc for free minus a hdd which was cool. i suspect the secondary gpu may not work, gonna check after trying link.
 
Old 01-05-2015, 03:15 AM   #12
ZZII
Member
 
Registered: Dec 2014
Location: house
Distribution: Fedora Cinnamon 30
Posts: 61

Original Poster
Rep: Reputation: Disabled
There were errors during package generation. details can be found at blah blah blah

the log file said:
Package build failed!
Package build utility output:
./packages/RedHat/ati-packager.sh: line 221: rpmbuild: command not found
[Error] Generate Package - error generating package : RedHat/RHEL7_64a
 
Old 01-05-2015, 05:23 PM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Where you able to download and install the AMD driver?
When you downloaded the driver and extracted it there should of been a .run file available for installation.

Looking at this:

Code:
Package build failed!
Package build utility output:
./packages/RedHat/ati-packager.sh: line 221: rpmbuild: command not found
[Error] Generate Package - error generating package : RedHat/RHEL7_64a
This refers to a Red Hat package (rpm). Not a AMD driver or .run script to install the driver.
The driver in the .run script should work well with your sapphire hd 3870 card.

That was nice to have been given a computer basically for free.

-:-If I'm not mistaken Pclinuxos uses either Synaptic or Apt as it's commandline utility.-:-
Not sure how a RH based pkg or Yum came into the picture.

Please give a little more detail.
 
Old 01-05-2015, 06:40 PM   #14
ZZII
Member
 
Registered: Dec 2014
Location: house
Distribution: Fedora Cinnamon 30
Posts: 61

Original Poster
Rep: Reputation: Disabled
oh sorry must´ve messed something up. i ran it fine, but it asked which os i had and it only had red hat and suse and i thought pclinuxos was built off of red hat so i went with the newest red hat that was there. iĺl run again and tell you what it said...

if the secondary gpu is broken will that affect anything?

this pc was from a gamer who´s was now using the pc which replaced the pc that replaced the pc that replaced this one i got for free. it´s a bit old. about the same specs as my laptop, much better than my old desktop that the laptop replaced (the old one is nearly 15 years old, Pentium 4 1.6ghz, 2gb ram, 18gb hdd, prehistoric riva tnt2 gpu)

Last edited by ZZII; 01-05-2015 at 06:47 PM.
 
Old 01-05-2015, 08:43 PM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
if the secondary gpu is broken will that affect anything?
If I had to guess; and the functionality of the one graphics card is failing than I would think that the initialization process will just look at the card that is broken (confirm that it's non-functional) and move on to the next one that is functioning.

If your pretty certain that the one graphic card isn't funtioning properly; when you get the chance you might want to remove it from the motherboard. If it's a laptop than it might be a little more intresting to disesemble than a desktop.

If you know which driver is assisting your graphics card you could try to dmseg the driver and read through the output and see if there is any confirmation that the card is done for.
Code:
dmesg | grep (name of driver)
Driver's and modules are listed in the output of the command lsmod reading through all of the output is still something I'm still learning to ensure that the modules/drivers are loading properly.

Glad to hear that your getting good use out of a pentium.
I studied that if you put a pentium and a celeron next to each other they tick at different beats.
Aside from that I think a pentium (if I recall correctly) has is about 30 % more front bus speed than a celeron.
So...that's good for you.

I've never tried Pclinuxos. What's it like?
What distribution are you actually running on your free machine?
 
  


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
Error installing ATI Catalyst Driver moisespedro Slackware 26 03-07-2014 07:49 PM
amd catalyst 13.12 - libGL error failed to load driver swrast Dr.Thodt Slackware 1 01-25-2014 01:35 AM
[SOLVED] Error when installing AMD Catalyst 13.4 in Slackware 14.1 fakhry Slackware 3 11-18-2013 05:49 AM
LXer: The AMD Catalyst 13.6 proprietary video driver will support the latest AMD APUs — and I really LXer Syndicated Linux News 0 07-10-2013 01:20 PM
LXer: AMD Catalyst 8.02 Linux Driver LXer Syndicated Linux News 0 02-14-2008 09:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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