From owner-freebsd-wireless@FreeBSD.ORG Sat Aug 23 20:13:46 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 B0550ED5 for ; Sat, 23 Aug 2014 20:13:46 +0000 (UTC) Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7363978 for ; Sat, 23 Aug 2014 20:13:45 +0000 (UTC) Received: from [192.168.0.95] ([141.134.88.3]) by andre.telenet-ops.be with bizsmtp id iLDk1o00C04KsaM01LDkzL; Sat, 23 Aug 2014 22:13:44 +0200 Message-ID: <53F8F605.80006@telenet.be> Date: Sat, 23 Aug 2014 22:13:57 +0200 From: Chris Van Steenlandt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: WPI (Intel wireless 3945ABG) strange behaviour References: <201408231238.s7NCc8ME057766@fire.js.berklix.net> <53F8F086.1070207@telenet.be> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 20:13:46 -0000 Adrian, now I understand why I have to put everything on one line :) I tried what you suggested (only "WPA DHCP") and that what's the intial install generated too. But in that case my wireless does not connect to my ssid and keeps on scanning all channels and never connects ... That's why I started to add extra parameters untill I got a connection. dmesg gives nothing special with regard to my wifi driver(execpt for the messages I mentioned in my first post). Regards, Chris On 23-08-14 21:53, Adrian Chadd wrote: > 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