Gentoo Archives: gentoo-user

From: Gregory Shearman <zekeyg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [drm] loading RV710 Microcode fails
Date: Tue, 08 Feb 2011 21:22:42
Message-Id: 20110208212103.GA4964@pacific.net.au
1 In linux.gentoo.user, you wrote:
2 > Hello,
3 >
4 > I cleanup up a system, per the postings to not use HAL.
5 > k3b does not work, but, I'll look for a fix for it later.
6 >
7 > I keep 2 kernels on this system.
8 >
9 > kernel-2.6.34-gentoo-r12 and kernel-2.6.36-gentoo-r5
10 >
11 > the *36 does not work. I have copied it over from
12 > an identical system, build new kernels an still it
13 > fails with the verbiage listed in the title.
14
15 Are you using kernel modesetting? If you are then you have to get your
16 microcode built into the kernel.
17
18 You need CONFIG_EXTRA_FIRMWARE, and provide the filenames of the
19 firmware you require (in the form of a space delimited string) to run
20 your graphics card.
21
22 You also need CONFIG_EXTRA_FIRMWARE_DIR to tell the kernel where to find
23 the microcode. Mine is set to /lib/firmware.
24
25 > Reboot and Running:
26 > xorg-server-1.9.2 ati-drivers-10.11
27 > xorg-x11-7.4-r1 kernel-2.6.34-gentoo-r12
28 > with no hald all is fine?
29 > The old kernel was built with hal and hald
30 > running, if that makes a difference.....?
31
32 I don't think it has anything to do with HAL. Check to make sure if you
33 are now running Kernel Modesetting where the previous kernel wasn't.
34
35 --
36 Regards,
37 Gregory.

Replies

Subject Author
[gentoo-user] Re: [drm] loading RV710 Microcode fails James <wireless@×××××××××××.com>