Problem with module-init-tools

From: J.A. Magallon
Date: Sat Jan 24 2004 - 17:30:01 EST


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

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 :(.

I got this working with

alias char-major-226 intel-agp

How can I get the good old 'above' with new module init tools ?

TIA

--
J.A. Magallon <jamagallon()able!es> \ Software is like sex:
werewolf!able!es \ It's better when it's free
Mandrake Linux release 10.0 (Cooker) for i586
Linux 2.6.2-rc1-jam2 (gcc 3.3.2 (Mandrake Linux 10.0 3.3.2-4mdk))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/