Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2007 15:54:18 +1100
From:      "Dimuthu Parussalla" <dparussalla@baysidegrp.com.au>
To:        "'Jeremy Chadwick'" <koitsu@FreeBSD.org>
Cc:        freebsd-stable@freebsd.org, 'Glen Van Lehn' <gvanlehn@ccsf.edu>
Subject:   RE: Intermittent network issues with Freebsd 6.2
Message-ID:  <000b01c750bd$5a2d55b0$d801a8c0@dimuthu>
In-Reply-To: <20070215043533.GA3293@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Dmesg output related to bge as follows.

miibus0: <MII bus> on bge0
brgphy0: <BCM5750 10/100/1000baseTX PHY> on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
bge0: Ethernet address: 00:11:25:e9:7f:58
bge0: [GIANT-LOCKED]
pcib6: <ACPI PCI-PCI bridge> at device 5.0 on pci0
pci8: <ACPI PCI bus> on pcib6
bge1: <Broadcom BCM5750 B1, ASIC rev. 0x4101> mem 0xc6ff0000-0xc6ffffff irq
16 at device 0.0 on pci8
miibus1: <MII bus> on bge1
brgphy1: <BCM5750 10/100/1000baseTX PHY> on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
bge1: Ethernet address: 00:11:25:e9:7f:59
bge1: [GIANT-LOCKED]



-----Original Message-----
From: Jeremy Chadwick [mailto:koitsu@FreeBSD.org]
Sent: Thursday, 15 February 2007 3:36 PM
To: Dimuthu Parussalla
Cc: 'Glen Van Lehn'; freebsd-stable@freebsd.org
Subject: Re: Intermittent network issues with Freebsd 6.2


On Thu, Feb 15, 2007 at 03:09:08PM +1100, Dimuthu Parussalla wrote:
> Hi All,
>
> I've just noticed when this incident happens Ierrs starting to increase
and
> then interface in not pingable. Refer to output below.
>
> Also how do I set the interface in rc.conf to use 1000baseTX. Without
using
> to autoselect?

You can do the following:

ifconfig_bge0="inet xxx netmask yyy media 1000baseTX mediaopt full-duplex"
ifconfig_bge1="inet xxx netmask yyy media 1000baseTX mediaopt full-duplex"

See the bge(4) manpage for additional details.

Also, which particular Broadcom chip are you using?  dmesg(8) should
show this, or pciconf -l -v.

--
| Jeremy Chadwick                                 jdc at parodius.com |
| Parodius Networking                        http://www.parodius.com/ |
| UNIX Systems Administrator                   Mountain View, CA, USA |
| Making life hard for others since 1977.               PGP: 4BD6C0CB |







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c750bd$5a2d55b0$d801a8c0>