From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PmzSv-0007bA-Nt for garchives@archives.gentoo.org; Wed, 09 Feb 2011 02:07:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D201C034; Wed, 9 Feb 2011 02:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 14CD51C034 for ; Wed, 9 Feb 2011 02:05:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 614291B40E2 for ; Wed, 9 Feb 2011 02:05:27 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.519 X-Spam-Level: X-Spam-Status: No, score=-2.519 required=5.5 tests=[AWL=0.080, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YcUEsmH8rcom for ; Wed, 9 Feb 2011 02:05:21 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id F3F211B4136 for ; Wed, 9 Feb 2011 02:05:19 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PmzQi-00077f-23 for gentoo-user@gentoo.org; Wed, 09 Feb 2011 03:05:16 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Feb 2011 03:05:16 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Feb 2011 03:05:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: james Subject: [gentoo-user] Re: [drm] loading RV710 Microcode fails Date: Wed, 9 Feb 2011 02:05:06 +0000 (UTC) Message-ID: References: <20110209003928.GA5803@pacific.net.au> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101214 Gentoo/2.0.11 SeaMonkey/2.0.11) X-Archives-Salt: X-Archives-Hash: 0ea2747500cffdeccf902d4d4f3adba9 Gregory Shearman gmail.com> writes: > CONFIG_EXTRA_FIRMWARE_DIR="" > This should show the kernel the directory where your firmware is stored. > Mine is in /lib/firmware. Now I have ls /lib/firmware/ RV710_me.bin RV710_me.bin.ihex RV710_pfp.bin.gen.o RV710_me.bin.gen.S RV710_pfp.bin RV710_pfp.bin.ihex RV710_me.bin.gen.o RV710_pfp.bin.gen.S radeon ls /lib/firmware/radeon/ CEDAR_me.bin CYPRESS_pfp.bin JUNIPER_rlc.bin R700_rlc.bin SUMO_rlc.bin CEDAR_pfp.bin CYPRESS_rlc.bin PALM_me.bin REDWOOD_me.bin CEDAR_rlc.bin JUNIPER_me.bin PALM_pfp.bin REDWOOD_pfp.bin CYPRESS_me.bin JUNIPER_pfp.bin R600_rlc.bin REDWOOD_rlc.bin Before I emerge radeon-ucode, I tried it with just the lib/firmware files. I think I need to select one file name out of that dir for the parameter CONFIG_EXTRA_FIRMWARE=""? but which one? Since I use ati-drivers, I should unmerge radeon-ucode ? James