From owner-freebsd-net@FreeBSD.ORG Wed Oct 5 01:16:53 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF9CB106564A for ; Wed, 5 Oct 2011 01:16:53 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id A0FD18FC12 for ; Wed, 5 Oct 2011 01:16:53 +0000 (UTC) Received: by gyf2 with SMTP id 2so1382360gyf.13 for ; Tue, 04 Oct 2011 18:16:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=VZ2AgmiN79XIyTbwT+75pBmGS3zdg+/E4kdhpidcjgo=; b=EKqnU4qG9xzptBpevmytcWpsP1+yuHdj5bj798nLDi2RkGLk67f6kRnMQG2QOnvu/z pPheNrA7UOFik9UKMUy4gTWCmO6aY9B9UPOaTLU5VgSoQFPIWIW4z2T31pHchDX0/thD EGjG8vrWLzQLT7uF3SCaaZyziAnFZWI3cCROU= Received: by 10.150.48.29 with SMTP id v29mr1834194ybv.423.1317776978302; Tue, 04 Oct 2011 18:09:38 -0700 (PDT) Received: from blackbeast.local (c-98-230-65-110.hsd1.al.comcast.net. [98.230.65.110]) by mx.google.com with ESMTPS id g38sm49330124ann.4.2011.10.04.18.09.37 (version=SSLv3 cipher=OTHER); Tue, 04 Oct 2011 18:09:37 -0700 (PDT) From: Chuck Burns To: freebsd-net@freebsd.org Date: Tue, 4 Oct 2011 20:08:48 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201110042008.48915.break19@gmail.com> Subject: [urtw] Wifi link dying randomly. reboot required to reconnect. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 01:16:54 -0000 have a Netgear WG111v2 - which is a RealTek 8187 based usb 802.11G dongle, and which uses the if_urtw module. At random intervals, my internet connection just dies, I cannot ping the AP, am told "Network is down" by ping. The LED light on the adapter will have also gone out, and in dmesg, I get "wlan: link state changed to DOWN" and nothing I can do will restart the connection. Killing wpa_supplicant and restarting it does nothing. I've even destroyed and recreated the wlan0 device and still nothing. The card is effectively off, and non-responsive. What's worse is, I cannot remove and reinsert the adapter, because doing so causes a kernel panic. kldunload if_urtw -also- causes a kernel panic. I've had this issue since 8.0 was released, and I've also tried -current with no success at resolving this issue. As a point of note, this adapter is stable under OpenBSD, Linux, and Windows. It is only under FreeBSD and Solaris(OI, OSOL, and SolExpress10/11) that this issue exists... If anyone has any ideas for things to try, I am willing to try pretty much anything to get this resolved.