I ran into this problem when I installed the SLES9 beta. I didn't have the problem when I upgraded using the GA level. It appears to me that qdio is not being started early enough (i.e. before qeth is attempted to be started). I wrote the following script that I used to bring up the eth connection:
insmod /lib/modules/`uname -r`/kernel/drivers/s390/cio/ccwgroup.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 ---------------------------------------------------------------------- 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
