From owner-freebsd-questions@FreeBSD.ORG Tue Mar 13 18:18:12 2012 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 90542106566C for ; Tue, 13 Mar 2012 18:18:12 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1183E8FC29 for ; Tue, 13 Mar 2012 18:18:11 +0000 (UTC) Received: by lboi15 with SMTP id i15so537479lbo.13 for ; Tue, 13 Mar 2012 11:18:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=N4SyYBtV4PUEX1dRpqQ+LW1lZ6iGF9Hys9+qdbhz6Ig=; b=ZHXmZY/tO1XCOGQYsetofRS66L2hiLJIjA0qA9aGcPTymDaHh84kaC2DUMspoltfRZ 4FYaGRNHv+AMiFXvWSzqDxHF51RNGHUYbVwmtXlcwibH2eL20Ame+dM9/aihS7+8Vo3v benhL/hYKsdbFcCbs/SmNspf0Plm0BI5i49URLJGUZ+a02o0auvRU6JQMWRxZHL6TlxE /zPngIM2udtviwoT4+K8hgz4ekUNoaMYAX8VW8ErZ595dQPKc6lgsxzadFxOHBYc8Hf8 NpJcOZboXfL1oPBquBdw28oSr/f0QDd7OH9OwCNTzj+WdcoYRXRJzKPgP8YLTVWaxU4d EpCg== MIME-Version: 1.0 Received: by 10.112.8.201 with SMTP id t9mr6652279lba.51.1331662690906; Tue, 13 Mar 2012 11:18:10 -0700 (PDT) Received: by 10.152.13.72 with HTTP; Tue, 13 Mar 2012 11:18:10 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Mar 2012 19:18:10 +0100 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Joseph Mingrone Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Intel Pro/Wireless 2200BG (iwi) firmware error / device timeout 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, 13 Mar 2012 18:18:12 -0000 On Tue, Mar 13, 2012 at 4:27 PM, Joseph Mingrone wrote: > I see there are still some open PRs for this problem, but they are a > couple of years old. =A0Does anyone know of any workarounds? > > I don't recall having problems in 7.x, but in 8.x I see the firmware > errors every few hours. If I try to do a # /etc/rc.d netif restart the > system reboots. I don't know if it is related, but in 9.0-RELEASE, I can't load the firmware at all (kern/165595) Cheers > > # pciconf -lv > ... > iwi0@pci0:2:2:0: =A0 =A0 =A0 =A0class=3D0x028000 card=3D0x27018086 chip= =3D0x42208086 > rev=3D0x05 hdr=3D0x00 > =A0 =A0vendor =A0 =A0 =3D 'Intel Corporation' > =A0 =A0device =A0 =A0 =3D 'driverIntel PRO/Wireless 2200BG (MPCI3B)' > =A0 =A0class =A0 =A0 =A0=3D network > > # cat /boot/loader.conf > ... > legal.intel_iwi.license_ack=3D1 > if_iwi_load=3D"YES" > > # cat /etc/rc.conf | grep wlan > wlans_iwi0=3D"wlan0" > ifconfig_wlan0=3D"WPA DHCP" > > # cat /etc/wap_supplicant.conf > network=3D{ > =A0 =A0 =A0 =A0ssid=3D"myssid" > =A0 =A0 =A0 =A0psk=3D"mypsk" > } > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"