From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 16 16:49:28 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 B629916A4CE for ; Sun, 16 Jan 2005 16:49:28 +0000 (GMT) Received: from zephon.secspace.de (zephon.secspace.de [62.75.136.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7175B43D1D for ; Sun, 16 Jan 2005 16:49:28 +0000 (GMT) (envelope-from ml@ps102.de) Received: from [192.168.17.11] (pD9522B7A.dip.t-dialin.net [217.82.43.122]) by zephon.secspace.de (Postfix) with ESMTP id 0919F6EB3B; Sun, 16 Jan 2005 17:49:26 +0100 (CET) Message-ID: <41EA9B9F.9070808@ps102.de> Date: Sun, 16 Jan 2005 17:51:43 +0100 From: Volker Kindermann User-Agent: Mozilla Thunderbird 1.0 (X11/20041228) X-Accept-Language: en-us, en MIME-Version: 1.0 To: James Snow References: <20050116085836.GA34477@teardrop.org> <41EA3BE5.3090406@ps102.de> <20050116155956.GA37160@teardrop.org> In-Reply-To: <20050116155956.GA37160@teardrop.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: 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 16:49:28 -0000 > The wlan module appears to already be present. Immediately after > booting: > > x40# kldload wlan > kldload: can't load wlan: File exists > x40# kldstat > Id Refs Address Size Name > 1 5 0xc0400000 5cdad8 kernel > 2 1 0xc09ce000 5844 snd_ich.ko > 3 2 0xc09d4000 1d4fc sound.ko > 4 14 0xc09f2000 537f0 acpi.ko > > I believe this means it's compiled into the kernel. Do you have the sources installed? I would double-check with "cat /path/to/GENERIC | grep wlan" if you're using the GENERIC kernel. -volker