Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 1996 10:27:07 +0500 (GMT+0500)
From:      "Serge A. Babkin" <babkin@hq.icb.chel.su>
To:        yves@CC.McGill.CA
Cc:        hackers@FreeBSD.org
Subject:   Re: YAY! I have a question
Message-ID:  <199601160527.KAA06514@hq.icb.chel.su>
In-Reply-To: <199601121752.MAA12638@maelstrom.cc.mcgill.ca> from "Yves Lepage" at Jan 12, 96 12:52:20 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
> ep0: flags=8a63<UP,BROADCAST,NOTRAILERS,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
>         inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15
>         ether 00:20:af:a0:64:38
> ep0: flags=8a63<UP,BROADCAST,NOTRAILERS,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
>         inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15
>         ether 00:20:af:a0:64:38
> lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 16384
>         inet 127.0.0.1 netmask 0xff000000
> sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
> tun0: flags=8010<POINTOPOINT,MULTICAST> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601160527.KAA06514>