Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2004 13:54:41 +0200
From:      Simon Barner <barner@in.tum.de>
To:        Wayne Pascoe <freebsd-feb@penguinpowered.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Intel Ethernet card not being detected
Message-ID:  <20040601115441.GA87441@zi025.glhnet.mhn.de>
In-Reply-To: <20040601110940.GA65805@marvin.penguinpowered.org>
References:  <20040601110940.GA65805@marvin.penguinpowered.org>

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

--CE+1k2dSO48ffgeK
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Wayne Pascoe wrote:
> Hi all,
>=20
> I just bought a server from DNUK . It claims to have the following
> Ethernet card combination:
>=20
> Intel PRO/1000 / 1000 Mbit / integrated
> Intel PRO/100 / 100 Mbit / integrated
>=20
> I've installed FreeBSD 4.10-RELEASE onto the box, and all I see is em0,
> I don't see an fxp0 device.

Probably only the device ID of the card is not listed in the fxp0 driver.

Your case reminds of a very similar problem in c.o.f.m., where the
following made the card (also Intel) work (a PR has already been filed):

<quote>
Try adding the following line into the following struct
static struct fxp_ident fxp_ident_table[]
(/usr/src/sys/dev/fxp/if_fxp.c)

    { 0x1051,   -1,     "Intel 82562ET Pro/100 Ethernet" },
</quote>

This was a Tyan S5102G3NR motherboard with 3 onboard NICs. Of course,
the correct name for your NIC might be different, but that shouldn't
bee too much of a problem.

In case I guessed wrong, please provide me with the output of
  pciconfig -l
  dmesg
and I'll what I can do. A link to the specification of the motherboard
wouldn' hurt, either.

Simon


--CE+1k2dSO48ffgeK
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAvG6BCkn+/eutqCoRAu+UAJ9jfy0xKo21W1vzesaz1s+JPt07oQCfZwM+
22wWSJARBtOgAhQn25ZwEBg=
=KO6Y
-----END PGP SIGNATURE-----

--CE+1k2dSO48ffgeK--



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