Date: Sat, 27 Feb 1999 21:46:21 +0800 (HKT) From: Chan Yiu Wah <c5666305@hkstar.com> To: freebsd-questions@freebsd.org Subject: need your help to figure out the problem of pci ne2000 NIC Message-ID: <199902271346.VAA01064@b1.hkstar.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902271346.VAA01064>