From owner-freebsd-current@FreeBSD.ORG Sun Dec 5 06:21:04 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C743106566B for ; Sun, 5 Dec 2010 06:21:04 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 4E44E8FC12 for ; Sun, 5 Dec 2010 06:21:04 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id oB56L3JY063440 for ; Sat, 4 Dec 2010 22:21:03 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id oB56L3Kv063439 for freebsd-current@freebsd.org; Sat, 4 Dec 2010 22:21:03 -0800 (PST) (envelope-from sgk) Date: Sat, 4 Dec 2010 22:21:03 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20101205062103.GA63430@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: wlan0 going UP/DOWN problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 06:21:04 -0000 It seems some recent change (as in the last 7-10 days) has caused an instability in wlan0. Just a small excerpt from /var/log/messages, Dec 4 18:54:16 laptop kernel: wlan0: link state changed to UP Dec 4 19:11:16 laptop kernel: wlan0: link state changed to DOWN Dec 4 19:11:16 laptop kernel: wlan0: link state changed to UP Dec 4 19:19:46 laptop kernel: wlan0: link state changed to DOWN Dec 4 19:19:46 laptop kernel: wlan0: link state changed to UP Dec 4 19:37:01 laptop kernel: wlan0: link state changed to DOWN Dec 4 19:37:01 laptop kernel: wlan0: link state changed to UP Dec 4 19:45:31 laptop kernel: wlan0: link state changed to DOWN Dec 4 19:45:31 laptop kernel: wlan0: link state changed to UP Dec 4 19:54:01 laptop kernel: wlan0: link state changed to DOWN Dec 4 19:54:01 laptop kernel: wlan0: link state changed to UP Dec 4 20:11:16 laptop kernel: wlan0: link state changed to DOWN Dec 4 20:11:16 laptop kernel: wlan0: link state changed to UP Dec 4 20:19:46 laptop kernel: wlan0: link state changed to DOWN Dec 4 20:19:46 laptop kernel: wlan0: link state changed to UP Dec 4 20:36:46 laptop kernel: wlan0: link state changed to DOWN Dec 4 20:36:46 laptop kernel: wlan0: link state changed to UP Dec 4 20:45:16 laptop kernel: wlan0: link state changed to DOWN Dec 4 20:45:16 laptop kernel: wlan0: link state changed to UP Dec 4 20:53:46 laptop kernel: wlan0: link state changed to DOWN Dec 4 20:53:46 laptop kernel: wlan0: link state changed to UP So, every 18 minutes the devices is going DOWN/UP. :-/ -- Steve