i know where is the problem...

in modules.dep:

/lib/modules/2.4.19/kernel/drivers/s390/qdio.o:

/lib/modules/2.4.19/kernel/drivers/s390/qeth.o: 
/lib/modules/2.4.19/kernel/net/ipv6/ipv6.o

if i do a modprobe qeth it complain about unresolved symbols, but it is
because it doesnt have qdio.o in modules.dep

but depmod complains too about unresolved symbols, so the question is:
what can i do to have qdio.o permanently like dependency in qeth.o? so i
have something like this:

/lib/modules/2.4.19/kernel/drivers/s390/qdio.o:

/lib/modules/2.4.19/kernel/drivers/s390/qeth.o:
/lib/modules/2.4.19/kernel/net/ipv6/ipv6.o \
/lib/modules/2.4.19/kernel/drivers/s390/qdio.o

thanks



On Wed, 12 Mar 2003, Vic Cross wrote:

> On 12.03.2003 at 10:54:26, Alex Leyva <[EMAIL PROTECTED]> wrote:
>
> > I've used the qeth.o module that Adam send to me, and activated the ipv6,
> > and now its working, but i have to load the qdio module, then ipv6, and
> > then qeth.o
>
> Great that it's working!
>
> Check that the following line is added to /etc/modules.conf:
>
>   alias eth0 qeth
>
> Once this is added, when you issue "ifup eth0" the correct chain of modules will
> be loaded automatically.
>
> Cheers,
> Vic Cross
>

--
Alejandro Leyva Rabinovich.
Jefe de la Unidad Departamental de Soporte Ticnico
(Administracisn de Mainframe).
Direccisn General de Informatica.
Secretarma de Finanzas.
Gobierno del Distrito Federal.

Reply via email to