On May 10, 2014 4:29 PM, Ken Moffat <[email protected]> wrote:
>
> On Sat, May 10, 2014 at 03:50:04PM -0400, David wrote:
> > I think framebuffer is the way I need to go, and I see how to add that to 
> > the kernel.  I'm now seeing an error in the log when I boot. 
>
> Framebuffer, with KMS (kernel modesetting) is definitely the way to
> go on modern hardware.
>
> > "Failed to load firmware radeon/R600_rlc.bin"  Ah ha!  So I need firmware, 
> > says I.
> > Now in digging around in the contents of the kernel source I see a firmware 
> > folder which has a radeon folder.  That contains R600_me.bin.ihex and 
> > R600_pfp.bin.ihex.  I have to assume those are not what I need?  Or are 
> > they? 
> > 
> Probably not - getting the right firmware loaded on radeons may
> need a few attempts.  Modern firmware is no longer distributed with
> the kernel (licensing issues - you do not usually et the source, and
> perhaps the amount of churn), only some old fw lingers in the kernel
> tree.
>
> Over time, the requirements can change, and you need to identify
> which particular radeon variant you have.  Start by looking at the
> Xorg Drivers page in BLFS, go down to the ATI driver and see the
> note about _where_ to obtain radeon firmware.
>
> Then go down to "Kernel Configuration for additional firmware".
> Follow the link to the Decoder ring for engineering vs marketing
> names and work out _which_ radeon you have.  Then read the example
> and adapt it to your hardware.  The .bin files need to be installed
> into /lib/firmware, and the kernel needs to be told to look there -
> that will ensure that they are still present if you later build a
> newer kernel from fresh source.
>
> Also note the tip - you might need to check dmesg more than once.
> When you get everything working, keep a note of what you needed ;)
>
> Good luck with this, sometimes it is a walk in the park, at other
> times it isn't at all nice.  You might also have to revisit this
> when you build Xorg, to add more firmware : on one of my machines it
> needed some amount of fw to boot to KMS in a console, and some more
> to get Xorg working with the ati driver.
>
> ĸen
> -- 
> das eine Mal als Tragödie, dieses Mal als Farce
> -- 
> http://lists.linuxfromscratch.org/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page

Thank you Ken, that is helpful information.  You are right, the contents of the 
firmware directory did not give me what I wanted, but I did find the correct 
firmware and install it. It's looking good now.

Now, on to X!
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to