On Tue, 2003-03-04 at 12:37, Distribution Lists wrote: > channels detected > chan cu cu dev dev in > chandev > irq devno type type model type model pim chpids use > reg. > =============================================================================== ... > 0x0813 0x0080 0x04 0x3088 0x60 0x0000 0x00 0x80 0x2400000000000000 no > no > 0x0814 0x0081 0x04 0x3088 0x60 0x0000 0x00 0x80 0x2400000000000000 no > no ... > 0x154a 0xb406 0x04 0x3088 0x60 0x0000 0x00 0x80 0x2500000000000000 no > no > 0x154b 0xb407 0x04 0x3088 0x60 0x0000 0x00 0x80 0x2500000000000000 no > no Ok. By the above entries being in the table, the kernel is "seeing" the lcs adapters (two of them, one at 0x0080 and 0xb406); but the lcs module is failing to register two lcs eth0 devices (ie the "in use" and "chandev reg" fields are set to "no" instead of "yes") ... do you have an entry in /etc/modules.conf that aliases the lcs module to eth0 (and eth1): # cat /etc/modules.conf ... alias eth0 lcs ... # with the 64-bit version (7.1) of Red Hat Linux, I'm able to have the lcs devices recognized and adapters enabled (I'm not sure how close that is to your ThinkBlue/64 7.1a distro) ... so my entries in /proc/chandev have "in use" and "chandev reg" set to "yes": # cat /proc/chandev ... 0x01d7 0x0c00 0x04 0x3088 0x60 0x0000 0x00 0x80 0x0a00000000000000 yes yes 0x01d8 0x0c01 0x04 0x3088 0x60 0x0000 0x00 0x80 0x0a00000000000000 yes yes ... 0x01e1 0x0d00 0x04 0x3088 0x60 0x0000 0x00 0x80 0x0b00000000000000 yes yes 0x01e2 0x0d01 0x04 0x3088 0x60 0x0000 0x00 0x80 0x0b00000000000000 yes yes and then my eth0 interface is available: # lsmod | awk ' /Module/||/lcs/ ' Module Size Used by Tainted: P lcs 32400 1 # ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:06:29:9C:F8:DF inet addr:x.x.x.x Bcast:x.x.x.255 Mask:255.255.252.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:228561571 errors:0 dropped:0 overruns:0 frame:0 TX packets:217630750 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:947875157 (903.9 Mb) TX bytes:1494780654 (1425.5 Mb) # Hope this helps, Brock > > right. i would be interested in what values /proc/chandev has if you > > cat it to a file ... there should be an entry for your lcs adapter > > indicating status ... lack of an entry means the kernel doesn't even see > > it ... > > > > Brock > > > -- > Brock Organ <borgan@redhat.com> _______________________________________________ Redhat-s390-list mailing list Redhat-s390-list@redhat.com https://listman.redhat.com/mailman/listinfo/redhat-s390-list