From owner-freebsd-wireless@freebsd.org Mon Oct 26 03:02:25 2015 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2186C8F8F for ; Mon, 26 Oct 2015 03:02:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E20F910E7 for ; Mon, 26 Oct 2015 03:02:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbhv6 with SMTP id hv6so48065208igb.0 for ; Sun, 25 Oct 2015 20:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XtracQAOs/8+v6l6FFPI+A+IUj+9hbNViECpX/dRvi8=; b=gO0VPe1ao4NaViAVKc7Ag401iz51EXTz6oYsARCu+n9pMR+UetZ7AisyD2nqHotPFT 2NbHK8qNShjwgWpMnlCOap6i8D084Dy6duUUGj+DxN+nG6dqnaEdNSEpDE83HI7bVep6 qdOhCZtzZISnhbxFSSTTtEy5tI8zFLN3ifVO7pBRZv53g1bikMosIi+a7AUuzNUpCP5N a8DLifbFLHqWE/21cWLajDHxY7L/sIL4s/1WMnfvCAVFO098a+hQY+CP04oDpgy4TsNO eZ9OPorXGXom3cyT1bfRA4o8Zv+ViEkNOCZIkxqDUL/rrYkajBRmYTUHrKSXVYOGCn+6 t3Vg== MIME-Version: 1.0 X-Received: by 10.50.155.41 with SMTP id vt9mr7648756igb.22.1445828544372; Sun, 25 Oct 2015 20:02:24 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Sun, 25 Oct 2015 20:02:24 -0700 (PDT) In-Reply-To: <20151025.155827.736362112573276362.ish@amail.plala.or.jp> References: <20151024.174211.874653407366474985.ish@amail.plala.or.jp> <20151025.155827.736362112573276362.ish@amail.plala.or.jp> Date: Sun, 25 Oct 2015 20:02:24 -0700 Message-ID: Subject: Re: iwm fail to auth after one hour From: Adrian Chadd To: Masachika ISHIZUKA Cc: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 26 Oct 2015 03:02:25 -0000 Hi, Sorry - there's currently no iwm maintainer that's active to fix all of the issues with the openbsd based driver. Hopefully someone stands up! Thanks, -a On 24 October 2015 at 23:58, Masachika ISHIZUKA wrote: >> Yup, it's a firmware crash. You'll have to bring the interface down >> and up again to restart it. > > Hello, Adrian. > > Thank you for your reply. > It seems that to connect wifi again, ifconfig wlan0 down and > ifconfig wlan0 up are not sufficient. I can restart as follows. > > # kldunload if_iwm > # kldload if_iwm > # ifconfig lagg0 laggproto failover laggport ue0 laggport wlan0 > > P.S. > I'm setting wired nic's mac address as wifi nic's mac address, > because if I do 'ifconfig wlan0 ether XX:XX:XX:XX:XX:XX', the first > auth will be failed (firmware crash). > The first one hour is very stable via iwm0. (11g/11a both OK). > -- > Masachika ISHIZUKA > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"