From owner-freebsd-wireless@FreeBSD.ORG Sat Aug 23 22:17:03 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0115E42B for ; Sat, 23 Aug 2014 22:17:02 +0000 (UTC) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B076333C4 for ; Sat, 23 Aug 2014 22:17:02 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id m5so10968855qaj.21 for ; Sat, 23 Aug 2014 15:17:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=74uVxlwLlIxQVoG8KkXkKtCew3p/dqSkvW3bvd/CPfY=; b=DADu5maF3X6qXaHyKEHQkJdviBQyEf2MT8sETBdm9oIK98B9KbpdO8kqa7c+a9oA3C 2FwpfivdaHNgpiRT4984r8aDOE8tkN1f8HsFcXcjS60T/CITt+gu3r/Ulntz/cMNBI9z 3G5oBh/iXPPNifVZs9W4jfyjee5OUGPdU3fLOicR1D/tfnANxpxC0NMBSUxcieWgu0+C 9qFxcq+b4YTZez0Fh6MiweOSx9+Swx+DjeQvKIKz6QKk77DZMkk10La+2m9Uve13OBYM 7B/JUNoGIh4Bd0XvRDj7TYTApMDe9b0RlcK6Zeyfr9u179wOcTkfpuCeLFLenMqskfCT zibQ== MIME-Version: 1.0 X-Received: by 10.140.23.37 with SMTP id 34mr19737803qgo.2.1408832221731; Sat, 23 Aug 2014 15:17:01 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Sat, 23 Aug 2014 15:17:01 -0700 (PDT) In-Reply-To: <53F9127F.9090602@telenet.be> References: <201408231238.s7NCc8ME057766@fire.js.berklix.net> <53F8F086.1070207@telenet.be> <53F8F605.80006@telenet.be> <53F9009F.2020603@telenet.be> <53F90E0A.3060800@telenet.be> <53F9127F.9090602@telenet.be> Date: Sat, 23 Aug 2014 15:17:01 -0700 X-Google-Sender-Auth: QcbUeR_njRffkA8996rjKCLwyOw Message-ID: Subject: Re: WPI (Intel wireless 3945ABG) strange behaviour From: Adrian Chadd To: Chris Van Steenlandt Content-Type: text/plain; charset=UTF-8 Cc: "Julian H. Stacey" , "freebsd-wireless@freebsd.org" 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: Sat, 23 Aug 2014 22:17:03 -0000 Ok, so when that happens, check dmesg. See if anything is logged. Do an ifconfig -a and paste it here - before and after it fails. i wonder if it's bad OACTIVE flag handling.) -a On 23 August 2014 15:15, Chris Van Steenlandt wrote: > Indeed, > > I forgot about dhcp :( > If I do that, it works ok. What I did notice after 'dhclient wlan0' is after > a while the message : > dhclient [2628]: send_packet : No buffer space available > > Chris > > On 23-08-14 23:58, Adrian Chadd wrote: > > Hi, > > Ther'es two separate problems; 5ghz transmit, and your connectivity > > Oh, the third thing to try after all that manual stuff? > > dhclient wlan0 > > Then see if it successfully gets an IP address. > > > > -a > >