From owner-freebsd-questions@FreeBSD.ORG Thu Sep 9 15:48:06 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 4888C16A4CE for ; Thu, 9 Sep 2004 15:48:06 +0000 (GMT) Received: from amcuxfw801.amc.af.mil (amcuxns801.amc.af.mil [131.9.254.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id E841C43D1D for ; Thu, 9 Sep 2004 15:48:04 +0000 (GMT) (envelope-from david.hauan@fairchild.af.mil) Received: from amcw2av801.amc.ds.af.mil (amcw2av801.amc.af.mil [131.9.19.109]) by fw1.amc.af.mil with SMTP id i89FlHjN028512; Thu, 9 Sep 2004 10:48:01 -0500 (CDT) Received: from amcw2ms873.amc.ds.af.mil ([131.9.25.136]) M2004090910480119914 ; Thu, 09 Sep 2004 10:48:01 -0500 Received: from amcw2ms517.amc.ds.af.mil ([131.9.19.74]) by amcw2ms873.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Thu, 9 Sep 2004 10:48:01 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 9 Sep 2004 10:48:01 -0500 Message-ID: <59FD5336D1B1FA40AF6DDD241D8DBAC6B632B4@amcw2ms517.amc.ds.af.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: xl driver for 3Com NIC Thread-Index: AcSVnKKMCK2hqiRKTdCMllG30QmLhQA5xXOA From: "Hauan, David" To: "Ighor Poteryakhin" , X-OriginalArrivalTime: 09 Sep 2004 15:48:01.0275 (UTC) FILETIME=[62ECC4B0:01C49684] Subject: RE: xl driver for 3Com NIC 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: Thu, 09 Sep 2004 15:48:06 -0000 =20 > Good day! >=20 > A have troubles to set up my 3Com EtherLink (xl) Network Card. >=20 > Driver says 'no PHY found'. Hardware is 100% ok. >=20 > 'messages' file is attahced. >=20 >=20 > --=20 > With best regards, > Ighor mailto:ighor@hotbox.ru >=20 I don't see miibus0 in your in your dmesg output add *device miibus* to your kernel or kldload miibus. Hope this helps. dave