From owner-freebsd-questions@FreeBSD.ORG Wed Apr 12 07:07:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261DC16A400 for ; Wed, 12 Apr 2006 07:07:45 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6EED43D45 for ; Wed, 12 Apr 2006 07:07:44 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 30643 invoked from network); 10 Apr 2006 11:21:03 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Apr 2006 11:21:03 +1000 Date: Mon, 10 Apr 2006 11:19:39 +1000 From: Norberto Meijome To: Vinicius Vianna Message-ID: <20060410111939.62e7d2bf@localhost> In-Reply-To: <44370194.5080006@hacked.com.br> References: <44370194.5080006@hacked.com.br> X-Mailer: Sylpheed-Claws 2.1.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Iwi with toshiba tecra 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: Wed, 12 Apr 2006 07:07:45 -0000 On Fri, 07 Apr 2006 21:19:32 -0300 Vinicius Vianna wrote: > Hi, > > I got from freebsd-question that you have a toshiba tecra with iwi > working, i'm having always iwi0: fatal error, could you send me the > firmware you are using? > I tried 2.2, 2.3, 2.4, 3.0 with no luck at all. Hi Vinicius, Using the code from the port [betom@ayiin] [Mon Apr 10 11:03:50 2006] /usr/home/betom $ pkg_info | grep iwi iwi-firmware-2.4_2 Intel PRO/Wireless 2200 Driver Firmware in /etc/rc.conf : [....] # Built-In Wireless ifconfig_iwi0="ssid MyHomeAP" iwi_enable="YES" iwi_interfaces="iwi0" iwi_mode_iwi0="bss" [...] iwi_enable setting is read by the iwi.sh from the iwi-firmware port, which I moved to /usr/local/etc/rc.d/ so it doens't get clobbered on world upgrades. then it's just a matter of adding other wireless settings (wpa/wep,etc) and do an ifconfig up... So I or other people can help you best, what is the *exact* steps you follow to enable your card, and what is the *exact* error messages you receive? Beto