From owner-freebsd-hackers Mon Jan 15 21:31:35 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12952 for hackers-outgoing; Mon, 15 Jan 1996 21:31:35 -0800 (PST) Received: from hq.icb.chel.su (icb-rich-gw.icb.chel.su [193.125.10.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA12931 for ; Mon, 15 Jan 1996 21:30:18 -0800 (PST) Received: from localhost (babkin@localhost) by hq.icb.chel.su (8.6.5/8.6.5) id KAA06514; Tue, 16 Jan 1996 10:27:08 +0500 From: "Serge A. Babkin" Message-Id: <199601160527.KAA06514@hq.icb.chel.su> Subject: Re: YAY! I have a question To: yves@CC.McGill.CA Date: Tue, 16 Jan 1996 10:27:07 +0500 (GMT+0500) Cc: hackers@FreeBSD.org In-Reply-To: <199601121752.MAA12638@maelstrom.cc.mcgill.ca> from "Yves Lepage" at Jan 12, 96 12:52:20 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@FreeBSD.org Precedence: bulk > > Hi all, > I have no ideas about your case but may be it will be helpful for you to know that I have tried once to run my machine with two 3c509 cards installed and it worked well. What version of FreeBSD are you running ? > I've not posted to the list for a long time, FreeBSD just runs so well. > > But now, I am hitting a weird problem. > > > I installed a second 3c509b adapter in my FreeBSD machine (the first > 3c509b adapter works just fine). > > Here is the dmesg output: > > scd0 not found at 0x230 > ie0 not found at 0x360 > 2 3C5x9 board(s) on ISA found at 0x200 0x300 > ep0 at 0x300-0x30f irq 5 on isa > ep0: aui/bnc/utp[*UTP*] address 00:20:af:a0:64:38 irq 5 > ep1 at 0x200-0x20f irq 10 on isa > ep1: aui/bnc/utp[*UTP*] address 00:20:af:a0:63:44 irq 10 > ix0 not probed due to I/O address conflict with ep0 at 0x300 > le0 not probed due to I/O address conflict with ep0 at 0x300 > > This means both boards are found. > > here is my ifconfig -a: > > lp0: flags=8810 mtu 1500 > ep0: flags=8a63 mtu 1500 > inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15 > ether 00:20:af:a0:64:38 > ep0: flags=8a63 mtu 1500 > inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15 > ether 00:20:af:a0:64:38 > lo0: flags=8009 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > sl0: flags=c010 mtu 552 > tun0: flags=8010 mtu 1500 > > > I have two ep0's interfaces... A nice surprize :-( What does lsdev show ? > tempest# ifconfig ep1 up > ifconfig: ioctl (SIOCGIFFLAGS): no such interface > > > When I try to put ep1 up, I get this but the kernel did see it ! > > Here is the relevant part of my config file: > > device ep0 at isa? port 0x300 net irq 5 vector epintr > device ep1 at isa? port 0x200 net irq 10 vector epintr > > Does anyone have an idea of what goes wrong? For me it looks like a problem with network initialization. -SB