lkml.org 
[lkml]   [2004]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Problem with module-init-tools
From
Date
Am Sa, den 24.01.2004 schrieb J.A. Magallon um 23:29:

> 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
>
> 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;
>
> But it goes on an infinite loop :(.

Well, I suppose it's because modprobe intel-agp tries to load agpgart
and that's where it loops. I think you should try to modprobe
--ignore-install agpgart first so that it's already loaded when you
insert intel-agp. And probably use a && between the two commands.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.043 / U:1.968 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site