Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: DRM Problem : Radeon HD 7670M
Date: Sat, 26 Mar 2016 17:06:49
Message-Id: loom.20160326T174711-19@post.gmane.org
In Reply to: [gentoo-user] DRM Problem : Radeon HD 7670M by JingYuan Chen
1 JingYuan Chen <phil.cyc <at> gmail.com> writes:
2
3
4 > I had installed Gentoo in my laptop  successfully last weekend. My laptop
5 is Toshiba Satellite L840. I found that my VGA card is Radeon HD 7670M using
6 "lspci -k" command. Therefore, I refer to Gentoo's Radeon wiki page to
7 configure 4.1.15-r1 kernel with TURKS firmware and emerge linux-firmware atom.
8 > However, my new kernel can not load TURKS successfully. I notice that
9 there is an error message with DRM in dmesg's output. It shows
10 [drm:evergreen_init] *ERROR* Failed to load firmware.
11 > Why Evergreen ? Is not Northern Islands ? I am sure that the filename I
12 gave is TURKS's firmware in menuconfig.
13 > How could I make the dmesg's error message more verbose to debug ?
14 > Are there some configurations should I check again ?
15 > p.s. I built it in kernel not in modules.
16 > Any advice would be greatly appreciated.
17
18
19 Look directly into /lib/firmware/radeon/ and make sure you do not have
20 a typo somewhere.
21
22 Building directly into the kernel is a really good idea for video drivers.
23
24 Another tool you may want to check out, is Rich0's kernel crash dump page::
25
26 https://wiki.gentoo.org/wiki/Kernel_Crash_Dumps
27
28
29 Last, when all else fails and is actually quite easy is to find a
30 liveCD/DVD, from any distro that boots your lappy with the radeon driver
31 that works. Then you parse about to find the one it uses. Some of these
32 drivers are very close in the components and vendor card vendors have
33 a 'malaise' of dis information surrounding the exact specs of the video
34 components in there hardware, particularly laptop and tablet vendors.
35
36
37 Just keep looking around, trying different ones out and something will
38 work, eventually.
39
40 'lspci -k' show video driver details use on a generic livedvd booted system.
41
42 A livedvd was created to give away at a recent california conference but I
43 did not see it posted anywhere on the Release Engineering project pages.
44 There are other gentoo derivative distros with livedvd you can bootup
45 to help find the correct driver.
46
47
48
49 good hunting,
50 James

Replies

Subject Author
Re: [gentoo-user] Re: DRM Problem : Radeon HD 7670M JingYuan Chen <phil.cyc@×××××.com>