From owner-freebsd-questions@FreeBSD.ORG Sat Dec 11 19:10:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3D016A4CE for ; Sat, 11 Dec 2004 19:10:19 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BEEC43D66 for ; Sat, 11 Dec 2004 19:10:19 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc12) with ESMTP id <2004121119101801200ik6nle>; Sat, 11 Dec 2004 19:10:18 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id 3CC4D60C6 for ; Sat, 11 Dec 2004 14:10:18 -0500 (EST) Message-ID: <41BB461C.2050603@trini0.org> Date: Sat, 11 Dec 2004 14:10:20 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: sleepy fxp0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 19:10:20 -0000 Im currently using FreeBSD 5.3, using the fxp driver for my network card. $ dmesg | grep fxp0 fxp0: port 0xec00-0xec1f mem 0xdff00000-0xdfffffff,0xdd9ff000-0xdd9fffff irq 10 at device 8.0 on pci0 This box currently uses DHCP to get its IP address. When it boots up, and I log in, and immediately try to initiate any network activity from this box, it takes about 2-3 seconds for said network activity to start. For example, if I were to ping, or startx, it takes about 2-3 seconds for either ping or startx to actually start. During the boot sequence I notice this -> fxp0: flags=8843 mtu 1500 options=8 inet 192.168.0.16 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:80:29:65:e2:96 media: Ethernet autoselect (none) status: no carrier After the 2-3 seconds after the OS has booted up, it changes to -> fxp0: flags=8843 mtu 1500 options=8 inet 192.168.0.16 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:80:29:65:e2:96 media: Ethernet autoselect (100baseTX ) status: active Is this normal? If you need any other information, please, feel free to ask. Thanks for any information that you can provide...