From owner-freebsd-mobile@FreeBSD.ORG Thu Oct 18 18:31:24 2007 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDDAB16A417 for ; Thu, 18 Oct 2007 18:31:24 +0000 (UTC) (envelope-from gb@isis.u-strasbg.fr) Received: from mailhost.u-strasbg.fr (mailhost.u-strasbg.fr [IPv6:2001:660:2402::152]) by mx1.freebsd.org (Postfix) with ESMTP id 6921113C48E for ; Thu, 18 Oct 2007 18:31:24 +0000 (UTC) (envelope-from gb@isis.u-strasbg.fr) Received: from 6nq.u-strasbg.fr (mojito.u-strasbg.fr [IPv6:2001:660:4701:1002::3]) by mailhost.u-strasbg.fr (8.13.8/jtpda-5.5pre1) with ESMTP id l9IIVMgk092752 for ; Thu, 18 Oct 2007 20:31:22 +0200 (CEST) Received: by 6nq.u-strasbg.fr (Postfix, from userid 1001) id 77755B086; Thu, 18 Oct 2007 20:24:03 +0200 (CEST) Date: Thu, 18 Oct 2007 20:24:03 +0200 From: Guy Brand To: freebsd-mobile@freebsd.org Message-ID: <20071018182403.GA1822@isis.u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline x-gpg-fingerprint: B423 4924 012E 52F3 BA9E 547F CC8C 0BC5 9C0E B1CA x-gpg-key: 9C0EB1CA User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mailhost.u-strasbg.fr [IPv6:2001:660:2402::152]); Thu, 18 Oct 2007 20:31:22 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/4545/Wed Oct 17 23:05:57 2007 on mr2.u-strasbg.fr X-Virus-Status: Clean X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,NO_RELAYS autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mr2.u-strasbg.fr Subject: ath broken with CURRENT? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 18:31:24 -0000 Hi, # uname -v | sed "s/root.*//" FreeBSD 8.0-CURRENT #18: Thu Oct 18 19:50:41 CEST 2007 The kernel is GENERIC without WITNESS and INVARIANTS. # ifconfig ath0 up # fgrep ath /var/log/message Oct 18 20:06:55 6nq kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) Oct 18 20:06:55 6nq kernel: ath0: mem 0x88000000-0x8800ffff irq 16 at device 0.0 on cardbus0 Oct 18 20:06:55 6nq kernel: ath0: [ITHREAD] Oct 18 20:06:55 6nq kernel: ath0: using obsoleted if_watchdog interface Oct 18 20:06:55 6nq kernel: ath0: Ethernet address: 00:0f:cb:b1:ea:b3 Oct 18 20:06:55 6nq kernel: ath0: mac 10.5 phy 6.1 radio 6.3 Oct 18 20:07:51 6nq kernel: ath0: unable to reset hardware; hal status 0 If I keep trying to "ifconfig ath0 up", I see: Oct 18 20:08:10 6nq kernel: ath0: unable to reset hardware; hal status 4243348276 Oct 18 20:08:11 6nq kernel: ath0: unable to reset hardware; hal status 4242783028 Oct 18 20:08:12 6nq kernel: ath0: unable to reset hardware; hal status 4242795316 Oct 18 20:08:13 6nq kernel: ath0: unable to reset hardware; hal status 4242807604 Oct 18 20:08:14 6nq kernel: ath0: unable to reset hardware; hal status 4242807604 Oct 18 20:08:16 6nq kernel: ath0: unable to reset hardware; hal status 4242795316 Oct 18 20:08:29 6nq kernel: ath0: unable to reset hardware; hal status 4242783028 Oct 18 20:08:30 6nq kernel: ath0: unable to reset hardware; hal status 4242123572 Oct 18 20:08:32 6nq kernel: ath0: unable to reset hardware; hal status 4241132340 Oct 18 20:08:34 6nq kernel: ath0: unable to reset hardware; hal status 4242893620 Oct 18 20:08:37 6nq kernel: ath0: unable to reset hardware; hal status 4243213108 Oct 18 20:08:38 6nq kernel: ath0: unable to reset hardware; hal status 4243335988 Oct 18 20:08:40 6nq kernel: ath0: unable to reset hardware; hal status 4243323700 Last time this card was working: FreeBSD 7.0-CURRENT #11: Wed Oct 10 18:14:08 CEST 2007. Anything I could try? Thanks, -- bug