From owner-freebsd-mobile@FreeBSD.ORG Fri Mar 20 06:53:34 2009 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 40AE21065678 for ; Fri, 20 Mar 2009 06:53:34 +0000 (UTC) (envelope-from chuckop@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0F30B8FC23 for ; Fri, 20 Mar 2009 06:53:33 +0000 (UTC) (envelope-from chuckop@gmail.com) Received: by wa-out-1112.google.com with SMTP id m38so592137waf.27 for ; Thu, 19 Mar 2009 23:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=iNEeavxxCIC6744FD1lIDgyg2BvOLlE3IRu0nEQLD5k=; b=jo1zHBDk+evAib4Nzt73PvUGrMZvoZLGB8F4dAyKeajEbnx0WzNm4ytqJ9c8paTByX 7UZpy9sX8QyQNbDAmDFQz9Drv/0nnUf08evvFBOH9X4lVhVE8HJ4eunHIRL0dxEbgY2k 2zkBgoL2pwXtME6LNpGpoE5S25UlSyei/p5wc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=WFwahUgNpehNDPfq38Fi0EEl2MyYKVMwCUelk7fH4NItwmRYQg+Ti7MMgWr4qQFXIy z4YSa+ouQ0Oab0tL0XVStBlrwGE0oXarCvVN4ZvfxMSKSC95D0nDtTQGPjp7abU0/j42 6OeGvBfartZLvNoO2a4m+iUWiYpFjT85hc4Xc= Received: by 10.115.14.15 with SMTP id r15mr2235591wai.118.1237530671122; Thu, 19 Mar 2009 23:31:11 -0700 (PDT) Received: from think.localnet (pool-71-112-35-190.sttlwa.dsl-w.verizon.net [71.112.35.190]) by mx.google.com with ESMTPS id l37sm1995396waf.38.2009.03.19.23.31.10 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Mar 2009 23:31:10 -0700 (PDT) From: Charles Oppermann To: freebsd-mobile@freebsd.org Date: Thu, 19 Mar 2009 23:31:07 -0700 User-Agent: KMail/1.11.1 (FreeBSD/7.1-STABLE; KDE/4.2.1; i386; ; ) References: <8D9D8FAF-F0E6-4161-9A92-CCCDDE1DC456@gmail.com> In-Reply-To: <8D9D8FAF-F0E6-4161-9A92-CCCDDE1DC456@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903192331.08612.chuckop@gmail.com> Subject: Re: Cannot get Intel/Pro Wireless 3945ABG to work 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: Fri, 20 Mar 2009 06:53:35 -0000 On Thursday 19 March 2009 06:27:06 pm Jason Nordwick wrote: > I just installed (after a multiyear hiatus of FreeBSD) on my laptop, > but I can't get the wireless to work. > I have 4 net devices listed): bfe0, fwe0, fwip0, and lo0. Is fwip the > device I want to interact with? I'm curious, what brand laptop is this on? The fwip0 device is the IP-over-Firewire adapter. I haven't found a use for that yet. The correct driver is wpi, read the wpi(4) man page for details and the changes you have to make to /boot/loader.conf to get the device recognized: man 4 wpi Good luck!