From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 04:40:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3499106564A for ; Thu, 19 Feb 2009 04:40:46 +0000 (UTC) (envelope-from cryptoretro@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id 895008FC15 for ; Thu, 19 Feb 2009 04:40:46 +0000 (UTC) (envelope-from cryptoretro@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so249148wfd.7 for ; Wed, 18 Feb 2009 20:40:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=3F2pbsDkBlgvOUs1gAwKUy3OB318USDxBtZxqwkKOsQ=; b=DJArzJLOF7qJ05oW0zpmFOxnoAQb9/bA30ro3VXivBgHJlZljZfEQRZEVn4vmD3gW5 gC9NPYUgMwIIt+ZO/cYjeW6L69IYj3lgH7B4NQ2lurE4YKObPGKFfjvxS7/XreH5cr6n oi5wYjKG8pbON0CUA7RFaahJAwiuNnS4PaUps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=TJSAA7lnaVrl3akaGUMbOt6glLMtIg4dRf3O3m3y5shWEU6AvMwDHlJEciE20PjW9q 07d++HlSn0EvzFMSczFoz+OrUfXRmIUMWqxhk/IsSpOJw+0zLy+bRfFt4e7kM3egMrit wiQ2b0yqB0L6aX73d16PAT60CGQe67xX8pasQ= Received: by 10.142.174.8 with SMTP id w8mr2012010wfe.61.1235016932184; Wed, 18 Feb 2009 20:15:32 -0800 (PST) Received: from emobile.hsd1.wa.comcast.net. (c-98-247-78-9.hsd1.wa.comcast.net [98.247.78.9]) by mx.google.com with ESMTPS id 22sm1833747wfi.1.2009.02.18.20.15.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Feb 2009 20:15:31 -0800 (PST) Message-ID: <499CDCD6.6050101@gmail.com> Date: Wed, 18 Feb 2009 20:15:18 -0800 From: Erik Johnson User-Agent: Thunderbird 2.0.0.18 (X11/20090208) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20090219005943.F3665106571B@hub.freebsd.org> In-Reply-To: <20090219005943.F3665106571B@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 7.1: iwi problem with intel 2200 pro wireless card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 04:40:47 -0000 Hello John, I also have a T42p that I just installed FreeBSD 7.1 onto. I use the Intel 2200BG as well, so hopefully this helps. I noticed on your loader.conf that you have the license at the end of "WiFi Config. I placed mine at the beginning. as in the example below. Have you tried loading that first? I'm not sure if it makes a difference but might be worth a try. I'm interested in hearing back and keeping in contact since we share similar config for older hardware. ------------------------------------------------------- legal.intel_iwi.license_ack=1 if_iwi_load="YES" wlan_load="YES" firmware_load="YES" iwi_bss_load="YES" iwi_ibss_load="YES" iwi_monitor_load="YES" --------------------------------------------------------- Erik