From owner-freebsd-questions@FreeBSD.ORG Tue May 20 21:17:59 2008 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 4F1F91065674 for ; Tue, 20 May 2008 21:17:59 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.177]) by mx1.freebsd.org (Postfix) with ESMTP id D262C8FC1C for ; Tue, 20 May 2008 21:17:58 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so899137ika.3 for ; Tue, 20 May 2008 14:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=oF623ToHo1zqwH5x0H+Hdk3ij0oGft8l7JKJQyeWt+U=; b=ggktXSsIgqkRoPxItYc/4mhktuRBuZ+NEPVtwwkbb/b3SaZV+Oof2fQzxCqKoDZ5FvdZMLOkSFIqtughk0ay7x1GUUdCrKO7fBUwgoK4o++n8QBW4Zyfw6+d1Vg0nb53r4hwhwAhF04ubQPhqBtIrxKGg9Dt0RGUuDApf/dsOcc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TgmZF6iVihSs6Alp+hiHB5502NiutkLag6i4GE0gVSsUDqx+G/SFpMtT0Jkeubu5Bnco75avSKYlHsKxoMfOXAmQNGLddZQDjo81YY5+GdFQO0D3I2hDTV9MEMvVd7ObR0vFlngfVWXHTWqtomYkWzWaa9cFh05kHbOt7fXIMsc= Received: by 10.125.148.7 with SMTP id a7mr7686729mko.128.1211318276723; Tue, 20 May 2008 14:17:56 -0700 (PDT) Received: by 10.86.98.6 with HTTP; Tue, 20 May 2008 14:17:56 -0700 (PDT) Message-ID: <1bd550a00805201417n3ed9f7f8p9ac8524051635985@mail.gmail.com> Date: Tue, 20 May 2008 23:17:56 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ipw2200 freebsd 7 firmware problem 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: Tue, 20 May 2008 21:17:59 -0000 Hi all, I have an ipw2200 bg. I can't make it work under FreeBSD 7 on AMD64. This is the output of pciconf -lv none0@pci0:0:5:0: class=0x028000 card=0x27028086 chip=0x42208086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'MPCI3B driverIntel PRO/Wireless 2200BG' class = network dmesg shows the following: pci0: at device 5.0 (no driver attached) I tried to instal the iwi-firmware from ports: ===> iwi-firmware-2.4_8 is configured with iwicontrol(8) which you don't need, use 'make rmconfig' and uncheck CONTROL. *** Error code 1 Stop in /usr/ports/net/iwi-firmware. I tried the suggested workaround, but I got: ===> No user-specified options configured for iwi-firmware-2.4_8 I tried with pkg_add -r iwi-firmware-2.4_8 and I got Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7.0-release/Latest/iwi-firmware-2.4_8.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7.0-release/Latest/iwi-firmware-2.4_8.tbz' by URL My ports are up to date (cvsup.de.FreeBSD.org) So... How can I make the wireless card work? Any help is appreciated. Thanks in advance.