From owner-freebsd-mobile@FreeBSD.ORG Fri Mar 20 16:01:07 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 302D7106566B for ; Fri, 20 Mar 2009 16:01:07 +0000 (UTC) (envelope-from jnordwick@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 02D7E8FC1C for ; Fri, 20 Mar 2009 16:01:06 +0000 (UTC) (envelope-from jnordwick@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1220414wfg.7 for ; Fri, 20 Mar 2009 09:01:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=O4xBgLNgcsw1iZixAvsWEl5j+8mwDr85Ik6JHzU7pGU=; b=Y+fhg1Cx7dybNTRSJk+tH8kfHMkCUd4P8J0IAYtB2yKtjG6YKbDEhPBZhVq5cdVpvT FHbRaW6I6huaUj/oFW6ZgfsbZPfTrXwCTD9DhyUN2ASVn3CWv5NaqRQJOArBg7cXnsTh Va5y/YmJp0REl7855g49NSpn1t+EBvi36tPH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=lsHIWNqAs5NBD++eIr6vhcPD52lwE2yrPSCYJSUbVjAAMTFrs7PiMSYHXPIqsa2b1f tRd1Zqg4KIR6iaiAcrudbM9Nby1fqt9Y/7wxGT0p2gSe57E9UTHub+04WeX+DFUbwi8v ruyH5E/j4fauSuJALN5CT9fbLF+DWNK8FB6Yc= Received: by 10.142.11.20 with SMTP id 20mr1285175wfk.291.1237564866448; Fri, 20 Mar 2009 09:01:06 -0700 (PDT) Received: from ?192.168.1.5? ([76.91.169.132]) by mx.google.com with ESMTPS id 28sm4254744wfg.11.2009.03.20.09.01.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Mar 2009 09:01:06 -0700 (PDT) Message-Id: <02EF6260-D64F-4473-A5F6-C95246261BCE@gmail.com> From: Jason Nordwick To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Fri, 20 Mar 2009 09:01:04 -0700 X-Mailer: Apple Mail (2.930.3) Subject: Intel/Pro Wireless 3945ABG working! now slow :( 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 16:01:07 -0000 Thanks for all the help. The problem was just that I couldn't figure out which device I needed to use and the information to turn on the device was in the man page that I didn't know about because it wasn't listed in the device output. Doh. Thank you everybody for your help. It all works now (except I still find it clunky to manage the networks I want to join, but I figure I'll find something out there to help with that or be able to write a script to do it). Now, I just have speed issues. For example, right now I am trying to install some ports, but maxing out the download at about 4-6 k/sec. Did I not include wpi0.makefast="YES" or something? -j