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 <gentoo-user+bounces-96892-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MGwAf-0002RT-V5
	for garchives@archives.gentoo.org; Wed, 17 Jun 2009 14:31:26 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9734CE04DE;
	Wed, 17 Jun 2009 14:31:24 +0000 (UTC)
Received: from mail-yx0-f176.google.com (mail-yx0-f176.google.com [209.85.210.176])
	by pigeon.gentoo.org (Postfix) with ESMTP id 6B0E4E04DE
	for <gentoo-user@lists.gentoo.org>; Wed, 17 Jun 2009 14:31:24 +0000 (UTC)
Received: by yxe6 with SMTP id 6so398941yxe.32
        for <gentoo-user@lists.gentoo.org>; Wed, 17 Jun 2009 07:31:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=gJrwD32bj84nXJWeIVXqpO4sDyEaIS65FN4ZOsISyuw=;
        b=nb7BKlIV+pAPoCCShra5rfbyieNHsHS++gIPscFt1RhmL8aRDQLSwY0Or9GmL7wnrj
         o6SVw6hmNFgpSIf/AhV66xo821gWldp8ON9/KtLNv8mcsvXJmHZTneasimPLzHdkSvP9
         wBeLA88dNLQEsmth5lsBpnCw4RbJI5DP0Ktq4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=DlHsFkwFGVynYlFg+uYHanv3iJBNr1R3nNmHmO+tFUL4uSy9unlXXOLBytL7bwiKlp
         L/srCvLiwkgYswv/pnCHkujW7apAulVtzqlvgMZwUY5LrooSWfbn/tHCxeNuKoEXQOdW
         RFYou3p8d+Z0fPDJt/9liXtkAjLjylH/D5HBU=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.151.131.13 with SMTP id i13mr1301449ybn.233.1245249083743; 
	Wed, 17 Jun 2009 07:31:23 -0700 (PDT)
In-Reply-To: <8763evgcv1.fsf@newsguy.com>
References: <8763evgcv1.fsf@newsguy.com>
Date: Wed, 17 Jun 2009 10:31:23 -0400
Message-ID: <642958cc0906170731n29469645ibb78e6ce2741f290@mail.gmail.com>
Subject: Re: [gentoo-user] Canonical place to list modules to load
From: Mark Shields <laebshade@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=001e680f17b04b1fc8046c8c250e
X-Archives-Salt: c78cd112-5d1e-4e05-b45a-edfff377367c
X-Archives-Hash: 764ee8852355da7d007dd4f2fe5c8ef9

--001e680f17b04b1fc8046c8c250e
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

On Wed, Jun 17, 2009 at 10:21 AM, Harry Putnam <reader@newsguy.com> wrote:

> Where do we list modules we want loaded at boot?
>
> When I run  modprobe fuse
> WARNING: Deprecated config file /etc/modprobe.conf, all config files
>         belong  into /etc/modprobe.d/.
>
> /etc/modprobe.conf doesn't actually appear to have any modules listed
> but does list a herd of aliases for modules.
>
> Looking under /etc/modprobe.d
> aliases.conf  blacklist.conf  i386.conf  pnp-aliases.conf
>
> All of which appear to hold the same or more lists of aliases.
>
> So if I want to load `fuse' at boot... where do it put it?
>
>
>
It's been the same as long as I've been using Gentoo the past 5
years: /etc/modules.autoload.d/kernel-2.6.  This has always been in the
handbook as long as I've been using Gentoo, too.

7.e. Kernel Modules

Configuring the Modules

You should list the modules you want automatically loaded in
/etc/modules.autoload.d/kernel-2.6. You can add extra options to the modules
too if you want.


-- 

I recommend reading the entire handbook from start to finish; it has plenty
of valuable information and will avoid unnecessary questions.
-- 
- Mark Shields

--001e680f17b04b1fc8046c8c250e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div class=3D"gmail_quote">On Wed, Jun 17, 2009 at 10:21 AM, Harry Putnam <=
span dir=3D"ltr">&lt;<a href=3D"mailto:reader@newsguy.com">reader@newsguy.c=
om</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"marg=
in:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Where do we list modules we want loaded at boot?<br>
<br>
When I run =A0modprobe fuse<br>
WARNING: Deprecated config file /etc/modprobe.conf, all config files<br>
 =A0 =A0 =A0 =A0 belong =A0into /etc/modprobe.d/.<br>
<br>
/etc/modprobe.conf doesn&#39;t actually appear to have any modules listed<b=
r>
but does list a herd of aliases for modules.<br>
<br>
Looking under /etc/modprobe.d<br>
aliases.conf =A0blacklist.conf =A0i386.conf =A0pnp-aliases.conf<br>
<br>
All of which appear to hold the same or more lists of aliases.<br>
<br>
So if I want to load `fuse&#39; at boot... where do it put it?<br>
<br>
<br>
</blockquote></div><br>It&#39;s been the same as long as I&#39;ve been usin=
g Gentoo the past 5 years:=A0/etc/modules.autoload.d/kernel-2.6. =A0This ha=
s always been in the handbook as long as I&#39;ve been using Gentoo, too.<d=
iv>
<br><div><br></div><div><div>7.e. Kernel Modules</div><div><br></div><div>C=
onfiguring the Modules</div><div><br></div><div>You should list the modules=
 you want automatically loaded in /etc/modules.autoload.d/kernel-2.6. You c=
an add extra options to the modules too if you want.</div>
<div><br></div><div><br></div><div>--=A0</div><div><br></div><div>I recomme=
nd reading the entire handbook from start to finish; it has plenty of valua=
ble information and will avoid unnecessary questions.<br>-- <br>- Mark Shie=
lds<br>

</div></div></div>

--001e680f17b04b1fc8046c8c250e--