LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-09-2013, 04:24 AM   #1
lpwevers
Member
 
Registered: Apr 2005
Location: The Netherlands
Distribution: SuSE, CentOS
Posts: 181

Rep: Reputation: 21
ATI Radeon HD 3450 firmware issue on OpenSuSE 13.1


Hi,

I've installed OpenSuSE 13.1 on a system with an ATI Radeon HD 3450 card. I'd really like to have the 3D acceleration enabled, however, for some reason I cannot get it to work. The output of dmesg tells me there's something wrong when loading the firmware for the card:
Code:
dmesg | grep drm
[    1.668747] [drm] Initialized drm 1.1.0 20060810
[    1.677644] [drm] radeon kernel modesetting enabled.
[    1.677694] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[    1.678712] [drm] initializing kernel modesetting (RV620 0x1002:0x95C5 0x1028:0x0342).
[    1.678724] [drm] register mmio base: 0xFE9F0000
[    1.678725] [drm] register mmio size: 65536
[    1.678907] [drm] Detected VRAM RAM=256M, BAR=256M
[    1.678908] [drm] RAM width 64bits DDR
[    1.678971] [drm] radeon: 256M of VRAM memory ready
[    1.678972] [drm] radeon: 512M of GTT memory ready.
[    1.678986] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    1.679603] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    1.684052] [drm] Loading RV620 Microcode
[    1.707579] [drm:r600_startup] *ERROR* Failed to load firmware!
[    1.708820] [drm] Radeon Display Connectors
[    1.708822] [drm] Connector 0:
[    1.708823] [drm]   DIN-1
[    1.708824] [drm]   Encoders:
[    1.708825] [drm]     TV1: INTERNAL_KLDSCP_DAC2
[    1.708826] [drm] Connector 1:
[    1.708827] [drm]   DVI-I-1
[    1.708828] [drm]   HPD1
[    1.708829] [drm]   DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[    1.708830] [drm]   Encoders:
[    1.708831] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    1.708832] [drm]     DFP2: INTERNAL_KLDSCP_LVTMA
[    1.708833] [drm] Connector 2:
[    1.708834] [drm]   DVI-I-2
[    1.708835] [drm]   HPD2
[    1.708836] [drm]   DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
[    1.708837] [drm]   Encoders:
[    1.708838] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    1.708839] [drm]     DFP1: INTERNAL_UNIPHY
[    1.708859] [drm] Internal thermal controller with fan control
[    1.708886] [drm] radeon: power management initialized
[    1.752345] [drm] fb mappable at 0xD0141000
[    1.752347] [drm] vram apper at 0xD0000000
[    1.752348] [drm] size 8294400
[    1.752349] [drm] fb depth is 24
[    1.752350] [drm]    pitch is 7680
[    1.752402] fbcon: radeondrmfb (fb0) is primary device
[    1.760267] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    1.760271] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:00.0 on minor 0
However, I do have the firmware installed (and I made sure the file is actually there):
Code:
ls -l /usr/lib/firmware/radeon/R600_rlc.bin 
-rw-r--r-- 1 root root 3072 Jul 28 23:39 /usr/lib/firmware/radeon/R600_rlc.bin
I did find an old thread here [SOLVED] r600_cp: Failed to load firmware "radeon/R600_rlc.bin" which basically states that I should rebuild my kernel. Now that's something I really don't want to do. Is there another way to get this working on OpenSuSE?

Kind Regards,
Louis
 
Old 11-09-2013, 11:45 PM   #2
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'm not a rebuild expert on the kernel by far; sorry-

Maybe a more experienced member with that will chime in.

You probably already have but I'll ask anyway: did you install the Propritary ATI Linux Driver?
http://support.amd.com/en-us/download

I'm thinking that your Radeon 3450 is your on-board? What mobo do you have?

http://forums.opensuse.org/english/g...hd-5450-a.html

http://en.opensuse.org/SDB:Configuring_graphics_cards
http://forums.opensuse.org/english/g...rx-radeon.html

HTH
 
Old 11-10-2013, 04:03 AM   #3
lpwevers
Member
 
Registered: Apr 2005
Location: The Netherlands
Distribution: SuSE, CentOS
Posts: 181

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by Ztcoracat View Post
Hi:

I'm not a rebuild expert on the kernel by far; sorry-

Maybe a more experienced member with that will chime in.

You probably already have but I'll ask anyway: did you install the Propritary ATI Linux Driver?
http://support.amd.com/en-us/download

I'm thinking that your Radeon 3450 is your on-board? What mobo do you have?

http://forums.opensuse.org/english/g...hd-5450-a.html

http://en.opensuse.org/SDB:Configuring_graphics_cards
http://forums.opensuse.org/english/g...rx-radeon.html

HTH
Hi,

Thanks for the reply. No I have not installed the proprietary fglrx driver. Point is, I can't, since OpenSuSE 13.1 comes with Xorg 1.14, which is not supported by the legacy driver.

But reading more and more on the issue I managed to get it working. So for everyone having the same issue, this is what caused it. The motherboard has an Intel chipset, and Linux was installed with that. Later on I added the Radeon card, which led to the issue described above.

Reading all about having to recompile the kernel because the firmware should be included in the boadloader config, this morning I decided to reinstall the kernel package as well, as this results in the bootloader configuration being regenerated.

Having done that, and rebooted the system, presto, it works like a charm. No need to downgrade my OpenSuSE to 12.2 to use the fglrx driver.

Kind regards,
Louis
 
Old 11-10-2013, 09:30 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
Thanks for sharing that you later added a radeon card.

So;...if you don't mind for clarification purposes:-

Recompiling the kernel and reinstalling the kernel pkg's is what gave you the 3D acceleration that you wanted? Y/N

Last edited by Ztcoracat; 11-10-2013 at 09:36 PM.
 
Old 11-11-2013, 04:47 AM   #5
lpwevers
Member
 
Registered: Apr 2005
Location: The Netherlands
Distribution: SuSE, CentOS
Posts: 181

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by Ztcoracat View Post
Thanks for sharing that you later added a radeon card.

So;...if you don't mind for clarification purposes:-

Recompiling the kernel and reinstalling the kernel pkg's is what gave you the 3D acceleration that you wanted? Y/N
Close. I didn't recompile the kernel. I just reinstalled the kernel package from the OpenSuSE distribution. This worked some magic that gave me the 3D acceleration I always wanted.
 
Old 11-11-2013, 07:06 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
Thanks -

I'll share this with others that may have a similar case as yours:-

Have a good week; lpwevers!
 
  


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
Free firmware for ATI Radeon... ever? hydraMax Linux - General 4 08-10-2012 04:30 PM
[SOLVED] ATI Mobility Radeon on OpenSuse 11.4 fglrx/driver issue Tekth Linux - Hardware 6 05-18-2011 06:07 PM
Setting up a ATI Radeon HD 3450 Chargh Linux - Hardware 11 09-11-2009 03:16 PM
ATI MOBILITY Radeon HD 3450 on Fedora dflo404 Linux - Newbie 9 07-23-2009 12:47 PM
ATI Radeon 3450 and Dell studio-no sound no video jc_anthro Linux - Hardware 7 05-05-2009 11:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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