From owner-freebsd-questions Mon May 7 15:30:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 60A8E37B423 for ; Mon, 7 May 2001 15:30:07 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id PAA73786; Mon, 7 May 2001 15:26:42 -0700 (PDT) Date: Mon, 7 May 2001 15:26:42 -0700 (PDT) From: Annelise Anderson To: Chris Neustrup Cc: freebsd-questions@FreeBSD.ORG Subject: Re: no ed0 interface In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try dmesg | grep ed0 to see if FreeBSD found the ed0 interface on boot. Or try dmesg | grep address to see if it found some other ethernet interface. There is no device node in /dev for any ethernet card, so don't expect to find it (and you don't need to create it). You might also want to check irq's with dmesg | grep irq or vmstat -i to see what irq's are in use; you may have an irq conflict with that card or a memory address conflict. You can change the irq and memory address FreeBSD will look for, for a particular driver like ed0, with UserConfig on boot (boot /kernel -cv). Annelise On Mon, 7 May 2001, Chris Neustrup wrote: > Greetings from OZ... > > I am having trouble getting my ethernet interface to work on my small network. My FreeBSD 4.2 machine is running a PPP tun0 interface to the net. It works fine. But I am now trying to add the internal lan to more unix/win machines. When the machine boots (or when I run ifconfig directly) it says interface ed0 does not exist. I notice that I don't have /dev/ed0. What do I need to mknod this on: owner, group major/minor number? Or is something else wrong? I also have several other ethernet boards I can try if this card is not good. I am ready to try a vx0 card 3c595. I am using a kernel that I have build that includes the device drivers for these ed0 and vx0 boards. The /etc/rc.conf file has these parameters: > > hostname="avalon.druidix.com" > > firewall_enable="yes" > firewall_type="simple" > > nat_enable="no" > > network_interfaces="ed0 tun0 lo0" > ifconfig_tun0="inet 216.240.37.24 216.240.37.240 netmask 25.255.255.255" > ifconfig_ed0="inet 216.240.38.210 netmask 255.255.255.248" > ifconfig_lo0="inet 127.0.0.1" > > Any help would be greatly appreciated, > > Thanks in advance, Chris > > --- > Chris Neustrup chrisn@geoworks.com 510/814-5878 > > > 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