Neale, Just out of curiosity, why are you doing insmod commands with `uname -r` in them, instead of just doing modprobe commands?
Mark Post -----Original Message----- From: Ferguson, Neale [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 1:22 PM To: [EMAIL PROTECTED] Subject: Re: 2.6 kernel on zLinux For qdio osa I put the following in boot.local: insmod /lib/modules/`uname -r`/kernel/drivers/s390/cio/ccwgroup.ko 2>/dev/null insmod /lib/modules/`uname -r`/kernel/drivers/s390/net/qeth_mod.ko 2>/dev/null echo "0.0.0900,0.0.0901,0.0.0902" > /sys/bus/ccwgroup/drivers/qeth/group echo "VOSAXX" > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/portname echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/online /etc/fstab should have an entry to load the sysfs filesystem: sysfs /sys sysfs defaults 0 0 Neale -----Original Message----- Linux lnx26t 2.6.0 #4 SMP Fri Jan 2 13:54:46 EST 2004 s390 unknown lnx26t:~ # Progress is made. There's no LVM, and I can't figure out how to get the network devices connected. (Something to do with sysfs and dynamic enabling that isn't very well documented.) I'll keep at it though.
