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 1QUe6L-00020v-JL for garchives@archives.gentoo.org; Thu, 09 Jun 2011 12:12:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A7031C054; Thu, 9 Jun 2011 12:11:05 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id D56DA1C054 for ; Thu, 9 Jun 2011 12:11:04 +0000 (UTC) Received: by wyi11 with SMTP id 11so1412583wyi.40 for ; Thu, 09 Jun 2011 05:11:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=3Usyq6VJ0tmtxt5n4rGB9YLct34llu7DNfeuGEIe1H8=; b=lPlPtC7bnmeZKff6lQqzdf327vswdfbypCJBAv0d8o1gPCydhN0Znk6IJKB5BPUszw xwBhlukAwPeOa/qCxZQ5z2IZ2ztw52uvIc/hQwaA+S3BFBtDAHTSQ/DatP18Ejohy9Xd ce5H5w69Iq4S7TwwkJ8LHQhK+blcc+ZKS2bh0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=d45Y2f9fjngEhW1s9dLDM5S0w0hBviH4bZvY50ZH7vNiknPxZDS4gqqVUozDlCUTbm xElgCE6/ltlsRr90p4P3xgc7K3O+fsIHx3mCZ0K776+eJE1kJllU9hPJFh6woLyExs/T oCJ1J1DHhqGUzpSRllesnVD+eTY7mxf5nEFQA= Received: by 10.227.197.206 with SMTP id el14mr715487wbb.90.1307621464037; Thu, 09 Jun 2011 05:11:04 -0700 (PDT) Received: from [172.21.36.94] (global-1-83.nat.csx.cam.ac.uk [131.111.184.83]) by mx.google.com with ESMTPS id d19sm1174928wbh.25.2011.06.09.05.11.02 (version=SSLv3 cipher=OTHER); Thu, 09 Jun 2011 05:11:03 -0700 (PDT) Message-ID: <4DF0B893.6010303@gmail.com> Date: Thu, 09 Jun 2011 13:12:03 +0100 From: Ignas Anikevicius User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110526 Lightning/1.0b3pre Thunderbird/3.1.10 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Kernel Modules References: <4DF0A5FA.1020602@gmail.com> <201106091306.16707.alan.mckinnon@gmail.com> In-Reply-To: <201106091306.16707.alan.mckinnon@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 73992327b4ff091f0192deb315516e9d On 09/06/11 12:06, Alan McKinnon wrote: > why you making so much work for yourself? > > set the /usr/src/linux symlink to each set of installed sources in turn, > run emerge @module-rebuild > or run module-rebuild rebuild > > you could even script it > > cd /usr/src > for I in linux-* > do > ln -sfn $I linux > module-rebuild rebuils > done > > Fixing my bash syntax errors is left as an exercise for the interested reader Thanks very much! I am a former Arch user, so I was used for a lot of inconvenience while doing such things, but gentoo seems to make my life easier and easier. Ignas