From owner-freebsd-questions@FreeBSD.ORG Mon Aug 23 03:28:39 2010 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 6CCF2106566B for ; Mon, 23 Aug 2010 03:28:39 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from qmta05.emeryville.ca.mail.comcast.net (qmta05.emeryville.ca.mail.comcast.net [76.96.30.48]) by mx1.freebsd.org (Postfix) with ESMTP id 523078FC1F for ; Mon, 23 Aug 2010 03:28:39 +0000 (UTC) Received: from omta03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by qmta05.emeryville.ca.mail.comcast.net with comcast id xdAP1e0050b6N64A5fUeCB; Mon, 23 Aug 2010 03:28:38 +0000 Received: from remegius.comcast.net ([67.180.204.190]) by omta03.emeryville.ca.mail.comcast.net with comcast id xfUZ1e00C46zqiB8PfUaJE; Mon, 23 Aug 2010 03:28:35 +0000 Message-ID: <4C71EAE1.8@comcast.net> Date: Sun, 22 Aug 2010 20:28:33 -0700 From: Rem P Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100819 Thunderbird/3.1.2 MIME-Version: 1.0 To: Glen Barber References: <4C71BCD8.7080403@comcast.net> <4C71E141.4040604@gmail.com> <4C71E462.9020805@comcast.net> <4C71E7A9.7000209@gmail.com> In-Reply-To: <4C71E7A9.7000209@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: Thinkpad Wireless 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: Mon, 23 Aug 2010 03:28:39 -0000 > On 8/22/10 11:00 PM, Rem P Roberti wrote: >> Thanks for your help so far. Yes, I have looked at the handbook section >> on wireless, and as a matter of fact I installed 8.1 on an ancient >> Compaq Presario (6GB HD!) and was able to configure the Atheros wireless >> pci card so that the computer works quite well. OK...the info I gleaned >> from pciconf -lv shows: >> >> device = 'driverIntel PRO/Wirelss 220BG (MPC13B' >> > Perfect. Is "220BG" a typo? I see that iwi(4) supports 2200BG/2225BG > and so on. If it _is_ a typo, try this: > > echo 'legal.intel_iwi.license_ack=1'>> /boot/loader.conf > echo 'if_iwi_load="YES"'>> /boot/loader.conf > echo 'iwi_bss_load="YES"'>> /boot/loader.conf > echo 'iwi_ibss_load="YES"'>> /boot/loader.conf > echo 'iwi_monitor_load="YES"'>> /boot/loader.conf > > (Note, the differentiation between the single- and double-quotes.) > > After a reboot, you should see iwi0 in ifconfig(8) output. (I'm not > aware of a way to acknowledge the license agreement without a reboot.) > Then you should be able to configure your wlan0 device similarly to your > Presario. > > Hope this helps. > > Regards, > Yep, it was a typo. OK...iwi0 is now showing up in the ifconfig output. I shall make the (hopefully) appropriate entries in /etc/rc.conf and see what happens. ---Rem