From owner-freebsd-current@FreeBSD.ORG Wed Jul 27 05:15:42 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FAB16A41F for ; Wed, 27 Jul 2005 05:15:42 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819C443D49 for ; Wed, 27 Jul 2005 05:15:42 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.94] ([66.127.85.94]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6R5Fdms070206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Jul 2005 22:15:41 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42E718A0.3010201@errno.com> Date: Tue, 26 Jul 2005 22:16:16 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirk Davis References: <04C71268DFDAA8499EC1A248A44B6A2B34BFFF@Exchange21.EDU.epsb.ca> In-Reply-To: <04C71268DFDAA8499EC1A248A44B6A2B34BFFF@Exchange21.EDU.epsb.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "'freebsd-current@freebsd.org'" Subject: Re: 6-BETA1 iwi + wpa_supplicant fails, and sometimes silently re boots X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 05:15:43 -0000 Kirk Davis wrote: > Ahh... You are right Sam. I was trying to think of all the things I did to > get it working and I did forget the wlan_tkip module that I load at startup. > > > Yes, The main problem I had with the iwi driver was the firmware. Is it > possible for someone to MFC the devd.conf changes to support this card? > Once you let devd handle the firmware then dhclient works a lot better for > roaming. The firmware isn't in the base system so modfiying devd.conf doesn't make sense. I believe it's sufficient to load the firmware from a start_if.iwi0 script in which case the port/package that has the firmware could set this up for you. Sam