Daniel, Try doing a modprobe instead of an insmod. It could be that the qdio.o module provides those symbols. The insmod command doesn't do any dependency checking or loading of prerequisite modules.
Mark Post -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Jarboe Sent: Monday, December 30, 2002 9:39 AM To: [EMAIL PROTECTED] Subject: Problem setting up qdio RH 7.2 in an LPAR. I was working on adding an additional network interface (currently using a CTC gateway). I'm getting unresolved symbols with the insmod qeth. 2.4.9-38tape, used kernel-oco-2.4.9-38-1.s390.rpm found in kernel-oco-2.4.9-38-1.s390.tar.gz # cat /etc/chandev ctc0,0x1370,0x1371,0,3 noauto;qeth0,0xf800,0xf801,0xf802;add_parms,0x10,0xf800,0xf802,portname: OSAXPRE2 # depmod -a # insmod qeth Using /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol qdio_initialize_Rsmp_6a92b878 /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol qdio_activate_Rsmp_50e1a39f /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol do_QDIO_Rsmp_d275b412 /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol qdio_cleanup_Rsmp_18e03ca4 /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: Hint: You are trying to load a module without a GPL compatible license and it has unresolved symbols. Contact the module supplier for assistance, only they can help you. # insmod qeth qeth1,0xf800,0xf801,0xf802,portname:OSAXPRE2 Using /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol qdio_initialize_Rsmp_6a92b878 /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol qdio_activate_Rsmp_50e1a39f /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol do_QDIO_Rsmp_d275b412 /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: unresolved symbol qdio_cleanup_Rsmp_18e03ca4 /lib/modules/2.4.9-38tape/kernel/drivers/s390/net/qeth.o: Hint: You are trying to load a module without a GPL compatible license and it has unresolved symbols. Contact the module supplier for assistance, only they can help you. Any ideas? Thanks, ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you.
