Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 1999 10:01:29 -0500 (EST)
From:      hometeam <hometeam@techpower.net>
To:        Chan Yiu Wah <c5666305@hkstar.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: need your help to figure out the problem of pci ne2000 NIC
Message-ID:  <Pine.BSF.4.05.9902270955420.5840-100000@techpower.net>
In-Reply-To: <199902271346.VAA01064@b1.hkstar.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Is th dmesg like this?
ed1: <NE2000 PCI Ethernet (RealTek 8029)> rev 0x00 int a irq 11 on pci0.10.0
ed1: address 00:00:21:66:54:2e, type NE2000 (16 bit)

Is yours also finding it as above


also is this in your config?
pseudo-device   ether
controller      pci0

I also have in mine 

device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000

I had 2 cards removed one didn't bother to take out in config ...


On Sat, 27 Feb 1999, Chan Yiu Wah wrote:

> 
> Hello,
> 
> I need your help to figure out what is up with my pci ne2000 configuration.
> It worked before I updated my system with the ctm source upto src-cur.3761. 
> The system probed it as ed2. Here is the message  
> 
> ======= extract from dmesg =======
> ed2: <NE2000 PCI Ethernet (RealTek 8029)> rev 0x00 int a irq 10 on pci0.12.0
> ======= extract from dmesg =======
> 
> However I cannot ifconfig ed2.
> The error message is "ifconfig: interface ed2 does not exist".
> When I run the command ifconfig -a, the ed2 does not exist. Here's the message
> 
> ======= ifconfig -a =======
> lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
> tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
> sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
> ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
> 	inet 127.0.0.1 netmask 0xff000000 
> ======= ifconfig -a =======
> 
> I also include the follow in my system config file
> 
> ======= system config =======
> controller	pci0
> device	ed1 at pci ? net irq ?
> ======= system config =======
> 
> 
> ======= rc.conf =======
> network_interfaces="ed2 lo0"	# List of network interfaces (lo0 is loopback).
> ifconfig_ed2="inet 158.132.8.90  netmask 255.255.255.0"
> ======= rc.conf =======
> 
> Any idea ?  Thanks in advance for your help.
> 
> 
> Clarence
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902270955420.5840-100000>