From owner-freebsd-stable@FreeBSD.ORG Thu Oct 22 19:15:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5FFF1065692 for ; Thu, 22 Oct 2009 19:15:52 +0000 (UTC) (envelope-from marius@nuenneri.ch) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 488ED8FC0A for ; Thu, 22 Oct 2009 19:15:52 +0000 (UTC) Received: by ewy5 with SMTP id 5so4865282ewy.36 for ; Thu, 22 Oct 2009 12:15:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.87.206 with SMTP id y56mr1185700wee.207.1256238951163; Thu, 22 Oct 2009 12:15:51 -0700 (PDT) In-Reply-To: <200910221905.n9MJ5dsO063534@lava.sentex.ca> References: <200910221905.n9MJ5dsO063534@lava.sentex.ca> Date: Thu, 22 Oct 2009 21:15:51 +0200 Message-ID: From: =?ISO-8859-1?Q?Marius_N=FCnnerich?= To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Stable Mailing List Subject: Re: ale0 gets no carrier X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2009 19:15:52 -0000 On Thu, Oct 22, 2009 at 21:05, Mike Tancsa wrote: > At 02:22 PM 10/22/2009, Marius N=FCnnerich wrote: >> >> Hi Pyun, all, >> >> today I installed FreeBSD 8-STABLE r198366 on a new Box. It has a Athero= s >> nic: >> ale0@pci0:2:0:0: =A0 =A0 =A0 =A0class=3D0x020000 card=3D0x831c1043 chip= =3D0x10261969 >> rev=3D0xb0 hdr=3D0x00 >> =A0 =A0vendor =A0 =A0 =3D 'Attansic (Now owned by Atheros)' >> =A0 =A0device =A0 =A0 =3D 'PCI-E ETHERNET CONTROLLER =A0(AR8121/AR8113 )= ' >> =A0 =A0class =A0 =A0 =A0=3D network >> =A0 =A0subclass =A0 =3D ethernet >> >> ale0: flags=3D8802 metric 0 mtu 1500 >> >> >> options=3D319a >> =A0 =A0 =A0 =A0ether 00:24:8c:a4:0a:b3 >> =A0 =A0 =A0 =A0media: Ethernet autoselect (none) >> =A0 =A0 =A0 =A0status: no carrier >> >> The nic gets no carrier at all. I tried against two known-working nics >> with a cross-over cable and against a dsl-modem. >> Any idea what to try? Will happily test patches. > > > Did you try and give it an IP address so that its "UP" ? Some nics dont s= eem > to have carrier until you put it in UP state with an IP. Try something > simple like > ifconfig ale0 192.168.255.254/30 > > =A0 =A0 =A0 =A0---Mike Wow! Good idea, that did work! Thanks Marius