Hi Mark, Progress!
I downloaded the manual as recommended, and read Chapter 10. I read the chapter the same way you did. Directories were created as documented in the manual, and when I issued the echo 1 > /sys/bus/ccwgroup/drivers/lcs/0.0.0510/online I received lcs: LCS eth0 without IPv6 support and lcs: LCS eth0 with Multicast support. Same thing for 0.0.0512, eth1. So far, so good. I used ifconfig to configure the ip address and netmask, and both eth0 and eth1 now show in ifconfig -a. And I received messages that the Samba Server is online. That's the good new. The bad news is that I still can't connect to either ip address. When I ping an ip address from my PC, it times out. When I try to ping out to my PC, it says network unreachable. This is probably due to not having a default gateway set. When I try to ping other hosts on the same subnet, I receive Destination host unreachable. So, we've made some progress. Where to next? Thanks for all your time and assistance, Dave Dave Stuart Prin. Info. Systems Support Analyst County of Ventura, CA 805-662-6731 [EMAIL PROTECTED] >>> "Mark Post" <[EMAIL PROTECTED]> 8/30/2007 2:26 PM >>> >>> On Thu, Aug 30, 2007 at 5:11 PM, in message <[EMAIL PROTECTED]>, "David Stuart" <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Well, that explains why the find command didn't return anything. Let's start from the beginning here. Download the "Device Drivers, Features, and Commands" manual from http://download.boulder.ibm.com/ibmdl/pub/software/dw/linux390/docu/l26cdd03.pdf Go to Chapter 10, on page 149 and start reading. According to my copy, you'll need to echo 0.0.0510,0.0.0511 > /sys/bus/ccwgroup/drivers/lcs/group That should create the following directories: /sys/bus/ccwgroup/drivers/lcs/0.0.0510 /sys/bus/ccwgroup/devices/0.0.0510 /sys/devices/cu3088/0.0.0510 To bring the device online: echo 1 > /sys/bus/ccwgroup/drivers/lcs/0.0.0510/online "dmesg | tail" should show something along these lines: ... lcs: LCS device eth0 without IPv6 support lcs: LCS device eth0 with Multicast support ... You might see tr0 instead of eth0 if you're hooked up to a token ring instead of Ethernet. Hopefully, after this you should be able to see the interface via "ifconfig -a". If so, then repeat the process for 0.0.0512. Mark Post ---------------------------------------------------------------------- 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
