From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 23:22:20 2005 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 6871316A425 for ; Thu, 24 Nov 2005 23:22:20 +0000 (GMT) (envelope-from hans@nieser.net) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A2543D49 for ; Thu, 24 Nov 2005 23:22:19 +0000 (GMT) (envelope-from hans@nieser.net) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr7.xs4all.nl (8.13.3/8.13.3) with ESMTP id jAONMHxf010747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 25 Nov 2005 00:22:18 +0100 (CET) (envelope-from hans@nieser.net) Message-ID: <43864B2C.3020708@nieser.net> Date: Fri, 25 Nov 2005 00:22:20 +0100 From: Hans Nieser User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Troubles getting firmware for ipw (wifi) driver to load 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, 24 Nov 2005 23:22:20 -0000 Hi list, I'm trying to setup wireless networking with WPA for my Dell Inspiron 510m, which is equipped with an Intel PRO/Wireless 2100 MiniPCI NIC on FreeBSD 6.0-RELEASE. I'm following this guide: http://www.freebsdmall.com/~loader/en_US.ISO8859-1/articles/wireless/article.html (Also with the handbook chapter on wireless networking on the side) I am encountering troubles when executing the command "ifconfig ipw0 up scan", it doesn't list any APs at all. Looking at my dmesg output, it seems that ipw0 needs a firmware. ipw0: mem 0xfcffe000-0xfcffefff irq 9 at device 3.0 on pci1 ipw0: Ethernet address: 00:0c:f1:52:fe:88 ipw0: Please load firmware Not knowing exactly what that meant I checked ipw(4) and it does indeed say I need ipwcontrol to load the firmware. I found this in the portstree at net/ipw-firmware, but it won't install saying: root@aphax-laptop:/usr/ports/net/ipw-firmware# make install clean ===> ipw-firmware-1.3_4 ipw(4) support is already included in your tree. ===> Cleaning for ipw-firmware-1.3_4 Yet ipwcontrol is nowhere to be found (tried to locate it with an updated DB, but no luck). It's not there in the output of pkg_version either. I did however CTRL+C right after the options screen when trying to install this port the first time because I forgot to check the option. Maybe this broke things, but I did try make clean / make distclean / make config to try ti fix it but alas.. maybe it really isn't supposed to install. So this leaves the question, how do I load the firmware? Should I manually download the thing, or is there some way I can make the port work?