From owner-freebsd-stable@FreeBSD.ORG Tue Nov 23 21:03:25 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9439F106566B for ; Tue, 23 Nov 2010 21:03:25 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 153718FC08 for ; Tue, 23 Nov 2010 21:03:24 +0000 (UTC) Received: by wye20 with SMTP id 20so664779wye.13 for ; Tue, 23 Nov 2010 13:03:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=wX1tBSa3RedMAslyguJPfDvD2fqpjkxBoyHzzrRlad0=; b=ROloldtdqSbdSkB012S9m4zdM7r05Zd3Qice2d6JEMwpjHrnADMUFaY4AYMeIHI5bT /CA+gdP3TOKgGQ6B3HZISTcng+8cqDqRDXpC5mIvXDYALp3qmfnYdPglguSLyrYM2xFE 4i5ppZ8v62FyFxtG0/disQLgwwi6XWabpEPqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rnEPM+x8FqAIRL35Dq6fvAMc7P9qTNEkoGKJab1/kR9doeyvv/U9lQ12ribrsinI/V EHBrZ7hWqI+aMSipv8ALkuZouIfiPWptS6cQ5z6qyL08KnR5C1PJnSRF2KQ36EBAMX3k 1weQcgP78jRUUXEU8E8ttSp78kDkO/H5LsCO0= MIME-Version: 1.0 Received: by 10.227.133.134 with SMTP id f6mr8220575wbt.202.1290546202972; Tue, 23 Nov 2010 13:03:22 -0800 (PST) Received: by 10.227.136.73 with HTTP; Tue, 23 Nov 2010 13:03:22 -0800 (PST) Date: Tue, 23 Nov 2010 15:03:22 -0600 Message-ID: From: Zhihao Yuan To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: if_wpi crashes when renewing in FreeBSD 8 all versions X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 21:03:25 -0000 My laptop is a HP Compaq nc8430, and the wireless card is Intel 3945ABG, with if_wpi driver. wpi0: flags=8802 metric 0 mtu 2290 ether 00:1b:77:31:1d:74 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier I can use the wireless correctly when I start the system. But after some time (depends on your wireless router renewing settings), it can not renew the DHCP settings. And, if you try to renew it with sudo /etc/rc.d/netif restart for like more than 2 times, the whole system will crash. The interesting thing is, the renewing problem only occurs on the wireless network with a WPA2 protocol. For the WEP or None-keys network, there is no problem. For the WPA-EAP network, you can redo the DHCP but not /etc/rc.d/netif restart. -- Zhihao Yuan The best way to predict the future is to invent it.