From owner-freebsd-current@FreeBSD.ORG Thu Aug 25 13:45:44 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7BA9106566C; Thu, 25 Aug 2011 13:45:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0EF8FC08; Thu, 25 Aug 2011 13:45:44 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 34A9E46B06; Thu, 25 Aug 2011 09:45:44 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id A19BD8A02F; Thu, 25 Aug 2011 09:45:43 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org, Daniel Eischen Date: Thu, 25 Aug 2011 09:40:44 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201108250940.44847.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 25 Aug 2011 09:45:43 -0400 (EDT) Cc: current@freebsd.org Subject: Re: ath0 no longer attaches, cardbus problems? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2011 13:45:44 -0000 On Wednesday, August 24, 2011 8:19:42 pm Daniel Eischen wrote: > Hello, > > I have an older Dell 4150 laptop that takes forever to build > world, so I don't update it that often. The last time I > updated it was March 1, 2010. I just updated the system > yesterday and ath0 (a Linksys PCCard) no longer attaches. > > The interesting thing is that ath0 is detected at different > addresses between the working kernel and the non-working > kernel: > > March 1, 2010 kernel > -------------------- > ath0: mem 0x88000000-0x8800ffff irq 11 > at device 0.0 on cardbus0 > ath0: [ITHREAD] > ath0: AR5212 mac 5.9 RF5112 phy 4.3 > > > Aug 23, 2011 kernel > ------------------- > ath0: mem 0xf8f10000-0xf8f1ffff irq 11 > at device 0.0 on cardbus0 > > > I've tried forcing successful returns from > ar5212SetPowerModeAwake() and ar5212SetResetReg() > but it doesn't help (diffs below). > > Any suggestions on how to get this to work? > Full dmesg from working and non-working kernels at > > http://people.freebsd.org/~deischen/ath/ath.dmesg You can try setting 'debug.acpi.disable=hostres' at the loader prompt as a test. If that doesn't work, a verbose dmesg from the broken case as well as devinfo -u and devinfo -r output from the working and broken cases would be most useful. -- John Baldwin