From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 16 08:58:13 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA0F216A4CE for ; Sun, 16 Jan 2005 08:58:13 +0000 (GMT) Received: from imladris.teardrop.org (imladris.teardrop.org [66.92.66.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B623E43D39 for ; Sun, 16 Jan 2005 08:58:13 +0000 (GMT) (envelope-from snow@teardrop.org) Received: by imladris.teardrop.org (Postfix, from userid 100) id 94FCBBEC11; Sun, 16 Jan 2005 03:58:36 -0500 (EST) Date: Sun, 16 Jan 2005 03:58:36 -0500 From: James Snow To: freebsd-mobile@freebsd.org Message-ID: <20050116085836.GA34477@teardrop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: ThinkPad X40 (2371-H9U) - Atheros attach fails? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 08:58:14 -0000 I've got 5.3-Rp4 up and running on my X40. X works, onboard gigE works. Stable after using the "boot into Windows and disable the secondary IDE bus" hack that seems to be necessary on most X series ThinkPads. But the onboard Atheros card fails to attach. At boot I get: pci2: at device 2.0 (no driver attached) If I kldload if_ath: ath0: mem 0xd0200000-0xd020ffff irq 21 at device 2.0 on pci2 ath0: mac 5.9 phy 4.3 5ghz radio 3.6 ath0: unable to collect channel list from hal device_attach: ath0 attach returned 22 And pciconf -vl: ath0@pci2:2:0: class=0x020000 card=0x057e1014 chip=0x1014168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' class = network subclass = ethernet Any pointers on what to poke at next? -Snow