From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 10 17:07:10 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 A9A641065679 for ; Tue, 10 Jun 2008 17:07:10 +0000 (UTC) (envelope-from bg1tpt@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 3A4D88FC18 for ; Tue, 10 Jun 2008 17:07:09 +0000 (UTC) (envelope-from bg1tpt@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so753176tid.3 for ; Tue, 10 Jun 2008 10:07:08 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=laKvnUGgtp4W1aAsP7lWLEjdiSaNe5hM5/vDxEkDC2o=; b=HB8iX0G3azD0l4qWk56HnGsaEWBQfM+5D+GYrmmzvF79HUP6bi0DhgCBOs4K8LzChm EWB6vMmDbuPYaZDf0aXMbxWWBJekl78gTho6nUS186oQpfqPCOIMGw7qwMwb2hWo4qvq zmztGxjXoj6/wdrC1/puVsqS/OwA/55RQk5uM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pb4wLdQ/bzxz2MFMLvgWcXLLW3y1Fh181fbTqzSuNIYPHMBlxF9rwEk1zGcRlrPr4v qtU0IaFyLKEglRhLP7lOWUAHar5iTlPUZ9/ccZOhRqO48d3cUnGE5fq5ze/Rgbclkbc5 gnW6ZewvbrmwLA38Kn1lkGkMEXINw/zfS71XA= Received: by 10.110.11.1 with SMTP id 1mr1180892tik.2.1213117628659; Tue, 10 Jun 2008 10:07:08 -0700 (PDT) Received: by 10.110.52.10 with HTTP; Tue, 10 Jun 2008 10:07:08 -0700 (PDT) Message-ID: <5e81405d0806101007t1f86a481vee58b95c3c882a03@mail.gmail.com> Date: Wed, 11 Jun 2008 01:07:08 +0800 From: Razor To: "Sam Leffler" In-Reply-To: <484EA968.60303@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5e81405d0806090649y7e615b93i3d97be08e29c42cf@mail.gmail.com> <484EA968.60303@freebsd.org> 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 17:07:10 -0000 OK, Thanks. And here is my boot messages of wi0: wi0: mem 0xec000000-0xec000fff irq 11 at device 2.0 on pci2 wi0: [ITHREAD] wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.2) On Wed, Jun 11, 2008 at 12:18 AM, Sam Leffler wrote: > 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 > >