From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-41675-garchives=archives.gentoo.org@gentoo.org>) id 1FgdiU-0004WM-Nn for garchives@archives.gentoo.org; Thu, 18 May 2006 08:18:43 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k4I8GSRq010017; Thu, 18 May 2006 08:16:28 GMT Received: from ender.volumehost.net (adsl-69-154-123-202.dsl.fyvlar.swbell.net [69.154.123.202]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k4I85iP9003030 for <gentoo-user@lists.gentoo.org>; Thu, 18 May 2006 08:05:44 GMT Received: from localhost (localhost [127.0.0.1]) by ender.volumehost.net (Postfix) with ESMTP id DACC314B9A for <gentoo-user@lists.gentoo.org>; Thu, 18 May 2006 08:05:43 +0000 (UTC) Received: from ender.volumehost.net ([127.0.0.1]) by localhost (ender.volumehost.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01855-04 for <gentoo-user@lists.gentoo.org>; Thu, 18 May 2006 08:05:41 +0000 (UTC) Received: from ip70-178-170-16.ks.ks.cox.net (ip70-178-170-16.ks.ks.cox.net [70.178.170.16]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ender.volumehost.net (Postfix) with ESMTP id 28E1D14B7C for <gentoo-user@lists.gentoo.org>; Thu, 18 May 2006 08:05:41 +0000 (UTC) From: "Boyd Stephen Smith Jr." <bss03@volumehost.net> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Probems with radeon and drm after using kernel-2.6.16-gentoo-r7 Date: Thu, 18 May 2006 03:05:32 -0500 User-Agent: KMail/1.9.1 References: <20060518071711.32569.qmail@web27403.mail.ukl.yahoo.com> In-Reply-To: <20060518071711.32569.qmail@web27403.mail.ukl.yahoo.com> X-Eric-Conspiracy: There is no conspiracy Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1502890.PPip3E6vGJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200605180305.36971.bss03@volumehost.net> X-Virus-Scanned: amavisd-new at volumehost.net X-Archives-Salt: 98ea5cdc-043f-460d-861e-55b09061ee1b X-Archives-Hash: c5b87fe63f67abcf3c9aea90ac3197e9 --nextPart1502890.PPip3E6vGJ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 18 May 2006 02:17, JC Denton <jcdentonmail@yahoo.de> wrote=20 about '[gentoo-user] Probems with radeon and drm after using=20 kernel-2.6.16-gentoo-r7': > Hello! > > I am building a kernel-2.6.16-gentoo-r7 but I have a problem. First I > tried to use greempt for the cpu. Because this does not work I build the > kernel without again. But I still get : > > drm: version magic '2.6.16-gentoo-r7 PENTIUMM gcc-3.4' should be > '2.6.16-gentoo-r7 preempt PENTIUMM gcc-3.4' [drm] Initialized drm 1.0.1 > 20051102 > radeon: version magic '2.6.16-gentoo-r7 PENTIUMM gcc-3.4' should be > '2.6.16-gentoo-r7 preempt PENTIUMM gcc-3.4' > > Any ideas about this? Your out-of-tree modules are still compiled against your old config. To=20 fix this: 1) Correct your /usr/src/linux symlink, if needed, so that it points to the= =20 source tree of your running kernel. 2) Make sure the /usr/src/linux/.config file matches your running config. = =20 If you have no qualms about trampling the existing file this is easy=20 enough to do with 'zcat /proc/config.gz > /usr/src/linux/.config'. 3) emerge module-rebuild 4) module-rebuild -X rebuild That should make sure the modules installed are appropriate for your=20 running kernel. It could also be that your in-tree modules got compiled, but never=20 installed over the old versions. If that's the case, follow steps 1 and 2= =20 above, but then: 3) cd /usr/src/linux; make modules_install That will compile the modules against the current config (if necessary) and= =20 install them under /lib/modules/$(uname -r) where modprobe expects them to= =20 be. =2D-=20 "If there's one thing we've established over the years, it's that the vast majority of our users don't have the slightest clue what's best for them in terms of package stability." =2D- Gentoo Developer Ciaran McCreesh --nextPart1502890.PPip3E6vGJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQBEbCrQq72nDbhDXToRAoYxAKCUd9ABsmZhsZYiRyiBLDWivQrcsgCfeTci XLhRgCtvxUeAeTOJVd1sICo= =xsZI -----END PGP SIGNATURE----- --nextPart1502890.PPip3E6vGJ-- -- gentoo-user@gentoo.org mailing list