You are not logged in.

#1 2014-02-19 02:35:16

jtag1458
Member
Registered: 2013-02-18
Posts: 9

Problem Installing AMD Proprietary Driver.

Hey Guys,
   
    As the title says I am having a problem installing the amd catalyst beta driver. I tried installing it and it completely screwed everything up. Now I have a fresh install of Arch, and the only packages that I have installed apart from xf86-video-ati and xorg are enlightenment, lightdm, gnome, base-devel, and firefox. Im not sure what is wrong. The only thing it mentioned in the log was something about needing 3.8 headers, but if i am not mistaken Arch has 3.12. I also installed it on a linux mint system with 3.11 and it went without any issue. I believe that it is supposed to work on 3.12, but im not sure what I need to get it to install on my system. Any help would be much appreciated.

Offline

#2 2014-02-19 10:47:50

Rexilion
Member
Registered: 2013-12-23
Posts: 784

Re: Problem Installing AMD Proprietary Driver.

What method are you using to install? The installer from Ati or an (altered?) PKGBUILD from AUR?

Where exactly do you 'screw things up'?

Last edited by Rexilion (2014-02-19 10:48:52)


fs/super.c : "Self-destruct in 5 seconds.  Have a nice day...\n",

Offline

#3 2014-02-19 14:32:21

jtag1458
Member
Registered: 2013-02-18
Posts: 9

Re: Problem Installing AMD Proprietary Driver.

I am using the beta installer from ati. When I first ran the installer it gave an error that said "Missing the Required Build tools" or something like that. The log said "Missing Kernel Headers". I had base-devel and the linux-headers package, so I ran it again with --force. It gave an error at the last part of the installation and the log said Missing Kernel Headers for 3.8. Then when I rebooted of course X didn't start, but it was doing something I have never seen before. It was flooding the shell something about AMD VI it persisted through shell login untill I shut it down again.

Offline

#4 2014-02-19 15:01:35

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: Problem Installing AMD Proprietary Driver.

  1. Why did you feel the need to install it outside of pacman?

  2. What possessed you to use --force before asking for help?

Forcing installation of anything can be a pretty bad idea (even when it is done through pacman). Forcing it outside pacman makes it significantly harder to troubleshoot.

But, unless you at least post some error output (please use code tags or a paste client like sprunge.us or ix.io), no one will be able to help.

All the best,

-HG

Offline

#5 2014-02-19 15:01:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problem Installing AMD Proprietary Driver.

jtag1458 wrote:

I am using the beta installer from ati

Please post a link to the AUR or some upstream download page.

Have you tried https://aur.archlinux.org/packages/catalyst-test/ ?

Offline

#6 2014-02-24 16:44:26

jtag1458
Member
Registered: 2013-02-18
Posts: 9

Re: Problem Installing AMD Proprietary Driver.

Sorry for getting back so late. @HalosGhost I have always used the one that came directly from AMD and since this is my first time using Arch i did not know that I would run into problems trying to use it. As far as the --force thing goes. I had a "What the Hell Moment". @Archivist: catalyst-test worked, but my sound via HDMI does not.

aplay -l shows my HDMI:

**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 0: ALC887-VD Analog [ALC887-VD Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

I also tried  aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav and it worked without any error.

I then tried creation an .asoundrc file like the wiki said https://wiki.archlinux.org/index.php/Ad … s_not_work and that did not work either.

Last edited by jtag1458 (2014-02-24 16:45:14)

Offline

#7 2014-02-24 16:49:48

Rexilion
Member
Registered: 2013-12-23
Posts: 784

Re: Problem Installing AMD Proprietary Driver.

You should show us the contents of ~/.asoundrc.


fs/super.c : "Self-destruct in 5 seconds.  Have a nice day...\n",

Offline

#8 2014-02-24 17:06:48

jtag1458
Member
Registered: 2013-02-18
Posts: 9

Re: Problem Installing AMD Proprietary Driver.

I tried

pcm.!default {
  type hw
  card 0
  device 3
}

and

defaults.pcm.card 0
defaults.pcm.device 3
defaults.ctl.card 0

The bottom one makes the HDMI disapear from the sound manager and causes aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav to spit out an error saying:

aplay: main:722: audio open error: Device or resource busy

Offline

Board footer

Powered by FluxBB