From owner-freebsd-current@FreeBSD.ORG Wed May 21 07:53:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F7BD37B401 for ; Wed, 21 May 2003 07:53:49 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CDD43F93 for ; Wed, 21 May 2003 07:53:48 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.114.253.139] $ on Novell NetWare via secured & encrypted transport (TLS); Wed, 21 May 2003 07:53:47 -0700 Message-ID: <3ECB9309.5030902@myrealbox.com> Date: Wed, 21 May 2003 07:54:01 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stark References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Help with 5.1-beta snapshot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 14:53:49 -0000 stark wrote: > (I'm using the 5.1-beta .iso snapshot from 0521) > > > I've got an Asus A7V8X which has a Promise 20476 on > it, which doesn't work in 5.0, so I have to go newer. > > Well, everything works but I can't get a network connection up. > I've got a bge0, a de0, and an rl0 (I tried everything I had :) > and different cables to different switches. The link lights > indicate a link, the ifconfig line shows that it detected the > link speed/duplex properly, but I can't ping or make a tcp > connection... I have the same mobo but I've never put extra NICs in it. Have you tried it with just the built-in bge? (I know it works fine for me.) defaultrouter="192.168.0.2" ifconfig_bge0="inet 192.168.0.6 mtu 1492 netmask 255.255.255.248" yields this: bge0: flags=8843 mtu 1492 options=1b inet 192.168.0.6 netmask 0xfffffff8 broadcast 192.168.0.7 media: Ethernet autoselect (100baseTX ) status: active and this: Destination Gateway Flags Refs Use Netif Expire default 192.168.0.2 UGSc 2 2 bge0 127.0.0.1 127.0.0.1 UH 0 28 lo0 192.168.0/29 link#1 UC 1 0 bge0 192.168.0.2 00:10:c7:55:31:ab UHLW 3 11 bge0 323 Early on there was a problem with the bge sensing the media properly but that was fixed several months ago and it's all been fine since. BTW, I've never tried the Promise controller. Is yours working OK?