LinuxQuestions.org
Visit Jeremy's Blog.
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 02-21-2012, 04:31 AM   #1
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Rep: Reputation: 1
Cannot get the official AMD drivers to work with Fedora 16.


Please excuse me for my other topic. It was rude, I know, but I'm kinda upset that those drivers won't work. They cause GNOME3 not to boot and jump into fallback mode.

This is what my laptop looks like:

AMD Athlon x2 P360 CPU
AMD Radeon HD 6650M GPU
4GB DDR3 RAM
640GB HDD

It's make and model is Acer Aspire 5552G. I don't remember its full model number, but do note that there are a few different 5552G models and I couldn't find mine up for sale anywhere, strangely enough.
 
Old 02-21-2012, 10:56 AM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
In a console, please run 'lspci' and show us the output. Can you also attach or pastebin your /var/log/Xorg.0.log file?

Adam
 
Old 02-21-2012, 12:11 PM   #3
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by adamk75 View Post
In a console, please run 'lspci' and show us the output. Can you also attach or pastebin your /var/log/Xorg.0.log file?

Adam
Sure thing!

lspci:

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 1)
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler [AMD Radeon HD 6600M Series]
01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Turks HDMI Audio [Radeon HD 6000 Series]
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
08:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)


Regarding the xorg0.log file, I had to try different sites as most didn't allow texts over 500kb in size, but eventually I found one!

Link: http://paste.org/45773

Last edited by CrazyGuy158; 02-21-2012 at 12:43 PM.
 
Old 02-21-2012, 12:28 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well you don't have a hybrid GPU, which is good.

However, you're talking about the official AMD drivers not working, but your Xorg log file shows you using the open source radeon driver (which does, indeed, appear to have some issue with your setup). Did you uninstall the proprietary driver? We need to see the log file from when you actually used the proprietary driver if we're going to help you get the proprietary driver working.

Adam
 
Old 02-21-2012, 12:44 PM   #5
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by adamk75 View Post
Well you don't have a hybrid GPU, which is good.

However, you're talking about the official AMD drivers not working, but your Xorg log file shows you using the open source radeon driver (which does, indeed, appear to have some issue with your setup). Did you uninstall the proprietary driver? We need to see the log file from when you actually used the proprietary driver if we're going to help you get the proprietary driver working.

Adam
When I ran the prop driver, gnome 3 failed to start. If you want, though, I can install the amd prop drivers again and re-post the log file with the prop drivers installed?
 
Old 02-21-2012, 12:46 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Yeah, we'll have to see that log file, otherwise we're just guessing :-)

Adam
 
Old 02-21-2012, 01:02 PM   #7
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by adamk75 View Post
Yeah, we'll have to see that log file, otherwise we're just guessing :-)

Adam
Got it. I installed the prop drivers, and as expected, Gnome 3 failed to load. Here is an updated paste of the log file you required.

http://paste.org/45778
 
Old 02-21-2012, 01:06 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Code:
(WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
Looks to me that the installation didn't go properly. How did you install the driver? Did it show/log any errors?

Adam
 
Old 02-21-2012, 01:12 PM   #9
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by adamk75 View Post
Code:
(WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
Looks to me that the installation didn't go properly. How did you install the driver? Did it show/log any errors?

Adam
I did the following:

Went into my downloads directory and opened the terminal. Got root access. Chmodd 755 on the .run file and then sh'd it. All of this through the console. Then some gtk+ GUI popped up and I chose to install. I was told the installation was successful and a reboot was required. Didn't give me any errors.
 
Old 02-21-2012, 01:17 PM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well I just tried on my F16 installation here, and it did build the kernel module. What's the output of these commands:

Code:
uname -r
rpm -qa | grep kernel-
dmesg | grep drm
 
Old 02-21-2012, 02:34 PM   #11
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by adamk75 View Post
Well I just tried on my F16 installation here, and it did build the kernel module. What's the output of these commands:

Code:
uname -r
rpm -qa | grep kernel-
dmesg | grep drm
Shall I try these on the ati prop drivers? Because I uninstalled them.
 
Old 02-21-2012, 03:00 PM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Yes. The first two are so we can see if you have the kernel-devel package that matches the kernel you are currently running. The last one is to confirm that the open source radeon kernel module isn't loaded when you try to use fglrx.

Adam
 
1 members found this post helpful.
Old 02-21-2012, 03:10 PM   #13
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
wouldn't it be easier to go to rpmfusion.org install it then, yum install kmod-fglrx
 
Old 02-21-2012, 03:19 PM   #14
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by adamk75 View Post
Yes. The first two are so we can see if you have the kernel-devel package that matches the kernel you are currently running. The last one is to confirm that the open source radeon kernel module isn't loaded when you try to use fglrx.

Adam
I see. I am only too happy to help.

uname -r

3.1.0-7.fc16.x86_64

Hmm.. that sure is odd. I am almost certain it loaded some other kernel before.

rpm -qa | grep kernel-

kernel-3.1.0-7.fc16.x86_64

dmesg | grep drm

Hmm.. something is definitely not right here. That command produced nothing. That seems like something that should load, doesn't load.
 
Old 02-21-2012, 03:21 PM   #15
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
I think adamk75 is doing great on this for you but I wanted to chime in for a second. It also may be that after a number of attempts you might have to do a clean install of the OS and try again. Consider it if you get stuck.
 
  


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
Need HELP please-Ubuntu provided drivers vs. ATI official drivers smiley_lauf Ubuntu 2 02-12-2006 11:30 AM
Nedd HELP please-Ubuntu provided drivers vs. ATI official drivers smiley_lauf Ubuntu 1 02-11-2006 09:01 AM
Can NVidia drivers work on Fedora/ 2.6 Kernel? alex00p Fedora 1 02-09-2006 10:28 AM
tvtime does not work with official ATI drivers!! mrosati Linux - Software 0 09-30-2005 03:35 AM
Nforce drivers will they work with FEDORA? suncloud Linux - Software 4 11-19-2003 09:43 AM

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

All times are GMT -5. The time now is 11:55 AM.

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