Try this: noauto lcs0,0x39eo,0x39e1,0,0,1,1 qeth1,0xe00,0xe01,0xe02,0,0 add_parms,0x10,0xe00,0xe02,portname:VMLAN00 qeth2,0xe04,0xe05,0xe06,0,0 add_parms,0x10,0xe04,0xe06,portname:VMLAN02
Mark Post -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Kern, Thomas Sent: Thursday, April 01, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: Re: Adding QDIO guest lan to server After changing 'CHANDEV=noauto,' to 'CHANDEV=noauto;' this is what I get. cat /etc/chandev.conf chandev=noauto;lcs0,0x39eo,0x39e1,0,0,1,1 add_parms,0x10,0xe00,0xe02,portname:VMLAN00 qeth1,0xe00,0xe01,0xe02,0,0 add_parms,0x10,0xe04,0xe06,portname:VMLAN02 qeth2,0xe04,0xe05,0xe06,0,0 Console log on reboot (snipped) Starting lcs module $Revision: 1.116 $ $Date: 2001/09/03 14:12:06 $ with chandev support,with multicast support, with ethernet support, with token ring support. debug: reserved 16 areas of 2 pages for debugging lcs debug: lcs: new level 0 chandev_setup unknown verb chandev=noauto;lcs0,0x39eo,0x39e1,0,0,1,1 on line no 1 interpreted as chandev=noauto before semicolon no 1. Type man chandev for more info. lcs_sleepon network card taking time responding irq=03da devno=39e0, please be patient, ctrl-c will exit if shell prompt is available . qipassist failed, ipassists assumed unsupported for eth0 lcs: eth0 configured as follows read subchannel=3da write subchannel=3db read_devno=39e0 write_devno=39e1 hw_address=02:60:8C:A1:DE:D9 rel_adapter_no=0 debug: lcs: new level 0 lcs device eth0 restarted. qdio: loading QDIO base support version 2 ($Revision: 1.76 $/$Revision: 1.43 $) ... snipped ... qeth: loading qeth S/390 OSA-Express driver ($Revision: 1.132 $/$Revision: 1.51 $/$Revision: 1.18 $) ... snipped ... qeth: Trying to use card with devnos 0xE04/0xE05/0xE06 qeth: received an IDX TERMINATE on irq 0x6/0x7 with cause code 0x22 -- try another portname qeth: received an IDX TERMINATE on irq 0x6/0x7 with cause code 0x22 -- try another portname qeth: There were problems in hard-setting up the card. qeth: Trying to use card with devnos 0xE00/0xE01/0xE02 qeth: received an IDX TERMINATE on irq 0x9/0xA with cause code 0x22 -- try another portname qeth: received an IDX TERMINATE on irq 0x9/0xA with cause code 0x22 -- try another portname qeth: There were problems in hard-setting up the card. ... snipped ... qdio: QDIO base support version 2 ($Revision: 1.76 $/$Revision: 1.43 $): module removed insmod: /lib/modules/2.4.7/net/qeth.o: init_module: No such device insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters insmod: /lib/modules/2.4.7/net/qeth.o: insmod eth2 failed qdio: loading QDIO base support version 2 ($Revision: 1.76 $/$Revision: 1.43 $) /Thomas Kern /301-903-2211 > -----Original Message----- > From: Geiger, Mike [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 11:30 > To: [EMAIL PROTECTED] > Subject: Re: Adding QDIO guest lan to server > > > Thomas, > > Been there, done that... just recently. Change the "comma" after the > noauto to a semicolon(;). > > Michael A. Geiger > Sr. Operating Systems Programmer > CommerceQuest, Inc. > 5481 W. Waters Ave. > Tampa, FL 33634 > Tel. 813.639.6516 > > > -----Original Message----- > From: Kern, Thomas [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 11:01 AM > To: [EMAIL PROTECTED] > Subject: Re: Adding QDIO guest lan to server > > > I removed JUST the "chandev=" string preserving the rest of the line. > The LCS code attempted to initialize but failed saying it could > not find any LCS > capable cards. > > /Thomas Kern > /301-903-2211 > > > -----Original Message----- > > From: Post, Mark K [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 01, 2004 10:52 > > To: [EMAIL PROTECTED] > > Subject: Re: Adding QDIO guest lan to server > > > > > > Did you remove the complete chandev= statement, or just remove the > > "chandev=" part of it? You need the rest of the statement, just not > > the "chandev=" prefix on it. > > > > ---------------------------------------------------------------------- > 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 > ---------------------------------------------------------------------- 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
