On Thu, Aug 28, 2003 at 07:05:16PM +0100, Alex J Burke wrote: > Lastly does anybody know how to configure two (in future 3) LCS > interfaces, one being Ethernet the other Token Ring? I set the > lcs.chandev, set the lcs, set the the s390 architecture file, added the > extra IP to hosts and added tr0 to the interfaces file. I then did a > modules-update (all modifications were done to the /etc/modutils, /etc and > /etc/network repectively....the correct places). The tr0 still refuses to > come up....eth0 however always comes up. An extra set of 3088s were > defined in the P/390 configurator for the TR interface, the 802.2 protocol > was added to the TR interface under OS/2.....it was the only protocol on > the two mainframe connections. Any thoughts?
Try running "ifup tr0" manually. If the interface comes up OK, you probably forgot to use the "auto" keyword to configure it to come up automatically at boot. If not, look for error messages to find out why. -- - mdz
