From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 05:05:24 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FB516A41F for ; Wed, 3 Aug 2005 05:05:24 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: from mail.interbgc.com (mx01.interbgc.com [217.9.224.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B2D643D48 for ; Wed, 3 Aug 2005 05:05:23 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 58223 invoked from network); 3 Aug 2005 05:05:21 -0000 Received: from nike_d@cytexbg.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.2.40/v4374. spamassassin: 2.63. Clear:SA:0(-2.6/8.0):. Processed in 4.425248 secs); 03 Aug 2005 05:05:21 -0000 X-Spam-Status: No, hits=-2.6 required=8.0 Received: from 213-240-205-57.1697748.ddns.cablebg.net (HELO tormentor.totalterror.net) (213.240.205.57) by mx01.interbgc.com with SMTP; 3 Aug 2005 05:05:16 -0000 Received: (qmail 16091 invoked from network); 3 Aug 2005 05:05:16 -0000 Received: from qmail by qscan (mail filter); 3 Aug 2005 05:05:16 +0000 Received: from unknown (HELO ?10.0.0.3?) (10.0.0.3) by tormentor.totalterror.net with SMTP; 3 Aug 2005 05:05:16 -0000 Message-ID: <42F05098.1000700@cytexbg.com> Date: Wed, 03 Aug 2005 08:05:28 +0300 From: Niki Denev User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <200508022252.33933.nike_d@cytexbg.com> <42F0302C.7080009@errno.com> In-Reply-To: <42F0302C.7080009@errno.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: if_ipw problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 05:05:24 -0000 Sam Leffler wrote: > > You say things work with ral but not ipw? Was that with wpa-psk and the > same ap? Have you ever been able to use ipw and wpa-psk? I don't > personally know if it works and the driver's author has been out of > touch for a long time. > > Sam > It worked with ral, but with some problems, it would associate after a while, then the next time i try it won't, after a couple of minutes it will succeed again. This happens when i try to use ral interface to connect to an AP with WPA-PSK. I've tested both interfaces on two APs, one is Linksys WAP54G the other is my home router/gateway which is 6.0-CURRENT with ral in hostap mode. Both APs work ok when i try to connect with windows machine, The only problem with the ral AP is that after several days uptime the SSID stops appearing to the wireless clients that scan for it, and ifconfig up/down + restart of hostapd is needed. Wpa-psk + ipw never worked for me regardless of the AP i tried. I'll continue to dig in search of the problem. I initialy thought that it has something to do with this zero macaddr entry, but as you say that it shouldn't matter i will look elsewhere. I'm also experiencing another repeatable problem with ipw - (when used with static WEP) cvsup always fails with Network TreeComp failed or something, everytime on different part of the source code. I've done some tcpdump traces and will check what it may be. This is also happening on both of the APs i use, the linksys and the freebsd one. This problem appeared with the later versions of the ipw driver (after importing it in freebsd), the previous versions from http://damien.bergamini.free.fr/ipw/ worked ok. Thanks --niki