Subject: Re: 1.3 installation
To: Koestler, Sonja (IT Man.) <Koestlers@plcman.siemens.co.uk>
From: Frank van der Linden <frank@wins.uva.nl>
List: netbsd-help
Date: 01/22/1998 10:40:16
On Thu, Jan 22, 1998 at 09:31:56AM -0000, Koestler, Sonja (IT Man.) wrote:
> 
> 
> I tried "ifconfig ec0" and it sais:
> ---> ifconfig: SIOCGIFFLAGS ec0: Device not configured
> then I typed "ifconfig ec0 137.223.85.80 and it sais again:
> ---> ifconfig: SIOCGIFFLAGS ec0: Device not configured

Ok, so the problem is that your card wasn't recognized by the INSTALL
kernel. In order for a 3c503 card to be recognized, it should
be configured on port 0x250, using IRQ 9, and iomem at 0xd8000.
You should probably check if this is indeed the case.

Does 'ifconfig -a' list any interfaces as "UP" (except for lo0)?

- Frank