From owner-freebsd-current@FreeBSD.ORG Fri Jun 17 08:57:20 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77824106566B for ; Fri, 17 Jun 2011 08:57:20 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 07F918FC18 for ; Fri, 17 Jun 2011 08:57:19 +0000 (UTC) Received: by fxm11 with SMTP id 11so122099fxm.13 for ; Fri, 17 Jun 2011 01:57:18 -0700 (PDT) Received: by 10.223.22.130 with SMTP id n2mr2166001fab.50.1308299238130; Fri, 17 Jun 2011 01:27:18 -0700 (PDT) Received: from jessie.localnet (p5B2EC99F.dip0.t-ipconnect.de [91.46.201.159]) by mx.google.com with ESMTPS id o10sm1205554fah.31.2011.06.17.01.27.16 (version=SSLv3 cipher=OTHER); Fri, 17 Jun 2011 01:27:17 -0700 (PDT) Sender: Bernhard Schmidt From: Bernhard Schmidt To: rmgls@free.fr Date: Fri, 17 Jun 2011 10:25:46 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.32-32-generic; KDE/4.4.5; i686; ; ) References: <20110617073645.6F978A62BC@smtp3-g21.free.fr> In-Reply-To: <20110617073645.6F978A62BC@smtp3-g21.free.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201106171025.46544.bschmidt@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: iwn does not associates X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bschmidt@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 08:57:20 -0000 On Friday, June 17, 2011 09:36:46 rmgls@free.fr wrote: > > hi all, > > since a month the wireless card of the E6400 Dell does not associate > with the access point. > it used to work fine, before. > the config is exactly the same: > iwn5150fw + iwn + wpa_supplicant => tkip. > > starting wpa_supplicant associates a few seconds and reverts to no carrier. > > here is what i get: > sysctl dev.iwn.0.debug=1 > > iwn_notif_intr: scanning channel 7 status 1 > > ifconfig wlan0 > ... > status: no carrier > ssid MyDomain channel 7 (2442 MHz 11g) > regdomain ETSI country FR authmode OPEN privacy OFF txpower 30 > bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 > roam:rssi 7 roam:rate 5 protmode CTS wme bintval 0 > > > thanks in advance for your help. Are you running the latest current? This is a 5350? Can you post your configuration (rc.conf)? If you have a 'ifconfig wlan0 channel 7' somewhere, drop it, I'm aware of an issue regarding fixed channels, but found no clean solution yet. You might also want to try 'ifconfig wlan0 -ht', it might be related to the recent introduction of 11n support for iwn(4). -- Bernhard