Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2003 07:54:01 -0700
From:      walt <wa1ter@myrealbox.com>
To:        stark <stark@jeamland.ca>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Help with 5.1-beta snapshot
Message-ID:  <3ECB9309.5030902@myrealbox.com>
In-Reply-To: <bafvvn$1afb$1@FreeBSD.csie.NCTU.edu.tw>
References:  <bafvvn$1afb$1@FreeBSD.csie.NCTU.edu.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1492
         options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING>
         inet 192.168.0.6 netmask 0xfffffff8 broadcast 192.168.0.7
         media: Ethernet autoselect (100baseTX <full-duplex>)
         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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ECB9309.5030902>