From owner-freebsd-wireless@FreeBSD.ORG Sat Aug 23 19:53:30 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB0433C6 for ; Sat, 23 Aug 2014 19:53:30 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (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 AB527379F for ; Sat, 23 Aug 2014 19:53:30 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id j15so11090389qaq.29 for ; Sat, 23 Aug 2014 12:53:29 -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=S4f28wpIIwP7WdsVpso71DNdtm/wF9r9FEb794uAK8E=; b=z64cHOari22VMK5kEulmMiwx8KwwbvbMkVujFJKd0Z4ebtWnx/t1RZpp+GDPoMotgr NSDz1RAIgMJrNSpKg9fe3ogKdB9qMuReDUyDkAIZ5992jq8uMfEpQIBxPWrMK+Vs2p6H BYeHEHBc89bd761eUmn1HtvCYjlrbfLmj3Qz55fzgeX7KeCZMBY/oO6GQ5zj/N9gJipG SA/7RDIUW5DfUEfkfYteXhci+7zOP63t6VxR8+gLHS21WMaxqj0H9HoQ62lSooCXSvjz JAp/JAbqcGiSwu+S30vycKmgd9UErG6gfKbQ7XVwnFPgF6QtNwZ0W4+1whrI443mp1l+ LMqA== MIME-Version: 1.0 X-Received: by 10.229.136.133 with SMTP id r5mr19964960qct.31.1408823609839; Sat, 23 Aug 2014 12:53:29 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Sat, 23 Aug 2014 12:53:29 -0700 (PDT) In-Reply-To: <53F8F086.1070207@telenet.be> References: <201408231238.s7NCc8ME057766@fire.js.berklix.net> <53F8F086.1070207@telenet.be> Date: Sat, 23 Aug 2014 12:53:29 -0700 X-Google-Sender-Auth: rZjWi-eMqYhQ_oudwaf9WEexl1g 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 19:53:31 -0000 Hi! It's a shell script config file. You have multiple lines, they're evaluated in order. so effectively what you've put in is: ifconfig_wlan0 = "WPA DHCP" .. now, I suggest you just do that. Ie, you don't need the rest of them anyway at least to get it working. What's in the kernel log? Type 'dmesg', look for messgaes from the wifi driver. -a