From owner-freebsd-wireless@FreeBSD.ORG Mon Feb 9 13:36:09 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E1169CE for ; Mon, 9 Feb 2015 13:36:09 +0000 (UTC) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E9F11EB for ; Mon, 9 Feb 2015 13:36:09 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id nt9so25073240obb.3 for ; Mon, 09 Feb 2015 05:36:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9Rqf5S1wFHKJxbNEVUIpEG/m2rhQC5PHQqykhgR9NJM=; b=T4SVW5rVgKn3QqjCgDZeqjgJnhdib6f0DWCjQ7OZK2NSievuu06wyMnwa22ABYKd4C rResNYbGwBagfAC8CAgU7FlMVYksqHJaj0y0/oJQWiCITXaO8KArfw8PxIAgoar6DEL7 pRuMP+h9YF/pki5Ij4Kcib0o6lMYOVTiCFhy+4f2NieuNIp2clyPWlyBvQYZf6W0ecoj YogQX/7Lj/vIvPaTd3EVPGGS0Rcr5ktoy4Q0nV7X9bdbN3QwePh5IUdWFdaDNLDppnLL /O1w6CfJduWy24HPh6Yt0YFwbxD4vbjeAfGfpUeFohGjyfI/Je9C9lTVRUgcASRmQ4O2 2RwA== MIME-Version: 1.0 X-Received: by 10.60.70.141 with SMTP id m13mr11800368oeu.86.1423488968392; Mon, 09 Feb 2015 05:36:08 -0800 (PST) Received: by 10.76.107.134 with HTTP; Mon, 9 Feb 2015 05:36:08 -0800 (PST) In-Reply-To: References: Date: Mon, 9 Feb 2015 14:36:08 +0100 Message-ID: Subject: Re: Intell Centrino Wireless-N 2230 won't get DHCP-addr after sleep From: Mikhail Krutov To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 13:36:09 -0000 Follow-up: The router reboot have fixed the issue; sorry for the noise. On Mon, Feb 9, 2015 at 2:00 PM, Mikhail Krutov wrote: > Hello! > I've got a problem with my Wireless device on a laptop > I have FreeBSD-CURRENT from 20150201-r278031 image installed. > No updates or changes were applied to base system & kernel. > At first, device worked flawlessly, with no problems through 3 days of > continious usage. > Than, after first sleep, device just stopped recieving DHCP offers: all I > see in device logs is > as follows: > > wlan0 link state down -> p > DHCPREQUEST on wlan0 to 255.255.255.255 port 67 > DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3 > DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4 > DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13 > DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20 > wlan0: link state changed to DOWN > wlan0 link state up> down > wlan0: link state changed to UP > wlan0 link state down -> up > > > This behaviour presists through reboots, and machine is stuck in endless > loop > of dhcp requests while booting if I have network (WPA & wlan0/iwn0) > enabled in /etc/rc.conf > > I've tried manually doing up/down > The first thing I thought is to try to turn the device off and on again in > BIOS (or in my case, > UEFI), but my machine doesn't propose that option to me. > > What should/could I do with this? > P.s. > I'm not a member of a list, please Cc: me. > Thank you! > > Have a nice day, > Mike. > > > > >