Neale,
Could you please point me in the direction of the documentation you
used to figure this out?
- Jason Herne ([EMAIL PROTECTED])
Clarkson Open Source Institute
z/Server Administrator
On Thu, 2003-10-23 at 19:25, Ferguson, Neale wrote:
> This is the script I use to get my Guest LAN devices up and running:
>
> 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 "VXLA900" > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/portname
> echo 1 > /sys/bus/ccwgroup/drivers/qeth/0.0.0900/online
>
> -----Original Message-----
> Hello
> In my spare time in the past couple of weeks I've been working with the
> 2.6.0-test series of kernels on a Z800. I'm running an RHEL Beta. The
> problems that I've encountered is that I can't get the OSA Cards to be
> recognized as a network device. The device channels exist in
> /sys/bus/ccw/devices. The qeth_mod install correctly when I install it
> but it isn't used by anything. They are virtual devices 800-802. I've
> upgraded all of the necessary utilities to run the 2.6 test kernel and
> the device works properly in 2.4.21. Does anyone have any hints or
> suggestions?
> Thanks
> Mike McCabe