From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 10 16:29:46 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BB63106567C for ; Tue, 10 Jun 2008 16:29:46 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id DC30C8FC27 for ; Tue, 10 Jun 2008 16:29:45 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m5AGImpF090459 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Jun 2008 09:18:48 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <484EA968.60303@freebsd.org> Date: Tue, 10 Jun 2008 09:18:48 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Razor References: <5e81405d0806090649y7e615b93i3d97be08e29c42cf@mail.gmail.com> In-Reply-To: <5e81405d0806090649y7e615b93i3d97be08e29c42cf@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: freebsd-hardware@freebsd.org Subject: Re: The wireless card can not use after I upgrade to 8-CURRENT. IBM THINKPAD T23 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 16:29:46 -0000 Razor wrote: > The card works well in FreeBSD 7.0-RELEASE. After I upgrade to > 8-CURRENT. The wlan0 can not associate with my AP. Here is my rc.conf > and wpa_supplicant.conf > > rc.conf: > > wlans_wi0=wlan0 > ifconfig_wlan0="WPA DHCP" > > /etc/wpa_supplicant.conf: > ctrl_interface=/var/run/wpa_supplicant > network={ > ssid="FreeBSD" > scan_ssid=1 > key_mgmt=NONE > wep_tx_keyidx=0 > wep_key0=ABCDEF01234567890ABCDEF012 > } > > ifconfig wi0: > wi0: flags=8843 metric 0 mtu 2290 > ether 00:20:e0:8a:2d:88 > media: IEEE 802.11 Wireless Ethernet autoselect mode 11b > status: associated > > ifconfig wlan0: > wlan0: flags=8843 metric 0 mtu 1500 > ether 00:20:e0:8a:2d:88 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > ssid "" channel 10 (2457 Mhz 11b) > country US authmode WPA1+WPA2/802.11i privacy ON deftxkey UNDEF > txpower 0 bmiss 7 scanvalid 60 roaming MANUAL bintval 0 > Intersil prism cards should work fine though they may require a firmware upgrade to ~rev 1.7. Unfortunately you've not shown the boot messages for the wi device so there's no way to tell what card you have. Other devices that used to be supported by wi were broken in the vap conversion. Someone else will need to step up and fix the driver to support them; I have no time right now. Sam