Hi , these error messages appear when you try to load qeth right before qdio has been loaded. Therefore you have to make sure that qdio is loaded prior to qeth module. Since you are using insmod in the script qdio is not loaded automatically. ------> insmod /lib/modules/`uname -r`/kernel/drivers/s390/cio/ccwgroup.ko insmod /lib/modules/`uname -r`/kernel/drivers/s390/cio/qdio.ko insmod /lib/modules/`uname -r`/kernel/drivers/s390/net/qeth.ko echo 0.0.0900,0.0.0901,0.0.0902 >/sys/bus/ccwgroup/drivers/qeth/group echo VOSASW > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/portname echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/online ifup eth0 <------------ or you do this :
insmod /lib/modules/`uname -r`/kernel/drivers/s390/cio/ccwgroup.ko modprobe qeth echo 0.0.0900,0.0.0901,0.0.0902 >/sys/bus/ccwgroup/drivers/qeth/group echo VOSASW > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/portname echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/online ifup eth0 Have a nice day ... Mit freundlichen Gr�ssen / Best regards Frank Pavlic Martha McConaghy <[EMAIL PROTECTED]> Sent by: Linux on 390 Port <[EMAIL PROTECTED]> 23.11.2004 18:02 Please respond to Linux on 390 Port To [EMAIL PROTECTED] cc Subject Re: Problems with SLES 9 and guest lan Neale, Thanks very much for the script. I've tried the commands out and got some interesting results. When I ran the second line, I received the following: insmod /lib/modules/`uname -r`/kernel/drivers/s390/net/qeth.ko <dules/`uname -r`/kernel/drivers/s390/net/qeth.ko qeth: Unknown symbol qdio_synchronize qeth: Unknown symbol do_QDIO qeth: Unknown symbol qdio_initialize qeth: Unknown symbol qdio_cleanup qeth: Unknown symbol qdio_activate Nov 23 08:57:19 lsuse964 kernel: qeth: Unknown symbol qdio_synchronize insmod: error inserting '/lib/modules/2.6.5-7.111-s390x/kernel/drivers/s390/net qeth.ko': -1 Unknown symbol in module Nov 23 08:57:19 lsuse964 kernel: qeth: Unknown symbol do_QDIO"" Nov 23 08:57:19 lsuse964 kernel: qeth: Unknown symbol qdio_initialize Nov 23 08:57:19 lsuse964 kernel: qeth: Unknown symbol qdio_cleanup"" Nov 23 08:57:19 lsuse964 kernel: qeth: Unknown symbol qdio_activate"" The other lines failed because there are no subdirectories (or anything else) in /sys/bus/ccwgroup/drivers/. I guess the question is, should I give on this system and just reinstall? Is it too screwed up to save? Martha ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
