If you don't show us the actual errors, it is hard to diagnose the problem.
Mark Post -----Original Message----- From: Alex Leyva [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:06 PM To: [EMAIL PROTECTED] Subject: Re: QDIO for virtual NIC i've tried it, lots of time, but it returns: # depmod -a depmod: *** Unresolved symbols in /lib/modules/2.4.19/kernel/drivers/s390/qeth.o qeth.o is really qeth-2.4.19-s390-1-may2002.o i think that something is broken.....but i dont know what thanks On Wed, 12 Mar 2003, Post, Mark K wrote: > Alejandro, > > Try doing a > depmod -a > command. That should fix things for you. > > Mark Post > > -----Original Message----- > From: Alex Leyva [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 12:07 PM > To: [EMAIL PROTECTED] > Subject: Re: QDIO for virtual NIC > > > 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. > -- 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.
