All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: "J.A. Magallon" <jamagallon@able.es>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Problem with module-init-tools
Date: Mon, 26 Jan 2004 17:05:55 +1100	[thread overview]
Message-ID: <20040126170555.7ca722fc.rusty@rustcorp.com.au> (raw)
In-Reply-To: <20040124222907.GA4072@werewolf.able.es>

On Sat, 24 Jan 2004 23:29:07 +0100
"J.A. Magallon" <jamagallon@able.es> wrote:

> Hi all...
> 
> I have a problem with modprobe, 2.6.2-rc1-mm2, and agpgart.
> 
> With 2.4, I had this setup to have agpgart loaded:
> 
> alias char-major-226 agpgart

The new style is "alias char-major-226-* agpgart", but that should still
work in 2.6.2-rc1.

> With 2.6 and the same setup, that module is loaded. But as agpgart backend is
> now split, I need to load also intel-agp.ko. I read manuals, and corrected my
> modprobe.conf this way:
> 
> install agpgart /sbin/modprobe intel-agp; /sbin/modprobe --ignore-install agpgart;

Yes.  intel-agp presumably depends on agpgart?  If so,
(1) You can just alias char-major-226 intel-agp
(2) There was a bug some older module-init-tools versions, have you tried
	3.0-pre7?

Thanks!
Rusty.
-- 
   there are those who do and those who hang on and you don't see too
   many doers quoting their contemporaries.  -- Larry McVoy

      parent reply	other threads:[~2004-01-26  6:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-24 22:29 Problem with module-init-tools J.A. Magallon
2004-01-24 23:21 ` Christophe Saout
2004-01-26  6:05 ` Rusty Russell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040126170555.7ca722fc.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=jamagallon@able.es \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.