From owner-freebsd-questions Fri May 7 19:29:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.tech-trans.com (pc003.tech-trans.com [210.184.43.3]) by hub.freebsd.org (Postfix) with ESMTP id C426714F2D for ; Fri, 7 May 1999 19:29:18 -0700 (PDT) (envelope-from peter@sweda.com.hk) Received: from sweda.com.hk ([172.16.132.113]) by fw.tech-trans.com (AIX4.3/UCB 8.8.8/8.8.8) with ESMTP id KAA32566; Sat, 8 May 1999 10:32:01 +0800 Message-ID: <3733A4DD.33708339@sweda.com.hk> Date: Sat, 08 May 1999 10:43:41 +0800 From: peter kok X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Alejandro =?iso-8859-1?Q?Ram=EDrez?= , freebsd Subject: Re: network References: <006401be980e$88075aa0$f9fbf8cf@megared.net.mx> <3732C16E.A87F5684@sweda.com.hk> <002f01be9897$cf1e36a0$f9fbf8cf@megared.net.mx> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello sincerely thanks for your detail explain i know the command 'mesg' and the message of freebsd has 'ed0' and the interrupt and irq from the message is '0x280' and 10 respectively so that i set the jumper of the network card for this setting network_interfaces="lo0 ed0" but i don't know it promps 'the network interface does not exit'!!! thank you for your help Peter Alejandro Ramírez wrote: > Hi, > > I asume that you don´t have any network card attached to your system, so > the only thing that you have to do is to erase the ed0 interface of your > file /etc/rc.conf, to look like this: network_interfaces="lo0" , if you do > have a network card attached to your system, so you must see wich one it is > at boot time, it may be fpx0, ed1, xl0, etc, try to look some message like > these: > > xl0: <3Com 3c905 Fast Etherlink XL 10/100BaseTX> rev 0x00 int a irq 10 on > pci0.19.0 > xl0: Ethernet address: 00:60:08:b0:1f:eb > xl0: autoneg complete, link status good (half-duplex, 100Mbps) > > if your screen goes to fast when you boot, you could try the command dmesg, > this will give you the complete message output again, and when you have the > correct driver (fpx0, ed1, xl0, etc), you just put it in the /etc/rc.conf > file to look like this: > network_interfaces="lo0 fpx0", or network_interfaces="lo0 ed1", or > network_interfaces="lo0 etc etc etc" if you have more than one. > > Ales > > ----- Original Message ----- > From: peter kok > To: Alejandro Ramírez > Sent: Friday, May 07, 1999 5:33 AM > Subject: Re: network > > Hello > > tks for your reply > > my file rc.conf has network_interfaces="lo0 ed0" > but why do i solve it? > > Peter > > Alejandro Ramírez wrote: > > > Hi, > > > > It seems that you have configured a network card in your /etc/rc.conf > > file > > that it isn´t in your system , check the line network_interfaces="ed0 > lo0", > > and remove the interface that you dont have in your computer, don´t remove > > the lo0 interface, this is for loopback functions and it´s needed. > > > > Ales > > > > ----- Original Message ----- > > From: Rick Hamell > > To: peter kok > > Cc: freebsd > > Sent: Thursday, May 06, 1999 1:04 PM > > Subject: Re: network > > > > > > > > > i got the message 'network interface does not exist'? > > > > pls tell me how to solve it > > > > > > You have to add one. :) Which interface 'does not exist?' > > > > > > > > > Rick > > > > > > > > > > > > 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